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
Branches
Tags 200928_UBB_RUN
No related merge requests found
Pipeline #115574 passed
...@@ -531,7 +531,7 @@ class GatedSpectrometerSpeadHandler(object): ...@@ -531,7 +531,7 @@ class GatedSpectrometerSpeadHandler(object):
# packets with noise diode on are required to arrive at different time # packets with noise diode on are required to arrive at different time
# than off # than off
if(packet.noise_diode_status == 1): if(packet.noise_diode_status == 1):
packet.reference_time += 0.1000 packet.reference_time += 0.001
if packet.reference_time > self.__now: if packet.reference_time > self.__now:
self.__now = packet.reference_time self.__now = packet.reference_time
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment