Skip to main content

A data reduction package for echelle spectrographs

Project description

Python application Documentation Status Updates

PyREDUCE

PyReduce is a port of the REDUCE package to Python3. It is a complete data reduction pipeline for the echelle spectrographs, e.g. HARPS or UVES.

Detailed documentation is available at ReadTheDocs.

Installation

PyReduce can be installed using pip using the following command: pip install pyreduce-astro

The most up-to-date version can be installed using pip install git+https://github.com/AWehrhahn/PyReduce instead. However this may be more buggy than the stable version.

PyReduce uses CFFI to link to the C code, on non-linux platforms you might have to install libffi. See also https://cffi.readthedocs.io/en/latest/installation.html#platform-specific-instructions for details.

Output Format

PyReduce will create .ech files when run. Despite the name those are just regular .fits files and can be opened with any programm that can read .fits. The data is contained in a table extension. The header contains all the keywords of the input science file, plus some extra PyReduce specific keyword, all of which start with e_.

How To

PyReduce is designed to be easy to use, but still be flexible. examples/uves_example.py is a good starting point, to understand how it works. First we define the instrument, target, night, and instrument mode (if applicable) of our reduction. Then we tell PyReduce where to find the data, and lastly we define all the specific settings of the reduction (e.g. polynomial degrees of various fits) in a json configuration file. We also define which steps of the reduction to perform. Steps that are not specified, but are still required, will be loaded from previous runs if possible, or executed otherwise. All of this is then passed to pyreduce.reduce.main to start the reduction.

In this example, PyReduce will plot all intermediary results, and also plot the progres during some of the steps. Close them to continue calculations, if it seems nothing is happening. Once you are statisified with the results you can disable them in settings_UVES.json (with "plot":false in each step) to speed up the computation.

Papers

The original REDUCE paper: doi:10.1051/0004-6361:20020175

A paper describing the changes and updates of PyReduce can be found here: https://ui.adsabs.harvard.edu/abs/2021A%26A...646A..32P/abstract

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyreduce-astro-0.5.27.tar.gz (2.0 MB view details)

Uploaded Source

File details

Details for the file pyreduce-astro-0.5.27.tar.gz.

File metadata

  • Download URL: pyreduce-astro-0.5.27.tar.gz
  • Upload date:
  • Size: 2.0 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.16

File hashes

Hashes for pyreduce-astro-0.5.27.tar.gz
Algorithm Hash digest
SHA256 306e6214fcdd7da55c60cea1054de14503fa2b0547da6f05bab75043a4a2392e
MD5 d0361f6819910ce8332f6e2f4a211c11
BLAKE2b-256 d91533db4ef46814153949883794e70dc71ea4833a9f9b5cfe62180e3dac2871

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page