##// END OF EJS Templates
Fix typo in removeInterference
Juan C. Espinoza -
r1295:200e540eee3f
parent child
Show More
@@ -509,7 +509,7 class removeInterference(Operation):
509
509
510 self.dataOut.data_cspc = cspc
510 self.dataOut.data_cspc = cspc
511
511
512 def removeInterference(self):
512 def removeInterference(self, interf = 2, hei_interf = None, nhei_interf = None, offhei_interf = None):
513
513
514 jspectra = self.dataOut.data_spc
514 jspectra = self.dataOut.data_spc
515 jcspectra = self.dataOut.data_cspc
515 jcspectra = self.dataOut.data_cspc
General Comments 0
You need to be logged in to leave comments. Login now