Metadata-Version: 2.1
Name: simmer
Version: 0.3.3
Summary: Stellar Image Maturation via Efficient Reduction
Home-page: https://simmer.readthedocs.io
Author: Arjun B. Savel, Lea Hirsch, Courtney D. Dressing, David R. Ciardi
Author-email: asavel@gmail.com
Maintainer: Arjun B. Savel, Lea Hirsch, Courtney D. Dressing, David R. Ciardi
Maintainer-email: asavel@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Scientific/Engineering :: Astronomy
Requires-Python: >3.6.0
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: tqdm
Requires-Dist: pandas
Requires-Dist: astropy (>=3.1.2)
Requires-Dist: openpyxl (>=2.5.12)
Requires-Dist: scipy (>=1.1.0)
Requires-Dist: matplotlib (>=3.0.2)
Requires-Dist: Scikit-image (>=0.16.2)
Requires-Dist: pillow (>=6.2.0)
Requires-Dist: pyyaml (>=5.3.1)
Requires-Dist: cerberus (>=1.3.2)
Requires-Dist: nbsphinx (==0.5.1)
Requires-Dist: nbconvert (==5.6.1)
Requires-Dist: pygments (>=2.4.2)
Requires-Dist: xlrd (>=1.2.0)

# SImMER
[![Build Status](https://dev.azure.com/asavel/SImMER/_apis/build/status/arjunsavel.SImMER?branchName=master)](https://dev.azure.com/asavel/SImMER/_build?definitionId=1&_a=summary) [![codecov](https://codecov.io/gh/arjunsavel/simmer/branch/master/graph/badge.svg?token=5ERhXGwSDo)](https://codecov.io/gh/arjunsavel/simmer) [![Code Climate](https://img.shields.io/codeclimate/maintainability/arjunsavel/SImMER?style=flat)](https://codeclimate.com/github/arjunsavel/SImMER) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![Build Status](https://readthedocs.org/projects/simmer/badge/?version=latest)](http://simmer.readthedocs.io/en/latest/?badge=latest) [![PyPI version](https://badge.fury.io/py/simmer.svg)](https://badge.fury.io/py/simmer)


Repository for developing the ```SImMER``` image reduction pipeline. If you'd like to help out, take a look at our [ways to contribute](https://github.com/arjunsavel/simmer/blob/master/CONTRIBUTING.md).


## Documentation
To get started, read the docs at [our readthedocs site](https://simmer.readthedocs.io/en/latest/pages/about.html).


