Metadata-Version: 2.1
Name: eazy
Version: 0.8.1
Summary: Pythonic photo-zs
Author-email: "G. Brammer" <gbrammer@gmail.com>
License: MIT License
        
        Copyright (c) 2016-2022 Gabriel Brammer
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
        
Project-URL: Documentation, https://eazy-py.readthedocs.io/
Project-URL: Homepage, https://github.com/gbrammer/eazy-py
Project-URL: Source, https://github.com/gbrammer/eazy-py
Project-URL: Tracker, https://github.com/gbrammer/eazy-py/issues
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Astronomy
Requires-Python: >=3.8
Description-Content-Type: text/x-rst
License-File: LICENSE.txt
Requires-Dist: astro-sedpy>=0.3
Requires-Dist: astropy
Requires-Dist: dust_extinction
Requires-Dist: h5py
Requires-Dist: matplotlib
Requires-Dist: numpy
Requires-Dist: peakutils
Requires-Dist: scipy<1.14
Requires-Dist: tqdm
Provides-Extra: docs
Requires-Dist: sphinx; extra == "docs"
Requires-Dist: sphinx-astropy; extra == "docs"
Requires-Dist: toml; extra == "docs"
Provides-Extra: test
Requires-Dist: flake8; extra == "test"
Requires-Dist: pytest>=5.1; extra == "test"
Requires-Dist: coverage; extra == "test"
Provides-Extra: vistool
Requires-Dist: dash==2.5.1; extra == "vistool"
Requires-Dist: jupyter-dash; extra == "vistool"
Requires-Dist: Werkzeug==2.0.3; extra == "vistool"

.. image:: https://github.com/gbrammer/eazy-py/actions/workflows/python-package.yml/badge.svg
   :target: https://github.com/gbrammer/eazy-py/actions

.. image:: https://badge.fury.io/py/eazy.svg
    :target: https://badge.fury.io/py/eazy

.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.5012705.svg
   :target: https://doi.org/10.5281/zenodo.5012705


eazy-py: Pythonic photometric redshift tools based on EAZY
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Under heavy construction....

Documentation will be here: https://eazy-py.readthedocs.io/, though it's essentially just the module API for now.

Templates and filter files still here: https://github.com/gbrammer/eazy-photoz/.

.. note::
    Please submit any questions/comments/problems you have through the `Issues <https://github.com/gbrammer/eazy-py/issues>`_ interface.

Installation instructions
~~~~~~~~~~~~~~~~~~~~~~~~~

.. code:: bash

    $ pip install eazy
    $ pip install eazy[vistool] # for the dash visualiation tool

    # Install extra dependency
    $ pip install git+https://github.com/karllark/dust_attenuation.git

    # Get templates and filters from https://github.com/gbrammer/eazy-photoz
    $ python -c "import eazy; eazy.fetch_eazy_photoz()"

Demo
~~~~

.. image:: https://colab.research.google.com/assets/colab-badge.svg
 :target: https://colab.research.google.com/github/gbrammer/eazy-py/blob/master/docs/examples/HDFN-demo.ipynb

.. image:: https://mybinder.org/badge_logo.svg
 :target: https://mybinder.org/v2/gh/gbrammer/eazy-py/HEAD?filepath=docs%2Fexamples%2FHDFN-demo.ipynb


Citation
~~~~~~~~
Please cite both this repository and `Brammer et al. (2008) <https://ui.adsabs.harvard.edu/abs/2008ApJ...686.1503B/abstract>`_. A BiBTeX for this repository can be generated via the *Cite this repository* link in the upper left corner of the `GitHub page <https://github.com/gbrammer/eazy-py>`_.
