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
|
Source: funtools
Maintainer: Debian Astro Team <debian-astro-maintainers@lists.alioth.debian.org>
Uploaders: Ole Streicher <olebole@debian.org>
Section: science
Priority: optional
Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13),
gawk,
libwcstools-dev,
tcl-dev,
zlib1g-dev
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/debian-astro-team/funtools
Vcs-Git: https://salsa.debian.org/debian-astro-team/funtools.git
Homepage: https://github.com/ericmandel/funtools
Rules-Requires-Root: no
Package: funtools
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends}
Description: Minimal buy-in FITS utility package
Funtools, is a "minimal buy-in" FITS library and utility package developed at
the High Energy Astrophysics Division of SAO. The Funtools library
provides simplified access to a wide array of file types: standard
astronomical FITS images and binary tables, raw arrays and binary event
lists, and even tables of ASCII column data. A sophisticated region filtering
library (compatible with ds9) filters images and tables using boolean
operations between geometric shapes, support world coordinates, etc. Funtools
also supports advanced capabilities such as optimized data searching using
index files.
.
This package contains the tools.
Package: libfuntools1t64
Provides: ${t64:Provides}
Replaces: libfuntools1
Breaks: libfuntools1 (<< ${source:Version})
Architecture: any
Multi-Arch: same
Section: libs
Depends: gcc | c-compiler,
libc6-dev,
${misc:Depends},
${shlibs:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: Minimal buy-in FITS library
Funtools, is a "minimal buy-in" FITS library and utility package developed at
the High Energy Astrophysics Division of SAO. The Funtools library
provides simplified access to a wide array of file types: standard
astronomical FITS images and binary tables, raw arrays and binary event
lists, and even tables of ASCII column data. A sophisticated region filtering
library (compatible with ds9) filters images and tables using boolean
operations between geometric shapes, support world coordinates, etc. Funtools
also supports advanced capabilities such as optimized data searching using
index files.
.
This library contains the shared library.
Package: libfuntools-dev
Architecture: any
Section: libdevel
Depends: libfuntools1t64 (= ${binary:Version}),
libwcstools-dev,
${misc:Depends}
Description: Minimal buy-in FITS library (development files)
Funtools, is a "minimal buy-in" FITS library and utility package developed at
the High Energy Astrophysics Division of SAO. The Funtools library
provides simplified access to a wide array of file types: standard
astronomical FITS images and binary tables, raw arrays and binary event
lists, and even tables of ASCII column data. A sophisticated region filtering
library (compatible with ds9) filters images and tables using boolean
operations between geometric shapes, support world coordinates, etc. Funtools
also supports advanced capabilities such as optimized data searching using
index files.
.
This package contains the development files.
Package: tcl-funtools
Architecture: any
Section: interpreters
Depends: libfuntools1t64 (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Description: Minimal buy-in FITS library (Tcl interface)
Funtools, is a "minimal buy-in" FITS library and utility package developed at
the High Energy Astrophysics Division of SAO. The Funtools library
provides simplified access to a wide array of file types: standard
astronomical FITS images and binary tables, raw arrays and binary event
lists, and even tables of ASCII column data. A sophisticated region filtering
library (compatible with ds9) filters images and tables using boolean
operations between geometric shapes, support world coordinates, etc. Funtools
also supports advanced capabilities such as optimized data searching using
index files.
.
This package contains the Tcl interface.
|