1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52
|
.. Python bindings for CPL recipes documentation master file, created by
sphinx-quickstart on Sat Aug 28 10:52:22 2010.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
.. title:: The CPL recipe python interface
The CPL recipe python interface
###############################
.. module:: cpl
This is a non-official python module to access CPL recipes. It is not meant as
part of the CPL or the MUSE pipeline software, but may be useful for testing
and analysis.
.. seealso:: http://www.eso.org/sci/software/cpl
"The Common Pipeline Library (CPL) consists of a set of C libraries, which have
been developed to standardise the way VLT instrument pipelines are built, to
shorten their development cycle and to ease their maintenance. The Common
Pipeline Library was not designed as a general purpose image processing
library, but rather to address two primary requirements. The first of these
was to provide an interface to the VLT pipeline runtime- environment. The
second was to provide a software kit of medium-level tools, which allows
astronomical data-reduction tasks to be built rapidly."
[`ESO <http://www.eso.org/sci/software/cpl/introduction.html>`_]
.. toctree::
:numbered:
install
tutorial
recipe
parallel
param
frames
result
msg
esorex
dfs
restrictions
Feedback
========
Bug reports should be made on the `developer web page
<http://github.com/olebole/python-cpl/issues>`_. Send python specific questions to
python-cpl@liska.ath.cx. Questions regading CPL should be mailed to
cpl-help@eso.org.
|