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