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
No related tags found
No related merge requests found
Pipeline #115574 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