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 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198
|
Source: cpl
Priority: optional
Section: science
Maintainer: Debian Astronomy Maintainers <debian-astro-maintainers@lists.alioth.debian.org>
Uploaders: Ole Streicher <olebole@debian.org>
Build-Depends: automake (>= 1.13),
debhelper (>= 9),
default-jdk,
dh-autoreconf,
doxygen,
libcfitsio-dev (>= 3.310),
libfftw3-dev (>= 3.1.2),
libltdl-dev,
texlive-fonts-recommended,
wcslib-dev (>= 4.4.4)
Standards-Version: 3.9.6
Homepage: http://www.eso.org/sci/software/cpl/
Vcs-Git: git://anonscm.debian.org/debian-astro/packages/cpl.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-astro/packages/cpl.git
Package: libcpl-dev
Section: libdevel
Architecture: any
Depends: libcext-dev,
libcfitsio-dev,
libcplcore20 (= ${binary:Version}),
libcpldfs20 (= ${binary:Version}),
libcpldrs20 (= ${binary:Version}),
libcplui20 (= ${binary:Version}),
wcslib-dev,
${misc:Depends}
Suggests: libcpl-doc
Description: ESO library for automated astronomical data-reduction
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 (known
as "pipelines").
.
The CPL was developed to standardise the way instrument pipelines
are built, to shorten their development cycle and to ease their
maintenance. However, it may be more generally applied to any similar
application, and the details of the CPL code have been engineered in
a way to make the library portable and flexible, as well as
minimising external dependencies.
.
The CPL provides a host of functionality, presented in a clear,
generic and uniform manner. Among its many features, the CPL offers:
.
* many useful low-level data types (images, tables, matrices, strings,
property lists, ...),
* many fundamental statistic, arithmetic and conversion operations for
these data types.
* medium-level data access methods (e.g. a data abstraction layer for
FITS files),
* data table organisation and manipulation,
* keyword/value handling and management,
* a standardised application interface for pipeline recipes, and,
* support for dynamic loading of recipe modules.
.
Despite the current bias towards instrument pipeline development, the
library also provides a variety of general-purpose image- and
signal-processing functions, making it an excellent framework for the
creation of more generic data-handling packages.
.
This package contains the static library and the C header files.
Package: libcpl-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: API documentation for the Common Pipeline Library
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 (known
as "pipelines").
.
This package contains the API documentation for libcpl.
Package: libcplcore20
Section: libs
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: Fundamental CPL data types and functions
The CPLCORE library provides the fundamental CPL data types (such as cpl
image, cpl table, cpl vector, cpl matrix etc.), the operations defined on
these data types, and elementary utility functions. There should not be any
physical units associated with any of the data types or functions of that
library.
.
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 (known
as "pipelines").
Package: libcpldfs20
Section: libs
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: CPL functions for Data Flow System compatibility
The functions of this library ensure the compliance of pipeline
products with the Data Flow System (DFS) of the European Southern
Observatory (ESO).
.
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 (known
as "pipelines").
Package: libcpldrs20
Section: libs
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: CPL higher level data processing algorithms
The CPLDRS (DRS for Data Reduction System) implements higher level data
processing algorithms (such as wavelength calibration, image recombination,
dark-frame correction and so on).
.
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 (known
as "pipelines").
Package: libcplui20
Section: libs
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: CPL framework interface library
The CPLUI (UI for User Interface) provides services defining the standard
interface for recipes and provides more complex data reduction related
utilities and services. In particular, it contains the necessary types to
handle the plugin interface, the parameters used to handle command-line
options and the (set of) frames used to store the input list of files.
.
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 (known
as "pipelines").
Package: libcext0
Section: libs
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: Commonly used utility functions for C programs
This is a C utility library, which is used to implement ESO's Common Pipeline
Library (CPL). The library contains a basic collections framework (maps,
linked lists, queues), memory management, strings, logging and others.
Package: libcext-dev
Section: libdevel
Architecture: any
Depends: libcext0 (= ${binary:Version}), ${misc:Depends}
Suggests: libcpl-dev
Description: Commonly used utility functions for C programs (development files)
This is a C utility library, which is used to implement ESO's Common Pipeline
Library (CPL). The library contains a basic collections framework (maps,
linked lists, queues), memory management, strings, logging and others.
.
The package contains the static library and the C header files.
Package: libcext-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Description: API documentation for ESO's C utility library libcext
The libcext is a C utility library, which is used to implement ESO's Common
Pipeline Library (CPL). The library contains a basic collections framework
(maps, linked lists, queues), memory management, strings, logging and others.
.
The package contains the API documentation for libcpl.
Multi-Arch: foreign
Package: libcplgasgano20
Architecture: any
Multi-Arch: same
Section: contrib/libs
Depends: ${misc:Depends}, ${shlibs:Depends}
Pre-Depends: ${misc:Pre-Depends}
Recommends: gasgano
Description: CPL Java Native Interface library
This package provides a Java native interface of ESO's Common Pipeline
Library (CPL) for use with their Gasgano package.
.
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 (known
as "pipelines").
|