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
|
Source: python-cpl
Section: python
Priority: optional
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Ole Streicher <debian@liska.ath.cx>
DM-Upload-Allowed: yes
Build-Depends: debhelper (>= 7.0.50~),
dh-autoreconf,
libcpl-dev (>= 6),
python-all-dev (>= 2.6.6-3~),
python-numpy,
python-pyfits,
python-support
XS-Python-Version: >= 2.6
Standards-Version: 3.9.3
Homepage: http://www.aip.de/~oles/python-cpl/index.html
Vcs-Git: git://git.debian.org/git/debian-science/packages/python-cpl.git
Vcs-Browser: http://git.debian.org/?p=debian-science/packages/python-cpl.git
Package: python-cpl
Architecture: any
Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
Suggests: gdb
Description: Control pipeline recipes from the European Southern Observatory
This module can list, configure and execute CPL-based recipes from Python.
The input, calibration and output data can be specified as FITS files
or as pyfits objects in memory.
.
The 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.
|