@@ -1374,7 +1374,6 class voltACFLags(Operation): | |||
|
1374 | 1374 | if pairsList == None: |
|
1375 | 1375 |
|
|
1376 | 1376 | pairsList = [(0,1)] |
|
1377 | else: | |
|
1378 | 1377 | pairList= pairsList |
|
1379 | 1378 | |
|
1380 | 1379 | if lags == None: |
@@ -1401,6 +1400,7 class voltACFLags(Operation): | |||
|
1401 | 1400 | #print "type(pairsList)",type(pairsList) |
|
1402 | 1401 |
print "tmp.shape",self.tmp.shape |
|
1403 | 1402 | |
|
1403 | ||
|
1404 | 1404 | def run(self, dataOut, lags =None,mode ='time',fullBuffer= False ,pairsList = None,nAvg = 1): |
|
1405 | 1405 | |
|
1406 | 1406 | dataOut.flagNoData = True |
General Comments 0
You need to be logged in to leave comments.
Login now