Skip to content

Image reduction pipeline for the DESI Legacy Imaging Surveys, using the Tractor framework

License

Notifications You must be signed in to change notification settings

legacysurvey/legacypipe

Folders and files

NameName
Last commit message
Last commit date
Dec 5, 2024
Jun 16, 2021
Feb 24, 2025
Nov 17, 2022
Apr 27, 2023
Feb 24, 2025
Mar 25, 2025
Aug 12, 2021
Oct 1, 2017
May 3, 2018
Jul 7, 2015
Sep 7, 2021
Dec 27, 2022

Repository files navigation

legacypipe

DESI Imaging Legacy Surveys data reduction pipeline, using the Tractor framework

The license is 3-clause BSD.

CircleCI: Build Status Docs Coveralls: Coverage Codecov: codecov Codacy: Codacy Badge

Code for the analysis of the Legacy Surveys (DECam/DECaLS, MzLS+BASS)

Some notable contents:

  • legacyzpts/legacy_zeropoints.py -- code for computing photometric and astrometric zeropoints of Community Pipeline-calibrated images
  • bin/runbrick-shifter.sh -- template script for our large-scale runs at NERSC
  • legacypipe/runbrick.py -- the top-level script to reduce one Legacy Surveys brick.
  • docker-nersc -- Dockerfile recipe for an Intel-compiler optimized build of the code, used in production
  • docker -- a generic/public Dockerfile

The Docker containers we use in production are available on Docker Hub: https://cloud.docker.com/u/legacysurvey/repository/docker/legacysurvey/legacypipe

Requirements include

  • Python 3
  • numpy
  • scipy
  • matplotlib
  • fitsio
  • astropy
  • photutils
  • astrometry.net
  • tractor
  • cython