##// END OF EJS Templates
Spectra.py:...
Victor Sarmiento -
r76:e7cd04c07256
parent child
Show More
@@ -41,7 +41,7 class Spectra(JROData):
41 41
42 42 self.data_dc = None
43 43
44 self.heights = None
44 self.heightList = None
45 45
46 46 self.flagNoData = True
47 47
@@ -53,6 +53,6 class Spectra(JROData):
53 53
54 54 self.flagResetProcessing = False
55 55
56 self.nPairsUnequalChannels = 0
56 self.nPairs = 0
57 57
58 self.nPairsEqualChannels = 0 No newline at end of file
58 self.nChannels = 0 No newline at end of file
General Comments 0
You need to be logged in to leave comments. Login now