Metadata-Version: 2.1
Name: jwst_reffiles
Version: 1.0.1
Summary: A tool to create CRDS-formatted reference files for JWST from a set of input dark current files and a set of flat field files.
Author-email: "STScI (Rest, Hilbert, Canipe, et al.)" <arest@stsci.edu>
License: BSD-3-Clause
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Scientific/Engineering :: Astronomy
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: astropy >=4.0
Requires-Dist: jwst
Requires-Dist: numpy >=1.16
Requires-Dist: matplotlib >=1.4.3
Requires-Dist: scipy >=1.1
Provides-Extra: docs
Requires-Dist: nbsphinx ; extra == 'docs'
Requires-Dist: ipykernel ; extra == 'docs'
Requires-Dist: sphinx ; extra == 'docs'
Requires-Dist: sphinx-rtd-theme ; extra == 'docs'
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'

# JWST_Reffiles

[![Build Status](https://travis-ci.org/spacetelescope/jwst_reffiles.svg?branch=master)](https://travis-ci.org/spacetelescope/jwst_reffiles)

This repository contains code that can be used to generate JWST reference files
used in the data calibration pipeline. The output reference files are in CRDS format
and should be immediately useable in the pipeline.

## Installation

See the [Installation](https://jwst-reffiles.readthedocs.io/en/latest/install.html) page of the documentation for detailed installation instructions.

## Documentation

Documentation is still in the early stages of development, but is available on [ReadTheDocs](https://jwst-reffiles.readthedocs.io/en/latest/)

## Dependencies

JWST calibration pipeline:

* [JWST calibration pipeline][d5].

[d5]: https://github.com/spacetelescope/jwst


### Contributing

Prior to contributing to the `jwst_reffiles` development, please review our [style guide](https://github.com/spacetelescope/jwst_reffiles/blob/master/style_guide/style_guide.md).

The following is a bare bones example of a best work flow for contributing to the project:

1. Create a fork off of the `spacetelescope` `jwst_reffiles` repository.
2. Make a local clone of your fork.
3. Ensure your personal fork is pointing `upstream` properly.
4. Create a branch on that personal fork.
5. Make your software changes.
6. Push that branch to your personal GitHub repository (i.e. `origin`).
7. On the `spacetelescope` `jwst_reffiles` repository, create a pull request that merges the branch into `spacetelescope:master`.
8. Assign a reviewer from the team for the pull request.
9. Iterate with the reviewer over any needed changes until the reviewer accepts and merges your branch.
10. Delete your local copy of your branch.


## Code of Conduct

Users and contributors to the `jwst_reffiles` repository should adhere to the [Code of Conduct](https://github.com/spacetelescope/jwst_reffiles/blob/master/CODE_OF_CONDUCT.md).  Any issues or violations pertaining to the Code of Conduct should be brought to the attention of a `jwst_reffiles` team member or to `conduct@stsci.edu`.


## Questions

Any questions about the `jwst_reffiles` project or its software can be directed to `arest@stsci.edu` or `hilbert@stsci.edu`.


## Current Development Team
- Armin Rest [@arest](https://github.com/arest)
- Bryan Hilbert [@bhilbert4](https://github.com/bhilbert4)
- Alicia Canipe [@aliciacanipe](https://github.com/aliciacanipe)
