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: cds-healpix-java
Maintainer: Debian Astro Team <debian-astro-maintainers@lists.alioth.debian.org>
Uploaders: Ole Streicher <olebole@debian.org>
Section: java
Priority: optional
Build-Depends: ant,
ant-optional,
debhelper-compat (= 13),
default-jdk,
javahelper,
junit4,
libcommons-math3-java
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/debian-astro-team/cds-healpix-java
Vcs-Git: https://salsa.debian.org/debian-astro-team/cds-healpix-java.git
Homepage: https://github.com/cds-astro/cds-healpix-java
Rules-Requires-Root: no
Package: libcds-healpix-java
Architecture: all
Depends: ${java:Depends},
${misc:Depends}
Recommends: ${java:Recommends}
Multi-Arch: foreign
Description: CDS HEALPix library in Java
HEALPix is an acronym for Hierarchical Equal Area isoLatitude
Pixelization of a sphere. As suggested in the name, this pixelization
produces a subdivision of a spherical surface in which each pixel
covers the same surface area as every other pixel. It is commonly
used to store all-sky astronomical images, most famously maps of the
cosmic microwave background.
Package: libcds-healpix-java-doc
Architecture: all
Section: doc
Depends: ${java:Depends},
${misc:Depends}
Recommends: ${java:Recommends}
Multi-Arch: foreign
Description: API documentation for the CDS HEALPix library in Java
HEALPix is an acronym for Hierarchical Equal Area isoLatitude
Pixelization of a sphere. As suggested in the name, this pixelization
produces a subdivision of a spherical surface in which each pixel
covers the same surface area as every other pixel. It is commonly
used to store all-sky astronomical images, most famously maps of the
cosmic microwave background.
.
This package contains the Javadoc API.
|