A set of control tools related to running the POSSUM 1D and 3D pipelines on the CANFAR science platform.
Please see the documentation "Possum Pipeline Documentation" at https://askap.org/possum/Data/POSSUMPipelineControlDocs
With everything set up (credentials, etc) on CANFAR and the AUSSRC Prefect server, start running the 3D / 1D pipeline from deployments at
https://possum-prefect.aussrc.org/deployments
High-level overview of the 1D pipeline (updated on 2026-02-20)

High-level overview of the 3D pipeline (updated on 2026-02-20)

A set of scripts meant to live on CANFAR where they can be called to start headless jobs.
A set of scripts meant to live on the AUSSRC Prefect VM to operate the control logic for launching POSSUM pipelines on CANFAR. Particularly the control*.py files.
For quick looks at the POSSUM processing status or data availability.
get_POSSUM_field_sbid_and_tile.py
Query POSSUM status sheet for some target (name) or RA,DEC. Returns the closest field and tile, whether they've been processed, and direct download links to the data (requires CANFAR login).
Example usage:
python get_POSSUM_field_sbid_and_tile.py -t "Abell 3627"
or
python get_POSSUM_field_sbid_and_tile.py --coords 246.85 -60.32
query_status.py
Query POSSUM status page maintained by Cameron van Eck for some target RA,DEC
Simply scrapes the data from the HTML source page: view-source:https://www.mso.anu.edu.au/~cvaneck/possum/aladin_survey_band1.html and checks whether coordinates fall inside one of the field with a certain status.
Assumes flat sky, so might not work for sources on boundary of observations? Probably superseded by get_POSSUM_field_sbid_and_tile.py
Some handy scripts not necessarily related to POSSUM.
- Should move to dev/test/prod env for the pipelines
- Should implement CANDIAPL best practices, and make this a proper python package.