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