Analytic testing and showing online.

This commit is contained in:
rowanc1
2014-07-12 18:23:58 -05:00
parent 77906e2d57
commit adc2360a11
6 changed files with 80 additions and 49 deletions
+1
View File
@@ -6,6 +6,7 @@ import matplotlib.pyplot as plt
def getTxList(nElecs, aSpacing, in2D=False, plotIt=False):
elocs = np.arange(0,aSpacing*nElecs,aSpacing)
elocs -= (nElecs*aSpacing - aSpacing)/2
space = 1
WENNER = np.zeros((0,),dtype=int)
for ii in range(nElecs):