mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-24 23:30:03 +02:00
return ratecorr in s
This commit is contained in:
parent
d44388a44e
commit
f9261c0f32
@ -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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user