Skip to content

Commit a36fe65

Browse files
authored
Revise README for 1D and 3D pipeline instructions
Updated instructions for running 1D and 3D pipelines on CANFAR, including new links and images.
1 parent 2803a51 commit a36fe65

1 file changed

Lines changed: 8 additions & 18 deletions

File tree

README.md

Lines changed: 8 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,17 @@
11
# POSSUMutils
22
A set of control tools related to running the POSSUM 1D and 3D pipelines on the CANFAR science platform.
33

4-
With everything set up (credentials, pip install -r requirements.txt) on the virtual machine, start running the 1D pipeline as follows:
4+
Please see the documentation "Possum Pipeline Documentation" at https://askap.org/possum/Data/POSSUMPipelineControlDocs
55

6-
```
7-
screen -r 1Dpipeline # or screen -S 1Dpipeline the first time
8-
cd POSSUMutils/
9-
bash go_1Dpipeline.sh
10-
```
6+
With everything set up (credentials, etc) on CANFAR and the AUSSRC Prefect server, start running the 3D / 1D pipeline from deployments at
117

12-
or the 3D pipeline:
8+
https://possum-prefect.aussrc.org/deployments
139

14-
```
15-
screen -r 3Dpipeline # or screen -S 3Dpipeline the first time
16-
cd POSSUMutils/
17-
bash go_3Dpipeline
18-
```
10+
High-level overview of the 1D pipeline (updated on 2026-02-20)
11+
<img width="4402" height="1886" alt="POSSUM_1d_PartialTiles_v2 light" src="https://github.com/user-attachments/assets/43e676ab-3c5a-4d91-a2a1-0dedca39285f" />
1912

20-
High-level overview of the 1D pipeline (updated on 2025-12-11)
21-
<img width="4402" height="1942" alt="POSSUM_1d_PartialTiles light" src="https://github.com/user-attachments/assets/10c95097-d37e-4a9c-9309-a40f994d1c21" />
22-
23-
High-level overview of the 3D pipeline (updated on 2025-12-11)
24-
<img width="4102" height="1754" alt="POSSUM_3d_pipeline_control light" src="https://github.com/user-attachments/assets/2f14253a-5ee4-4e79-86f5-a38ae33cfce3" />
13+
High-level overview of the 3D pipeline (updated on 2026-02-20)
14+
<img width="4112" height="2048" alt="POSSUM_3d_pipeline_control_v2 light" src="https://github.com/user-attachments/assets/c15b30fc-22ba-4374-a940-bbd688ce3bae" />
2515

2616

2717

@@ -32,7 +22,7 @@ A set of scripts meant to live on CANFAR where they can be called to start headl
3222

3323
## possum_pipeline_control/
3424

35-
A set of scripts meant to live on the virtual machine 'p1' to operate the control logic for launching POSSUM pipelines on CANFAR.
25+
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.
3626

3727

3828
## root directory (./)

0 commit comments

Comments
 (0)