orca.transform.post_process_science
Phase 3 — Post-subband wideband science aggregation.
Runs AFTER all per-subband workers complete. Operates on Lustre.
Steps
Wideband stacking: inverse-variance weighted co-adds across subbands (Red 18–41 MHz, Green 41–64 MHz, Blue 64–85 MHz).
3-colour PNG composites.
Wideband transient search on stacked images.
Wideband solar system photometry.
Detection gathering (target, transient, solar system CSVs from all bands).
Email summary report.
Ported from ExoPipe/post_process_science.py into the orca package.
Attributes
Functions
|
RMS of the inner 25 % (50 % per side) of a FITS image. |
|
Build inverse-variance-weighted wideband co-adds and run transient search. |
|
Collect target photometry, transient, and solar system detections. |
|
Send HTML email summary with attachments. |
|
Run the full Phase 3 post-processing pipeline. |
Module Contents
- orca.transform.post_process_science.get_inner_rms(fits_path: str) float[source]
RMS of the inner 25 % (50 % per side) of a FITS image.
- orca.transform.post_process_science.run_wideband_stacking(run_dir, catalog_path=None)[source]
Build inverse-variance-weighted wideband co-adds and run transient search.
- orca.transform.post_process_science.gather_detections(run_dir)[source]
Collect target photometry, transient, and solar system detections.
- orca.transform.post_process_science.send_email_report(run_dir, report_lines, attachment_files)[source]
Send HTML email summary with attachments.