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
|
Source: montage
Standards-Version: 4.7.2
Maintainer: Debian Astro Team <debian-astro-maintainers@lists.alioth.debian.org>
Uploaders:
Gijs Molenaar <gijs@pythonic.nl>,
Ole Streicher <olebole@debian.org>,
Section: science
Priority: optional
Build-Depends:
cython3,
debhelper-compat (= 13),
dh-python,
libbz2-dev,
libcfitsio-dev,
libfreetype-dev,
libjpeg-dev,
libwcstools-dev,
python3-all-dev,
python3-jinja2,
python3-setuptools,
Vcs-Browser: https://salsa.debian.org/debian-astro-team/montage
Vcs-Git: https://salsa.debian.org/debian-astro-team/montage.git
Homepage: http://montage.ipac.caltech.edu/
Package: montage
Architecture: any
Depends:
fonts-freefont-ttf,
${misc:Depends},
${shlibs:Depends},
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:
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.
Package: python3-montagepy
Architecture: any
Section: python
Depends:
fonts-freefont-ttf,
${misc:Depends},
${python3:Depends},
${shlibs:Depends},
Description: Python toolkit for assembling FITS images into mosaics
MontagePy 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.
|