UCBerkeleySETI / turbo_seti

turboSETI -- python based SETI search algorithm.
http://turbo-seti.readthedocs.io
MIT License
55 stars 38 forks source link

Enhancement: Print a 2x3 data postage stamp for coarse channel 0 only #280

Closed texadactyl closed 3 years ago

texadactyl commented 3 years ago

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.

texadactyl commented 3 years ago

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().