Metadata-Version: 1.2
Name: hierarc
Version: 1.1.0
Summary: Hierarchical analysis of strong lensing systems to infer lens properties and cosmological parameters simultaneously
Home-page: https://github.com/sibirrer/hierarc
Author: Simon Birrer
Author-email: sibirrer@gmail.com
License: BSD license
Description: =======
        hierArc
        =======
        
        
        .. image:: https://img.shields.io/pypi/v/hierarc.svg
                :target: https://pypi.python.org/pypi/hierarc
        
        .. image:: https://img.shields.io/travis/sibirrer/hierarc.svg
                :target: https://travis-ci.com/sibirrer/hierarc
        
        .. image:: https://coveralls.io/repos/github/sibirrer/hierArc/badge.svg?branch=main
            :target: https://coveralls.io/github/sibirrer/hierArc?branch=main
        
        .. image:: https://readthedocs.org/projects/hierarc/badge/?version=latest
                :target: https://hierarc.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        .. image:: http://img.shields.io/badge/powered%20by-AstroPy-orange.svg?style=flat
                :target: http://www.astropy.org
                :alt: Powered by Astropy Badge
        
        
        
        Hierarchical analysis of strong lensing systems to infer lens properties and cosmological parameters simultaneously.
        
        The software is originated from `Birrer et al. 2020 <https://arxiv.org/abs/2007.02941>`_ and is in active development.
        
        * Free software: BSD license
        * Documentation: https://hierarc.readthedocs.io.
        
        
        Features
        --------
        
        The software allows to fit lenses with measured time delays, imaging information, kinematics constraints and
        standardizable magnifications with parameters described on the ensemble level.
        
        Installation
        ------------
        
        .. code-block:: bash
        
            $ pip install hierarc --user
        
        
        Usage
        -----
        
        The full analysis of `Birrer et al. 2020 <https://arxiv.org/abs/2007.02941>`_ is publicly available `here <https://github.com/TDCOSMO/hierarchy_analysis_2020_public>`_ .
        A forecast based on hierArc is presented by `Birrer & Treu 2020 <https://arxiv.org/abs/2008.06157>`_
        and the notebooks are available `at this repository <https://github.com/sibirrer/TDCOSMO_forecast>`_.
        For example use cases we refer to the notebooks of these analyses.
        
        
        
        Credits
        -------
        
        Simon Birrer & the `TDCOSMO <http://tdcosmo.org>`_ team.
        
        Please cite `Birrer et al. 2020 <https://arxiv.org/abs/2007.02941>`_ if you make use of this software for your research.
        
        
        =======
        History
        =======
        
        0.1.0 (2020-02-05)
        ------------------
        
        * First release on PyPI.
        
        1.0.0 (2020-06-29)
        ------------------
        
        * First stable release.
        
        1.1.0 (2021-07-26)
        ------------------
        
        * Standardizable magnifications added
        
Keywords: hierarc
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.5
