return ratecorr in s

This commit is contained in:
Erik Frojdh 2020-08-26 11:00:56 +02:00
parent d44388a44e
commit f9261c0f32

View File

@ -812,7 +812,7 @@ class Detector(CppDetectorApi):
@property
def ratecorr(self):
""" tau in ns """
return element_if_equal(self.getRateCorrection())
return reduce_time(self.getRateCorrection())
@ratecorr.setter
def ratecorr(self, tau):