@@ -17,7 +17,6 class Spectra(JROData): | |||
|
17 | 17 | data_spc = None |
|
18 | 18 | data_cspc = None |
|
19 | 19 | data_dc = None |
|
20 | nPairs = 0 | |
|
21 | 20 | |
|
22 | 21 | |
|
23 | 22 | def __init__(self): |
@@ -52,6 +51,6 class Spectra(JROData): | |||
|
52 | 51 | |
|
53 | 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