File: control

package info (click to toggle)
hipspy 0.2-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,112 kB
  • sloc: python: 6,619; makefile: 115; ansic: 88
file content (36 lines) | stat: -rw-r--r-- 1,417 bytes parent folder | download
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
Source: hipspy
Section: python
Priority: optional
Maintainer: Debian Astro Team <debian-astro-maintainers@lists.alioth.debian.org>
Uploaders: Ole Streicher <olebole@debian.org>
Build-Depends: debhelper (>= 12),
               dh-python,
               python3-all,
               python3-astropy (>= 1.3~),
               python3-astropy-healpix,
               python3-astropy-helpers,
               python3-numpy,
               python3-reproject (>=0.3.1~),
               python3-setuptools,
               python3-skimage
Standards-Version: 4.4.0
Homepage: https://github.com/hipspy/hips
Vcs-Git: https://salsa.debian.org/debian-astro-team/hipspy.git
Vcs-Browser: https://salsa.debian.org/debian-astro-team/hipspy

Package: python3-hips
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Recommends: python3-aiohttp,
            python3-reproject (>=0.3.1~),
            python3-tqdm,
            pyton3-matplotlib (>=2~)
Description: Python package for Hierarchical Progressive Surveys
 HiPS (Hierarchical Progressive Surveys) is a way to store large
 astronomical survey sky image and catalog datasets on servers (such
 as HiPS at CDS), that allows clients to efficiently fetch only the
 image tiles or catalog parts for a given region of the sky they are
 interested in. Similar to Google maps, but for astronomy (see the
 HiPS paper).
 .
 This is a Python package to fetch and draw HiPS images.