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
|
Source: ftools-fv
Maintainer: Debian Astro Team <debian-astro-maintainers@lists.alioth.debian.org>
Uploaders: Ole Streicher <olebole@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper-compat (= 13),
libcfitsio-dev,
tcl-dev,
tk-dev,
wcslib-dev
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/debian-astro-team/ftools-fv
Vcs-Git: https://salsa.debian.org/debian-astro-team/ftools-fv.git
Homepage: https://heasarc.gsfc.nasa.gov/docs/software/lheasoft/ftools/fv/
Rules-Requires-Root: no
Package: ftools-fv
Architecture: all
Depends: ftools-pow,
iwidgets4,
${misc:Depends}
Suggests: saods9,
xpa-tools
Description: Tool for viewing and editing FITS format files
Fv provides a graphical user interface to data stored in FITS
(Flexible Image Transport System) files. Local files can be created,
viewed and edited, files on the internet can be opened read-only
through the http and ftp protocols. Through the POWplot program,
FITS data can be visualized in a large variety of styles. An
interface to the SkyView online database allows for searching,
downloading, and plotting of images and object lists for a region of
the sky.
Package: ftools-pow
Architecture: any
Multi-Arch: same
Depends: iwidgets4,
tcl-fitstcl,
tix,
${misc:Depends},
${shlibs:Depends}
Description: Curve plotting and image display interface tool
POW is a curve plotting and image display interface tool written and
distributed by the HEASARC at NASA/GSFC.
.
POW features a very flexible developer's interface and a "friendly" end user
GUI interface. POW is a Tcl/Tk extension and can be called from standard C or
FORTRAN main programs.
|