##// END OF EJS Templates
minor changes
Miguel Valdez -
r750:e82e20d80835
parent child
Show More
@@ -154,7 +154,7 class SpectraProc(ProcessingUnit):
154 154 self.id_min += nVoltProfiles
155 155 self.id_max += nVoltProfiles
156 156 else:
157 raise ValueError, "The type object %s has %d profiles, it should be equal to %d profiles"%(self.dataIn.type,self.dataIn.data.shape[1],nProfiles)
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 158 self.dataOut.flagNoData = True
159 159 return 0
160 160 else:
General Comments 0
You need to be logged in to leave comments. Login now