mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-13 13:27:14 +02:00
return ratecorr in s
This commit is contained in:
@ -812,7 +812,7 @@ class Detector(CppDetectorApi):
|
|||||||
@property
|
@property
|
||||||
def ratecorr(self):
|
def ratecorr(self):
|
||||||
""" tau in ns """
|
""" tau in ns """
|
||||||
return element_if_equal(self.getRateCorrection())
|
return reduce_time(self.getRateCorrection())
|
||||||
|
|
||||||
@ratecorr.setter
|
@ratecorr.setter
|
||||||
def ratecorr(self, tau):
|
def ratecorr(self, tau):
|
||||||
|
Reference in New Issue
Block a user