This is a set of scripts to generate cutout images from the Dark Energy Survey data based on a set of input positions and configuration options.
docker build . --build-arg="UID=$UID" --build-arg="GID=$UID" -t local-des-cutouts:dev
Populate input/positions.csv
and customize input/cutout_config.yaml
.
docker run --rm -it --hostname=cutout --name=des-cutout \
-v $(pwd)/input:/home/worker/input:ro \
-v $(pwd)/output:/home/worker/output \
local-des-cutouts:dev \
python3 task.py