pynpoint


Namepynpoint JSON
Version 0.11.0 PyPI version JSON
download
home_pagehttps://github.com/PynPoint/PynPoint
SummaryPipeline for processing and analysis of high-contrast imaging data
upload_time2023-09-21 08:11:59
maintainer
docs_urlNone
authorTomas Stolker & Markus Bonse
requires_python
licenseGPLv3
keywords pynpoint
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            PynPoint
========

**Pipeline for processing and analysis of high-contrast imaging data**

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

.. image:: https://img.shields.io/pypi/pyversions/pynpoint
   :target: https://pypi.python.org/pypi/pynpoint

.. image:: https://github.com/PynPoint/PynPoint/workflows/CI/badge.svg?branch=main
   :target: https://github.com/PynPoint/PynPoint/actions

.. image:: https://img.shields.io/readthedocs/pynpoint
   :target: http://pynpoint.readthedocs.io

.. image:: https://codecov.io/gh/PynPoint/PynPoint/branch/main/graph/badge.svg?token=35stSKWsaJ
   :target: https://codecov.io/gh/PynPoint/PynPoint    

.. image:: https://img.shields.io/codefactor/grade/github/PynPoint/PynPoint
   :target: https://www.codefactor.io/repository/github/pynpoint/pynpoint

.. image:: https://img.shields.io/github/license/pynpoint/pynpoint
   :target: https://github.com/PynPoint/PynPoint/blob/main/LICENSE

PynPoint is a generic, end-to-end pipeline for the reduction and analysis of high-contrast imaging data of exoplanets. The pipeline uses principal component analysis (PCA) for the subtraction of the stellar PSF and supports post-processing with ADI, RDI, and SDI techniques. The package is stable, extensively tested, and actively maintained.

Documentation
-------------

Documentation is available at `http://pynpoint.readthedocs.io <http://pynpoint.readthedocs.io>`_, including installation instructions, details on the pipeline architecture, and several notebook tutorials.

Attribution
-----------

If you use PynPoint in your publication then please cite `Stolker et al. (2019) <https://ui.adsabs.harvard.edu/abs/2019A%26A...621A..59S/abstract>`_. Please also cite `Amara & Quanz (2012) <https://ui.adsabs.harvard.edu/abs/2012MNRAS.427..948A/abstract>`_ as the origin of PynPoint, which focused initially on the use of PCA as a PSF subtraction method. In case you use specifically the PCA-based background subtraction module or the wavelet based speckle suppression module, please give credit to `Hunziker et al. (2018) <https://ui.adsabs.harvard.edu/abs/2018A%26A...611A..23H/abstract>`_ or `Bonse et al. (preprint) <https://ui.adsabs.harvard.edu/abs/2018arXiv180405063B/abstract>`_, respectively.

Contributing
------------

Contributions in the form of bug fixes, new or improved functionalities, and pipeline modules are highly appreciated. Please consider forking the repository and creating a pull request to help improve and extend the package. Instructions for `coding of a pipeline module <https://pynpoint.readthedocs.io/en/latest/coding.html>`_ are available in the documentation. Bugs can be reported by creating an `issue <https://github.com/PynPoint/PynPoint/issues>`_ on the Github page.

License
-------

Copyright 2014-2021 Tomas Stolker, Markus Bonse, Sascha Quanz, Adam Amara, and `contributors <https://github.com/PynPoint/PynPoint/graphs/contributors>`_.

PynPoint is distributed under the GNU General Public License v3. See the `LICENSE <https://github.com/PynPoint/PynPoint/blob/main/LICENSE>`_ file for the terms and conditions.

Acknowledgements
----------------

