Skip to content

Latest commit

 

History

History
56 lines (40 loc) · 2.59 KB

File metadata and controls

56 lines (40 loc) · 2.59 KB

ShapePipe

CI CD python312 release

ShapePipe is a galaxy shape measurement pipeline developed within the CosmoStat lab at CEA Paris-Saclay. It runs the full chain from raw survey images to calibrated shear catalogues — object detection, PSF modelling, and shape measurement — and produced the first UNIONS cosmic-shear release.

Quickstart

ShapePipe ships as a container image, so you can run the bundled example pipeline — a single CFIS tile through the full chain — without installing anything:

# Apptainer (HPC, no root needed):
apptainer exec docker://ghcr.io/cosmostat/shapepipe:develop-runtime shapepipe_run_example

# ...or Docker:
docker run --rm ghcr.io/cosmostat/shapepipe:develop-runtime shapepipe_run_example

The image is published on every push to the GitHub Container Registry: :develop tracks the integration branch, release tags (e.g. :v1.1.0) a stable cut, and the -runtime suffix selects the slim batch image over the full interactive one.

Documentation

Full documentation lives at https://cosmostat.github.io/shapepipe. Good places to start:

If you use ShapePipe in academic work, please cite Guinot et al. (2022) and Farrens et al. (2022).