Metadata-Version: 2.1
Name: pycrires
Version: 0.2.0
Summary: Data reduction pipeline for VLT/CRIRES+
Home-page: https://github.com/tomasstolker/pycrires
Author: Tomas Stolker
Author-email: stolker@strw.leidenuniv.nl
License: MIT
Project-URL: Documentation, https://pycrires.readthedocs.io
Description: *pycrires*
        ==========
        
        Data reduction pipeline for VLT/CRIRES+
        
        .. image:: https://img.shields.io/pypi/v/pycrires
           :target: https://pypi.python.org/pypi/pycrires
        
        .. image:: https://img.shields.io/pypi/pyversions/pycrires
           :target: https://pypi.python.org/pypi/pycrires
        
        .. image:: https://github.com/tomasstolker/pycrires/workflows/CI/badge.svg?branch=main
           :target: https://github.com/tomasstolker/pycrires/actions
        
        .. image:: https://img.shields.io/readthedocs/pycrires
           :target: http://pycrires.readthedocs.io
        
        .. image:: https://codecov.io/gh/tomasstolker/pycrires/branch/main/graph/badge.svg?token=3O7YEYIR8C
           :target: https://codecov.io/gh/tomasstolker/
        
        .. image:: https://img.shields.io/codefactor/grade/github/tomasstolker/pycrires
           :target: https://www.codefactor.io/repository/github/tomasstolker/pycrires
        
        .. image:: https://img.shields.io/github/license/tomasstolker/pycrires
           :target: https://github.com/tomasstolker/pycrires/blob/main/LICENSE
        
        *pycrires* is a Python wrapper for running the CRIRES+ recipes of *EsoRex*.
        
        The pipeline organizes the raw data, creates SOF and configuration files for *EsoRex*, runs the calibration and science recipes, improves the wavelength solution, and creates plots of the images and extracted spectra.
        
        Additionally, there are dedicated routines for the extraction, calibration, and detection of spatially-resolved objects such as directly imaged planets.
        
        For spatially resolved objects, the telluric lines can typically be corrected with the stellar spectrum. Otherwise, it is possible to use an empirical modeling approach with the recipes of *MolecFit*. The pipeline interface of *pycrires* provides functionalities for both cases.
        
        Documentation
        -------------
        
        Documentation can be found at `http://pycrires.readthedocs.io <http://pycrires.readthedocs.io>`_.
        
        Attribution
        -----------
        
        Please cite `Stolker & Landman, 2023, ascl: 3541 <https://ascl.net/code/v/3541>`_ when *pycrires* is used in a publication and Landman et al. (in prep.) specifically when using the dedicated routines for spatially-resolved sources.
        
        Contributing
        ------------
        
        Contributions are welcome so please consider `forking <https://help.github.com/en/articles/fork-a-repo>`_ the repository and creating a `pull request <https://github.com/tomasstolker/pycrires/pulls>`_. Bug reports and feature requests can be provided by creating an `issue <https://github.com/tomasstolker/pycrires/issues>`_ on the Github page.
        
        License
        -------
        
        Copyright 2021-2023 Tomas Stolker & Rico Landman
        
        *pycrires* is distributed under the MIT License. See `LICENSE <https://github.com/tomasstolker/pycrires/blob/main/LICENSE>`_ for the terms and conditions.
        
Keywords: pycrires
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Astronomy
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Description-Content-Type: text/x-rst
