legacysurvey / legacypipe

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Jupyter Notebook 94.2%Language:Python 5.4%Language:Shell 0.3%Language:Dockerfile 0.0%Language:Makefile 0.0%