File: control

package info (click to toggle)
photutils 0.3-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 3,624 kB
  • ctags: 4,596
  • sloc: python: 14,440; makefile: 120; ansic: 88
file content (57 lines) | stat: -rw-r--r-- 2,145 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
Source: photutils
Section: python
Priority: optional
Maintainer: Debian Astronomy Team <debian-astro-maintainers@lists.alioth.debian.org>
Uploaders: Ole Streicher <olebole@debian.org>
Build-Depends: cython (>= 0.21),
	       cython3 (>= 0.21),
	       debhelper (>= 9),
               dh-python,
               python-all-dev,
               python-astropy (>= 1.0),
               python-astropy-helpers,
	       python-numpy (>= 1.6),
               python-pytest,
               python-setuptools,
               python3-all-dev,
               python3-astropy (>= 1.0),
               python3-astropy-helpers,
	       python3-numpy (>= 1.6),
               python3-pytest,
               python3-setuptools
Standards-Version: 3.9.8
Homepage: https://github.com/astropy/photutils
Vcs-Git: https://anonscm.debian.org/git/debian-astro/packages/photutils.git
Vcs-Browser: https://anonscm.debian.org/cgit/debian-astro/packages/photutils.git
X-Python-Version: >= 2.7
X-Python3-Version: >= 3.3

Package: python-photutils
Architecture: any
Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
Recommends: python-scipy, python-skimage
Description: Astropy affiliated package for image photometry
 Photutils contains functions for:
 .
  * estimating the background and background rms in astronomical images
  * detecting sources in astronomical images
  * estimating morphological parameters of those sources (e.g., centroid
    and shape parameters)
  * performing aperture and PSF photometry
 .
 This package contains the Python 2 version of the package.

Package: python3-photutils
Architecture: any
Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
Recommends: python3-scipy, python-skimage
Description: Astropy affiliated package for image photometry (Python 3)
 Photutils contains functions for:
 .
  * estimating the background and background rms in astronomical images
  * detecting sources in astronomical images
  * estimating morphological parameters of those sources (e.g., centroid
    and shape parameters)
  * performing aperture and PSF photometry
 .
 This package contains the Python 3 version of the package.