refactor pipeline.new_sources.new_sources #732
Labels
cleanup
Clean up code
documentation
Improvements or additions to documentation
low priority
Issue is not of immediate concern.
In #730 I fixed a memory leak in
pipeline.new_sources.new_sources
, but the actual implementation was quite hacky.As commented in the code, the function should be rewritten to reflect the new behaviour of
pipeline.new_sources.parallel_get_rms_measurements
. The below section should be incorporated intoparallel_get_rms_measurements
, andparallel_get_rms_measurements
should be renamed to something likeparallel_get_new_high_sigma
.vast-pipeline/vast_pipeline/pipeline/new_sources.py
Lines 439 to 472 in 705a815
The text was updated successfully, but these errors were encountered: