orca.tasks.imaging_tasks
Imaging Celery tasks for snapshot and batch imaging.
Provides Celery tasks for imaging pipelines including: - Single measurement set imaging with calibration - Batch imaging with shared NVMe workspace - PNG preview generation from FITS images
Attributes
Functions
|
Runs copy→applycal→WSClean→PNG→remove extra files→export→purge NVMe |
|
Shared-workspace version: |
|
Module Contents
- orca.tasks.imaging_tasks.imaging_pipeline_task(ms_path: str, delay_table: str, bandpass_table: str, final_dir: str, extra_wsclean: List[str] = None) str[source]
Runs copy→applycal→WSClean→PNG→remove extra files→export→purge NVMe and returns the path to the saved PNG.
- Shared-workspace version:
All MSs in a batch share workdir_root.
Only the first MS (or any with keep_full_products=True) keeps the full WSClean output; others retain just -dirty FITS + PNG.
Automatic retries wipe the MS sub-dir first to avoid half-baked data.