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
|
Source: montage
Section: science
Priority: optional
Maintainer: Debian Astronomy Maintainers <debian-astro-maintainers@lists.alioth.debian.org>
Uploaders: Gijs Molenaar <gijs@pythonic.nl>, Ole Streicher <olebole@debian.org>
Build-Depends: debhelper (>= 9),
libcfitsio-dev | libcfitsio3-dev,
libfreetype6-dev,
libjpeg-dev,
libwcstools-dev
Standards-Version: 3.9.6
Homepage: http://montage.ipac.caltech.edu/
Vcs-Git: git://anonscm.debian.org/debian-astro/packages/montage.git
Vcs-Browser: http://anonscm.debian.org/cgit/debian-astro/packages/montage.git
Package: montage
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, fonts-freefont-ttf
Description: Toolkit for assembling FITS images into mosaics
Montage is a toolkit for assembling astronomical images into custom mosaics.
.
It uses algorithms that preserve the calibration and positional (astrometric)
fidelity of the input images to deliver mosaics that meet user-specified
parameters of projection, coordinates, and spatial scale. It supports all
projections and coordinate systems in use in astronomy.
.
It contains independent modules for analyzing the geometry of images on the
sky, and for creating and managing mosaics; these modules are powerful tools
in their own right and have applicability outside mosaic production, in areas
such as data validation.
Package: montage-gridtools
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Recommends: pegasus-wms, htcondor, montage
Description: Create files to run montage on the grid
Montage is a toolkit for assembling astronomical images into custom mosaics.
.
This package contains modules that can generate a Directed Acyclic Graph
(DAG) representation of the mosaicking process for a set of on-line surveys
(e.g., 2MASS). This information is fed to the Pegasus software from ISI (the
Information Sciences Institute), which produces processing plans for Condor
(or Condor-G on the Teragrid).
.
These modules should be considered prototypes: they have been used
extensively but have not been subject to the same rigorous testing to which
the core modules have been subjected. Users should contact Montage
(montage@ipac.caltech.edu) before employing them to verify limitations in
their use and changes in the interfaces.
|