realfastvla / rfpipe

Fast radio interferometric transient search pipeline

Home Page:https://realfastvla.github.io/rfpipe

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rfpipe save_noise should return values rather than save?

caseyjlaw opened this issue · comments

Currently, running search will optionally produce a pkl file with noise properties. realfast needs to look on disk to find these files and then ingest.
Smarter would be to have function return values to realfast. That would require rfpipe to manage that itself in standalone mode.

Implemented distributed call in rfpipe prep_and_search. Will try to submit job to scheduler (if available) to calculate and index noises in worker node.