Metadata-Version: 2.4
Name: corgidrp
Version: 5.1
Summary: (Roman Space Telescope) CORonaGraph Instrument Data Reduction Pipeline
License-Expression: BSD-3-Clause
Keywords: Roman Space Telescope,Exoplanets,Astronomy
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Astronomy
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: astropy
Requires-Dist: matplotlib
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: pytest
Requires-Dist: scipy
Requires-Dist: photutils>=3.0.0
Requires-Dist: statsmodels
Requires-Dist: pyklip
Requires-Dist: emccd-detect>=2.6.1
Requires-Dist: tqdm
Requires-Dist: termcolor
Dynamic: license-file

# corgidrp: CORonaGraph Instrument Data Reduction Pipeline
This is the data reduction pipeline for the Nancy Grace Roman Space Telescope Coronagraph Instrument

![Testing Badge](https://github.com/roman-corgi/corgidrp/actions/workflows/python-app.yml/badge.svg)
[![Documentation Status](https://readthedocs.org/projects/corgidrp/badge/?version=latest)](https://corgidrp.readthedocs.io/en/latest/)

Further documentation (including expected file formats) can be found on the readthedocs site [here](https://corgidrp.readthedocs.io/). 

## Install

Install the latest release with `pip install corgidrp`. See the [Installation guide](https://corgidrp.readthedocs.io/en/latest/installation.html) on ReadTheDocs for full instructions, including developer setup (Git LFS, linting, test environment) and troubleshooting.

## How to Contribute

See the [Contributing guide](https://corgidrp.readthedocs.io/en/latest/contributing.html) on ReadTheDocs for the full contributor workflow, including pipeline step conventions, unit testing, end-to-end testing, linting, design principles, AI policy, and FAQ.

## Change Log

See the [Change Log](https://corgidrp.readthedocs.io/en/latest/changelog.html) on ReadTheDocs.
