Docker images and component scripts for AusSRC ASKAP science data post-processing workflows. These components provide code snippets for generic functionality used across these workflows. They are used across the following pipelines
Repo | Description | Image |
---|---|---|
casda_download | Code for downloading image cubes from CASDA | docker://aussrc/casda_download |
hpx_tiles | Codes for performing HPX tiling of POSSUM data cubes using CASA | docker://aussrc/hpx_tiles |
... | ... | ... |
Each folder in this repository contains:
- README.md
- Dockerfile
- RELEASES.md
docker build --platform linux/amd64 <project> docker://aussrc/<image_name>:<tag>
docker push docker://aussrc/<image_name>:<tag>