Skip to content

Generate cutout images from the Dark Energy Survey data.

Notifications You must be signed in to change notification settings

des-labs/local-des-cutouts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Local DES cutouts

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.

Build the Docker image

docker build . --build-arg="UID=$UID" --build-arg="GID=$UID" -t local-des-cutouts:dev

Prepare configuration files

Populate input/positions.csv and customize input/cutout_config.yaml.

Generate the cutouts

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

About

Generate cutout images from the Dark Energy Survey data.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages