Skip to content
Snippets Groups Projects
Commit 7d5e5b3d authored by Tobias Winchen's avatar Tobias Winchen
Browse files

FitsInterface: Change time offset for on/off spectra

parent 7a811112
No related branches found
Tags 200928_UBB_RUN
1 merge request!11Ubb test fixes
Pipeline #83216 passed
......@@ -531,7 +531,7 @@ class GatedSpectrometerSpeadHandler(object):
# packets with noise diode on are required to arrive at different time
# than off
if(packet.noise_diode_status == 1):
packet.reference_time += 0.1000
packet.reference_time += 0.001
if packet.reference_time > self.__now:
self.__now = packet.reference_time
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment