mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-11 04:17:15 +02:00
merge conflict
This commit is contained in:
@ -843,9 +843,7 @@ class Detector(CppDetectorApi):
|
||||
>>> d.getPeriod()
|
||||
[datetime.timedelta(seconds=181, microseconds=230000)]
|
||||
"""
|
||||
|
||||
"""
|
||||
return element_if_equal(self.getRateCorrection())
|
||||
return reduce_time(self.getRateCorrection())
|
||||
|
||||
@ratecorr.setter
|
||||
def ratecorr(self, tau):
|
||||
|
Reference in New Issue
Block a user