Metadata-Version: 2.0
Name: bossdata
Version: 0.2.1
Summary: Tools to access SDSS BOSS data.
Home-page: https://github.com/dkirkby/bossdata
Author: David Kirkby
Author-email: dkirkby@uci.edu
License: MIT
Keywords: bossdata
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
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)

===============================
bossdata
===============================

.. image:: https://img.shields.io/travis/dkirkby/bossdata.svg
        :target: https://travis-ci.org/dkirkby/bossdata

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

.. image:: https://readthedocs.org/projects/bossdata/badge/?version=latest
        :target: https://readthedocs.org/projects/bossdata/?badge=latest
        :alt: Documentation Status

Tools to access and work with SDSS BOSS data from http://dr12.sdss3.org.

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




History
-------

0.1.0 (2015-05-24)
------------------

* First release on PyPI.

0.2.0 (2015-06-09)
------------------

* Fix issues #3 #5 #6.
* Add support for accessing subtracted sky flux to the `spec` module and `bossplot` script.
* This version breaks backwards compatiblity with 0.1.0 since the previous `$BOSS_SAS_ROOT` environment variable is now named `$BOSS_SAS_PATH` and has the instrument name (usually `boss`) appended.
* bash users can update by replacing `export BOSS_SAS_ROOT=/sas/dr12` with `export BOSS_SAS_PATH=/sas/dr12/boss` in their `.bashrc` file.

0.2.1 (2015-06-13)
------------------

* Fix issues #9 #12 #13.


