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
|
Source: funtools
Section: science
Priority: optional
Maintainer: Debian Astronomy Maintainers <debian-astro-maintainers@lists.alioth.debian.org>
Uploaders: Ole Streicher <olebole@debian.org>
Build-Depends: autotools-dev,
debhelper (>= 9),
dh-autoreconf,
gawk,
libwcstools-dev,
tcl-dev,
zlib1g-dev
Standards-Version: 3.9.6
Homepage: https://www.cfa.harvard.edu/~john/funtools/
Vcs-Git: git://anonscm.debian.org/debian-astro/packages/funtools.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-astro/packages/funtools.git
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: libfuntools1
Section: libs
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Pre-Depends: ${misc:Pre-Depends}
Multi-Arch: same
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
Section: libdevel
Architecture: any
Depends: libfuntools1 (= ${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
Section: interpreters
Architecture: any
Depends: libfuntools1 (= ${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.
|