The PynPoint logo was designed by `Atlas Interactive <https://atlas-interactive.nl>`_ and is `available <https://quanz-group.ethz.ch/research/algorithms/pynpoint.html>`_ for use in presentations.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/PynPoint/PynPoint",
    "name": "pynpoint",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "pynpoint",
    "author": "Tomas Stolker & Markus Bonse",
    "author_email": "stolker@strw.leidenuniv.nl",
    "download_url": "https://files.pythonhosted.org/packages/f4/4f/af5500f955b8bed85ccc53efaf69ede8d3008aa7082c1294fa4302ff04ef/pynpoint-0.11.0.tar.gz",
    "platform": null,
    "description": "PynPoint\n========\n\n**Pipeline for processing and analysis of high-contrast imaging data**\n\n.. image:: https://img.shields.io/pypi/v/pynpoint\n   :target: https://pypi.python.org/pypi/pynpoint\n\n.. image:: https://img.shields.io/pypi/pyversions/pynpoint\n   :target: https://pypi.python.org/pypi/pynpoint\n\n.. image:: https://github.com/PynPoint/PynPoint/workflows/CI/badge.svg?branch=main\n   :target: https://github.com/PynPoint/PynPoint/actions\n\n.. image:: https://img.shields.io/readthedocs/pynpoint\n   :target: http://pynpoint.readthedocs.io\n\n.. image:: https://codecov.io/gh/PynPoint/PynPoint/branch/main/graph/badge.svg?token=35stSKWsaJ\n   :target: https://codecov.io/gh/PynPoint/PynPoint    \n\n.. image:: https://img.shields.io/codefactor/grade/github/PynPoint/PynPoint\n   :target: https://www.codefactor.io/repository/github/pynpoint/pynpoint\n\n.. image:: https://img.shields.io/github/license/pynpoint/pynpoint\n   :target: https://github.com/PynPoint/PynPoint/blob/main/LICENSE\n\nPynPoint is a generic, end-to-end pipeline for the reduction and analysis of high-contrast imaging data of exoplanets. The pipeline uses principal component analysis (PCA) for the subtraction of the stellar PSF and supports post-processing with ADI, RDI, and SDI techniques. The package is stable, extensively tested, and actively maintained.\n\nDocumentation\n-------------\n\nDocumentation is available at `http://pynpoint.readthedocs.io <http://pynpoint.readthedocs.io>`_, including installation instructions, details on the pipeline architecture, and several notebook tutorials.\n\nAttribution\n-----------\n\nIf you use PynPoint in your publication then please cite `Stolker et al. (2019) <https://ui.adsabs.harvard.edu/abs/2019A%26A...621A..59S/abstract>`_. Please also cite `Amara & Quanz (2012) <https://ui.adsabs.harvard.edu/abs/2012MNRAS.427..948A/abstract>`_ as the origin of PynPoint, which focused initially on the use of PCA as a PSF subtraction method. In case you use specifically the PCA-based background subtraction module or the wavelet based speckle suppression module, please give credit to `Hunziker et al. (2018) <https://ui.adsabs.harvard.edu/abs/2018A%26A...611A..23H/abstract>`_ or `Bonse et al. (preprint) <https://ui.adsabs.harvard.edu/abs/2018arXiv180405063B/abstract>`_, respectively.\n\nContributing\n------------\n\nContributions in the form of bug fixes, new or improved functionalities, and pipeline modules are highly appreciated. Please consider forking the repository and creating a pull request to help improve and extend the package. Instructions for `coding of a pipeline module <https://pynpoint.readthedocs.io/en/latest/coding.html>`_ are available in the documentation. Bugs can be reported by creating an `issue <https://github.com/PynPoint/PynPoint/issues>`_ on the Github page.\n\nLicense\n-------\n\nCopyright 2014-2021 Tomas Stolker, Markus Bonse, Sascha Quanz, Adam Amara, and `contributors <https://github.com/PynPoint/PynPoint/graphs/contributors>`_.\n\nPynPoint is distributed under the GNU General Public License v3. See the `LICENSE <https://github.com/PynPoint/PynPoint/blob/main/LICENSE>`_ file for the terms and conditions.\n\nAcknowledgements\n----------------\n\nThe PynPoint logo was designed by `Atlas Interactive <https://atlas-interactive.nl>`_ and is `available <https://quanz-group.ethz.ch/research/algorithms/pynpoint.html>`_ for use in presentations.\n",
    "bugtrack_url": null,
    "license": "GPLv3",
    "summary": "Pipeline for processing and analysis of high-contrast imaging data",
    "version": "0.11.0",
    "project_urls": {
        "Documentation": "https://pynpoint.readthedocs.io",
        "Homepage": "https://github.com/PynPoint/PynPoint"
    },
    "split_keywords": [
        "pynpoint"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fd166b21150f509d7f14fde205c5785a72a5fbacf173736fe8a57add95a4fe3c",
                "md5": "12220a1ed3c9a75a05edf17cbf493edb",
                "sha256": "1b0f3390fcae1226a6fc57a6a38621fb2e4926c9abe721182474335996aa52c1"
            },
            "downloads": -1,
            "filename": "pynpoint-0.11.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "12220a1ed3c9a75a05edf17cbf493edb",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 183436,
            "upload_time": "2023-09-21T08:11:57",
            "upload_time_iso_8601": "2023-09-21T08:11:57.323235Z",
            "url": "https://files.pythonhosted.org/packages/fd/16/6b21150f509d7f14fde205c5785a72a5fbacf173736fe8a57add95a4fe3c/pynpoint-0.11.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f44faf5500f955b8bed85ccc53efaf69ede8d3008aa7082c1294fa4302ff04ef",
                "md5": "ebf208ea901e8280cc879195088ad259",
                "sha256": "b827d649a844094c7695cbf66aa2b582f427eb1289c69faede476f44c14a65f3"
            },
            "downloads": -1,
            "filename": "pynpoint-0.11.0.tar.gz",
            "has_sig": false,
            "md5_digest": "ebf208ea901e8280cc879195088ad259",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 153227,
            "upload_time": "2023-09-21T08:11:59",
            "upload_time_iso_8601": "2023-09-21T08:11:59.322216Z",
            "url": "https://files.pythonhosted.org/packages/f4/4f/af5500f955b8bed85ccc53efaf69ede8d3008aa7082c1294fa4302ff04ef/pynpoint-0.11.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-21 08:11:59",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "PynPoint",
    "github_project": "PynPoint",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "pynpoint"
}
        
Elapsed time: 0.77036s