Skip to content

Improve CPU utilisation in turbo_seti use of blank_dc function

Compare
Choose a tag to compare
@texadactyl texadactyl released this 18 Jul 17:15
· 202 commits to master since this release
cfe4b6b

Create a new helper function to replace using blimpy's Waterfall blank_dc function: cut_the_mid_spike.

The data_handler.py load_data function is modified to call it, conditioned on a flag which originates from find_doppler.py FindDoppler class instantiation.

The seti_event.py main entry point is modified to accept a new command line parameter: --blank_dc. The value of which is "y" (default) or "n".

This addresses issue #262.