Metadata-Version: 2.0
Name: bossdata
Version: 0.2.6
Summary: Tools to access SDSS spectroscopic data.
Home-page: https://github.com/dkirkby/bossdata
Author: bossdata developers
Author-email: dkirkby@uci.edu
License: MIT
Keywords: bossdata
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Scientific/Engineering :: Astronomy
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Requires-Dist: requests (>=2.7.0)
Requires-Dist: progressbar (>=2.3)
Requires-Dist: astropy (>=1.0.1)
Requires-Dist: fitsio (>=0.9.7)
Requires-Dist: numpy (>=1.9.2)

A python package for working with `spectroscopic data <http://www.sdss.org/dr12/spectro/spectro_basics/>`_ from the `Sloan Digital Sky Survey <http://www.sdss.org>`_.

* Free software: MIT license
* Documentation: https://bossdata.readthedocs.org
* Releases: https://pypi.python.org/pypi/bossdata
* Code: https://github.com/dkirkby/bossdata

What's new in version 0.2.6dev:

* The ``camera`` arg to ``SpecFile.get_valid_data`` (and related methods) should now be ``b1``, ``b2``, ``r1``, ``r2`` instead of ``blue`` or ``red``.
* New options for the ``get_valid_data`` methods: ``use_ivar``, ``use_loglam``, ``fiducial_grid``.
* Fixes `github issues <https://github.com/dkirkby/bossdata/issues?q=is%3Aissue+is%3Aclosed>`_ #67, #74, #86.


