Releases: UCBerkeleySETI/turbo_seti
Releases · UCBerkeleySETI/turbo_seti
Fix issue #270
Merge pull request #271 from luigifcruz/fix_meerkat Fix #270
Fix crash in conversion of a 59 GiB filterbank file
Use the optimal GPU precision, 32-bit
Merge pull request #266 from texadactyl/master More GPU Performance Improvements
Performance improvements in CPU and GPU modes
Merge pull request #265 from lacker/master Performance improvements and changed min_drift handling
Improve CPU utilisation in turbo_seti use of blank_dc function
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.
Speed up doppler search hit processing with GPU code
Merge pull request #261 from luigifcruz/norm Calculate normalized value inside hitsearch kernel.
Fix nvidia gpu_id selection
Merge pull request #260 from texadactyl/master Issue #254 Second time's a Charm!
Fix issue #256
Merge pull request #257 from texadactyl/master Fix issue #256
Validate file cadence frequency parameters
Merge pull request #252 from texadactyl/master find_event_pipeline must diagnose out-of-cadence frequency ranges
New turbo_seti utility: plotSETI
plotSETI -h for usage.