@@ -154,7 +154,7 class SpectraProc(ProcessingUnit): | |||||
154 | self.id_min += nVoltProfiles |
|
154 | self.id_min += nVoltProfiles | |
155 | self.id_max += nVoltProfiles |
|
155 | self.id_max += nVoltProfiles | |
156 | else: |
|
156 | else: | |
157 |
raise ValueError, "The type object %s has %d profiles, it should |
|
157 | raise ValueError, "The type object %s has %d profiles, it should just has %d profiles"%(self.dataIn.type,self.dataIn.data.shape[1],nProfiles) | |
158 | self.dataOut.flagNoData = True |
|
158 | self.dataOut.flagNoData = True | |
159 | return 0 |
|
159 | return 0 | |
160 | else: |
|
160 | else: |
General Comments 0
You need to be logged in to leave comments.
Login now