##// END OF EJS Templates
Include ippFactor in getTimeInterval (Spectra)
Juan C. Espinoza -
r1160:c32e52f19bdc
parent child
Show More
@@ -692,7 +692,7 class Spectra(JROData):
692 692
693 693 def getTimeInterval(self):
694 694
695 timeInterval = self.ippSeconds * self.nCohInt * self.nIncohInt * self.nProfiles
695 timeInterval = self.ippSeconds * self.nCohInt * self.nIncohInt * self.nProfiles * self.ippFactor
696 696
697 697 return timeInterval
698 698
General Comments 0
You need to be logged in to leave comments. Login now