**********************************************
SLITronomy - Sparse Linear Inversion Technique
**********************************************
.. image:: https://travis-ci.org/aymgal/SLITronomy.svg?branch=master
:target: https://travis-ci.org/aymgal/SLITronomy
:alt: Build status
.. image:: https://coveralls.io/repos/github/aymgal/SLITronomy/badge.svg
:target: https://coveralls.io/github/aymgal/SLITronomy
:alt: Coverage status
.. .. image:: https://codecov.io/gh/aymgal/SLITronomy/branch/master/graph/badge.svg
.. :target: https://codecov.io/gh/aymgal/SLITronomy
.. image:: https://badge.fury.io/py/slitronomy.svg
:target: https://badge.fury.io/py/slitronomy
:alt: PyPi status
.. image:: https://readthedocs.org/projects/slitronomy/badge/?version=latest
:target: https://slitronomy.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status
.. image:: https://img.shields.io/badge/python-3.6-blue.svg
:target: https://badge.fury.io/py/slitronomy
:alt: Python 3.6 support
.. image:: https://img.shields.io/badge/python-3.7-blue.svg
:target: https://badge.fury.io/py/slitronomy
:alt: Python 3.7 support
.. image:: https://img.shields.io/badge/license-MIT-blue.svg?style=flat
:target: https://github.com/aymgal/slitronomy/blob/master/LICENSE
:alt: MIT license
Updated and improved version of the Sparse Lens Inversion Technique (`SLIT <https://github.com/herjy/SLIT>`_), developed within the framework of lens modelling software `lenstronomy <https://github.com/sibirrer/lenstronomy>`_.
The documentation is available on `readthedocs.org <http://slitronomy.readthedocs.org/>`_ (currently in development).
Installation
============
This package is available through PyPi.
.. code-block:: bash
$ pip install slitronomy --user
Requirements
============
In addition to standard packages listed in `requirements.txt <https://github.com/aymgal/SLITronomy/tree/master/requirements.txt>`_, lenstronomy needs to be installed to access to python classes for proper initialisation of SLITronomy solvers.
The most straghtforward way to use pixel-based solvers of SLITronomy is directly through lenstronomy (version >=1.6.0), by using the `'SLIT_STARLETS'` light profiles. SLITronomy can also be used as a standalone tool.
Example notebooks
=================
An ensemble of example notebooks are located at `thirdparty/notebooks <https://github.com/aymgal/SLITronomy/tree/master/thirdparty/notebooks>`_ :
* `Pixelated image-to-source plane mapping <https://github.com/aymgal/SLITronomy/tree/master/thirdparty/notebooks/01_lensing_mapping.ipynb>`_
* `Starlets decomposition and reconstruction <https://github.com/aymgal/SLITronomy/tree/master/thirdparty/notebooks/02_starlets_decomposition.ipynb>`_
* `Sparse source reconstruction <https://github.com/aymgal/SLITronomy/tree/master/thirdparty/notebooks/03_complex_source_reconstruction.ipynb>`_
* `Lens model optimization <https://github.com/aymgal/SLITronomy/tree/master/thirdparty/notebooks/04_source_mass_reconstruction.ipynb>`_
* `Multi-band source reconstruction <https://github.com/aymgal/SLITronomy/tree/master/thirdparty/notebooks/05_multiband_source_reconstruction.ipynb>`_ (requires `MuSCADeT <https://github.com/aymgal/MuSCADeT>`_)
* `Sparse source and lens light reconstructions <https://github.com/aymgal/SLITronomy/tree/master/thirdparty/notebooks/06_complex_sourcelens_reconstruction.ipynb>`_
* `Sparse source reconstruction with quasar images <https://github.com/aymgal/SLITronomy/tree/master/thirdparty/notebooks/07_complex_quasar_source.ipynb>`_
Acknowledging SLITronomy
========================
* SLITronomy: `Galan et al. 2020 <https://arxiv.org/abs/2012.02802>`_.
* Sparse Linear Inversion Technique: `Joseph et al. 2019 <https://arxiv.org/abs/1809.09121>`_.
* lenstronomy modelling software: `Birrer & Amara 2018 <https://arxiv.org/abs/1803.09746v2>`_.
Raw data
{
"_id": null,
"home_page": "https://github.com/aymgal/SLITronomy",
"name": "slitronomy",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.6",
"maintainer_email": "",
"keywords": "slitronomy",
"author": "Aymeric Galan",
"author_email": "aymeric.galan@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/c9/45/9d7aa83c57717211164965f874d588cbc6e20220d5f4ceabdaf78e144f5d/slitronomy-0.3.3.tar.gz",
"platform": "",
"description": "**********************************************\nSLITronomy - Sparse Linear Inversion Technique\n**********************************************\n\n.. image:: https://travis-ci.org/aymgal/SLITronomy.svg?branch=master\n :target: https://travis-ci.org/aymgal/SLITronomy\n :alt: Build status\n\n.. image:: https://coveralls.io/repos/github/aymgal/SLITronomy/badge.svg\n :target: https://coveralls.io/github/aymgal/SLITronomy\n :alt: Coverage status\n\n.. .. image:: https://codecov.io/gh/aymgal/SLITronomy/branch/master/graph/badge.svg\n.. :target: https://codecov.io/gh/aymgal/SLITronomy\n\n.. image:: https://badge.fury.io/py/slitronomy.svg\n :target: https://badge.fury.io/py/slitronomy\n :alt: PyPi status\n\n.. image:: https://readthedocs.org/projects/slitronomy/badge/?version=latest\n :target: https://slitronomy.readthedocs.io/en/latest/?badge=latest\n :alt: Documentation Status\n\n.. image:: https://img.shields.io/badge/python-3.6-blue.svg\n :target: https://badge.fury.io/py/slitronomy\n :alt: Python 3.6 support\n\n.. image:: https://img.shields.io/badge/python-3.7-blue.svg\n :target: https://badge.fury.io/py/slitronomy\n :alt: Python 3.7 support\n\n.. image:: https://img.shields.io/badge/license-MIT-blue.svg?style=flat\n :target: https://github.com/aymgal/slitronomy/blob/master/LICENSE\n :alt: MIT license\n\n\nUpdated and improved version of the Sparse Lens Inversion Technique (`SLIT <https://github.com/herjy/SLIT>`_), developed within the framework of lens modelling software `lenstronomy <https://github.com/sibirrer/lenstronomy>`_.\n\nThe documentation is available on `readthedocs.org <http://slitronomy.readthedocs.org/>`_ (currently in development).\n\n\nInstallation\n============\n\nThis package is available through PyPi.\n\n.. code-block:: bash\n\n $ pip install slitronomy --user\n\n\n\nRequirements\n============\n\nIn addition to standard packages listed in `requirements.txt <https://github.com/aymgal/SLITronomy/tree/master/requirements.txt>`_, lenstronomy needs to be installed to access to python classes for proper initialisation of SLITronomy solvers.\n\nThe most straghtforward way to use pixel-based solvers of SLITronomy is directly through lenstronomy (version >=1.6.0), by using the `'SLIT_STARLETS'` light profiles. SLITronomy can also be used as a standalone tool.\n\nExample notebooks\n=================\n\nAn ensemble of example notebooks are located at `thirdparty/notebooks <https://github.com/aymgal/SLITronomy/tree/master/thirdparty/notebooks>`_ :\n\n* `Pixelated image-to-source plane mapping <https://github.com/aymgal/SLITronomy/tree/master/thirdparty/notebooks/01_lensing_mapping.ipynb>`_\n* `Starlets decomposition and reconstruction <https://github.com/aymgal/SLITronomy/tree/master/thirdparty/notebooks/02_starlets_decomposition.ipynb>`_\n* `Sparse source reconstruction <https://github.com/aymgal/SLITronomy/tree/master/thirdparty/notebooks/03_complex_source_reconstruction.ipynb>`_\n* `Lens model optimization <https://github.com/aymgal/SLITronomy/tree/master/thirdparty/notebooks/04_source_mass_reconstruction.ipynb>`_\n* `Multi-band source reconstruction <https://github.com/aymgal/SLITronomy/tree/master/thirdparty/notebooks/05_multiband_source_reconstruction.ipynb>`_ (requires `MuSCADeT <https://github.com/aymgal/MuSCADeT>`_)\n* `Sparse source and lens light reconstructions <https://github.com/aymgal/SLITronomy/tree/master/thirdparty/notebooks/06_complex_sourcelens_reconstruction.ipynb>`_\n* `Sparse source reconstruction with quasar images <https://github.com/aymgal/SLITronomy/tree/master/thirdparty/notebooks/07_complex_quasar_source.ipynb>`_\n\n\nAcknowledging SLITronomy \n========================\n\n* SLITronomy: `Galan et al. 2020 <https://arxiv.org/abs/2012.02802>`_.\n* Sparse Linear Inversion Technique: `Joseph et al. 2019 <https://arxiv.org/abs/1809.09121>`_.\n* lenstronomy modelling software: `Birrer & Amara 2018 <https://arxiv.org/abs/1803.09746v2>`_.\n\n\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Sparse Linear Inversion Technique for lenstronomy",
"version": "0.3.3",
"project_urls": {
"Download": "https://github.com/aymgal/slitronomy/archive/0.3.2.tar.gz.zip",
"Homepage": "https://github.com/aymgal/SLITronomy"
},
"split_keywords": [
"slitronomy"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "aca0179494d7b1d17c954069dd4c039201a538335f08695df55b312a15e523b3",
"md5": "36af84bfee5cfb6803b4dada96a2d14e",
"sha256": "9e3bb4a380232113edb8c54d5fad16374d84ec0ebd7c03effe5beb78f85457f9"
},
"downloads": -1,
"filename": "slitronomy-0.3.3-py3-none-any.whl",
"has_sig": false,
"md5_digest": "36af84bfee5cfb6803b4dada96a2d14e",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.6",
"size": 54678,
"upload_time": "2022-01-31T15:43:18",
"upload_time_iso_8601": "2022-01-31T15:43:18.165994Z",
"url": "https://files.pythonhosted.org/packages/ac/a0/179494d7b1d17c954069dd4c039201a538335f08695df55b312a15e523b3/slitronomy-0.3.3-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "c9459d7aa83c57717211164965f874d588cbc6e20220d5f4ceabdaf78e144f5d",
"md5": "9dda85944e5ab862fb36f9bb19f5ebbb",
"sha256": "93c19a33baf3fd4ce0508513e15f815c29cb8132400217e2d4c338160175ee42"
},
"downloads": -1,
"filename": "slitronomy-0.3.3.tar.gz",
"has_sig": false,
"md5_digest": "9dda85944e5ab862fb36f9bb19f5ebbb",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 5766094,
"upload_time": "2022-01-31T15:43:20",
"upload_time_iso_8601": "2022-01-31T15:43:20.944588Z",
"url": "https://files.pythonhosted.org/packages/c9/45/9d7aa83c57717211164965f874d588cbc6e20220d5f4ceabdaf78e144f5d/slitronomy-0.3.3.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2022-01-31 15:43:20",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "aymgal",
"github_project": "SLITronomy",
"travis_ci": true,
"coveralls": false,
"github_actions": false,
"requirements": [
{
"name": "numpy",
"specs": [
[
">=",
"1.16.4"
]
]
},
{
"name": "scipy",
"specs": []
},
{
"name": "scikit-image",
"specs": []
},
{
"name": "matplotlib",
"specs": []
},
{
"name": "future",
"specs": []
},
{
"name": "astropy",
"specs": []
},
{
"name": "pybind11",
"specs": []
},
{
"name": "python-pysap",
"specs": [
[
"==",
"0.0.5"
]
]
}
],
"lcname": "slitronomy"
}