Closed dieris closed 8 years ago
Not sure if it's necessary to have a set of averager settings and a seaprate set of {nbrSegments, recordLength...}. But currently obj.nbrSegments etc. may be overwritten if the loop goes through nbrSegments after averager below
nbrSegments
recordLength
obj.nbrSegments
averager
Fixed by https://github.com/BBN-Q/PyQLab/commit/ab2dd50de81c53459c381e21708c6a5303e2c9f7. nbrSegments and similar are not individual, fields in the CurScripterFile, but they are bundled in averager
Not sure if it's necessary to have a set of averager settings and a seaprate set of {
nbrSegments
,recordLength
...}. But currentlyobj.nbrSegments
etc. may be overwritten if the loop goes throughnbrSegments
afteraverager
below