Metadata-Version: 2.4
Name: stistools
Version: 1.4.7
Summary: Tools for STIS (Space Telescope Imaging Spectrograph)
Author: Paul Barrett, Phil Hodge
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Scientific/Engineering :: Astronomy
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: astropy>=5.1
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: stsci.tools
Requires-Dist: pysiaf
Requires-Dist: astroquery
Requires-Dist: matplotlib>=3.5
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Requires-Dist: ci-watson>=0.8.0; extra == "test"
Requires-Dist: requests; extra == "test"
Provides-Extra: docs
Requires-Dist: ipython; extra == "docs"
Requires-Dist: sphinx; extra == "docs"
Requires-Dist: stsci_rtd_theme; extra == "docs"
Requires-Dist: sphinx_automodapi; extra == "docs"
Requires-Dist: numpydoc; extra == "docs"
Dynamic: license-file

# stistools

[![Documentation Status](https://readthedocs.org/projects/stistools/badge/?version=latest)](https://stistools.readthedocs.io/en/latest/?badge=latest)

Tools for HST/STIS.

Code Contribution Guide:

- For new additions to stistools, a new branch off the main repository is encouraged.  Use initials for the beginning of the branch title. It is also acceptable to put a PR in from a fork of stistools (necessary for an external contributor).

- Each PR should have at least one approved review by at least one STIS team member AND one DATB/SCSB member (this could be either Sara or Robert).

- After approved reviews, test your new content with readthedocs.  You can do this by pushing to the doc_updates_rtd branch.  This branch is setup to re-build the https://stistools.readthedocs.io/en/doc_updates_rtd/ page after any new commits.

## Documentation
Minimum requirement to have at least some inline numpy style API docstrings.  PR author should also review narrative docs to make sure those are appropriately updated. Any new tasks will need a new rst file for sphinx/rtd to pick up the new docs.

## Testing
New functions and or new functionality should have appropriate unit tests.  Tests that use any input and or truth files, will need to use artifactory for hosting test files.

## Pep 8
Try to adhere to pep 8 standards when reasonable.  Code comments are heartily encouraged!
