@@ -17,7 +17,6 class Spectra(JROData): | |||||
17 | data_spc = None |
|
17 | data_spc = None | |
18 | data_cspc = None |
|
18 | data_cspc = None | |
19 | data_dc = None |
|
19 | data_dc = None | |
20 | nPairs = 0 |
|
|||
21 |
|
20 | |||
22 |
|
21 | |||
23 | def __init__(self): |
|
22 | def __init__(self): | |
@@ -52,6 +51,6 class Spectra(JROData): | |||||
52 |
|
51 | |||
53 | self.flagResetProcessing = False |
|
52 | self.flagResetProcessing = False | |
54 |
|
53 | |||
55 | self.nPairs = 0 |
|
54 | self.nPairsUnequalChannels = 0 | |
56 |
|
55 | |||
57 | self.nChannels = 0 No newline at end of file |
|
56 | self.nPairsEqualChannels = 0 No newline at end of file |
General Comments 0
You need to be logged in to leave comments.
Login now