This is a sanity check that costs little in processing resources and time.
It really pointed me in the right direction today with debugging a rawspec fbh5 issue today.
I put the postage stamp display in the wrong place.
It should be displayed only for coarse channel 0.
Therefore, move the code from data_handler.py
to find_doppler.py search_coarse_channel().
This is a sanity check that costs little in processing resources and time. It really pointed me in the right direction today with debugging a
rawspec fbh5
issue today.