Metadata-Version: 2.1
Name: msumastro
Version: 1.1.6
Summary: Process FITS files
Home-page: http://github.com/mwcraig/msumastro
Author: Matt Craig
Author-email: mcraig@mnstate.edu
License: BSD 3-clause
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 2 :: Only
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Astronomy
Provides-Extra: docs
License-File: LICENSE.rst

MSUM Astro library
------------------

.. image:: https://img.shields.io/pypi/v/msumastro.svg
    :target: https://pypi.python.org/pypi/msumastro

.. image:: https://travis-ci.org/mwcraig/msumastro.png?branch=master
    :target: https://travis-ci.org/mwcraig/msumastro


.. image:: https://codecov.io/gh/mwcraig/msumastro/branch/master/graph/badge.svg
    :target: https://codecov.io/gh/mwcraig/msumastro


This software was developed primarily to process the files coming off the Paul
P. Feder Observatory at Minnesota State University Moorhead. We needed to do
several things:

+ Add in some essential meta-data (like LST, JD, AIRMASS) that isn't added by the software that grabs the images.
+ Add astrometry using http://astrometry.net
+ Rummage through a tree of directories containing images and create, for each directory, a table of user-configurable image information (e.g. file name, filter, image type, object)

Documentation is at http://msum-astro.readthedocs.org
