https://github.com/olebole/python-cpl
Python bindings for CPL recipes
https://github.com/olebole/python-cpl
Last synced: 4 months ago
JSON representation
Python bindings for CPL recipes
- Host: GitHub
- URL: https://github.com/olebole/python-cpl
- Owner: olebole
- License: gpl-2.0
- Created: 2010-09-13T09:24:24.000Z (almost 16 years ago)
- Default Branch: master
- Last Pushed: 2018-11-05T20:02:40.000Z (over 7 years ago)
- Last Synced: 2025-11-10T06:10:37.556Z (7 months ago)
- Language: Python
- Homepage: http://pypi.python.org/pypi/python-cpl
- Size: 683 KB
- Stars: 10
- Watchers: 3
- Forks: 5
- Open Issues: 4
-
Metadata Files:
- Readme: README.rst
- Changelog: ChangeLog
- License: COPYING
Awesome Lists containing this project
README
python-cpl
==========
*Python interface for the Common Pipeline Library*
.. image:: https://img.shields.io/pypi/v/python-cpl.svg
:target: https://pypi.python.org/pypi/python-cpl
Python-cpl is an `Astropy Affiliated Package `_
that can list, configure and execute recipes from `ESO data reduction
pipelines `_ from Python
(python2 and python3). The input, calibration and output data can be
specified as FITS files or as ``astropy.io.fits`` objects in memory.
The ESO `Common Pipeline Library `_
(CPL) comprises a set of ISO-C libraries that provide a comprehensive,
efficient and robust software toolkit. It forms a basis for the creation of
automated astronomical data-reduction tasks. One of the features provided by
the CPL is the ability to create data-reduction algorithms that run as plugins
(dynamic libraries). These are called "recipes" and are one of the main
aspects of the CPL data-reduction development environment.
Python-CPL releases are `registered on PyPI
`_, and development is occurring at
the `project's github page `_.
For installation instructions, see the
`online documentation `_.
The travis test status, coverage, and documentation build status
of the github repository is:
.. image:: https://travis-ci.org/olebole/python-cpl.png
:target: https://travis-ci.org/olebole/python-cpl
.. image:: https://coveralls.io/repos/olebole/python-cpl/badge.svg?branch=master
:target: https://coveralls.io/r/olebole/python-cpl?branch=master
.. image:: https://landscape.io/github/olebole/python-cpl/master/landscape.svg?style=flat
:target: https://landscape.io/github/olebole/python-cpl/master
.. image:: https://readthedocs.org/projects/python-cpl/badge/?version=latest
:target: https://readthedocs.org/projects/python-cpl/?badge=latest