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
|
Source: pydl
Section: python
Priority: optional
Maintainer: Debian Astro Team <debian-astro-maintainers@alioth-lists.debian.net>
Uploaders: Vincent Prat <vivi@debian.org>
Build-Depends: debhelper-compat (= 13),
dh-sequence-python3,
python3-all,
python3-astropy,
python3-matplotlib,
python3-pytest,
python3-pytest-mock,
python3-scipy,
python3-setuptools,
python3-setuptools-scm,
python3-sphinx,
python3-sphinx-astropy
Standards-Version: 4.6.2
Homepage: https://github.com/weaverba137/pydl
Vcs-Browser: https://salsa.debian.org/debian-astro-team/pydl
Vcs-Git: https://salsa.debian.org/debian-astro-team/pydl.git
Rules-Requires-Root: no
Package: python3-pydl
Architecture: all
Depends: ${python3:Depends},
${misc:Depends},
python3-scipy
Suggests: python-pydl-doc
Description: Library of IDL astronomy routines converted to Python 3
PyDL consists of Python replacements for functions that are part of the IDL
built-in library or part of astronomical IDL libraries.
The emphasis is on reproducing results of the astronomical library
functions.
Only the bare minimum of IDL built-in functions are implemented to support
this.
.
There are four astronomical libraries targeted:
.
* idlutils: a general suite of tools heavily used by SDSS.
* Goddard utilities: The IDL Astronomy User's Library, maintained by
Wayne Landsman and distributed with idlutils.
* idlspec2d: tools for working with SDSS, BOSS and eBOSS spectroscopic
data.
* photoop: tools for working with SDSS imaging data.
.
This is the Python 3 version of the package.
Package: python-pydl-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: ${sphinxdoc:Depends}, ${misc:Depends}
Description: Library of IDL astronomy routines converted to Python (doc)
PyDL consists of Python replacements for functions that are part of the IDL
built-in library or part of astronomical IDL libraries.
The emphasis is on reproducing results of the astronomical library
functions.
Only the bare minimum of IDL built-in functions are implemented to support
this.
.
There are four astronomical libraries targeted:
.
* idlutils: a general suite of tools heavily used by SDSS.
* Goddard utilities: The IDL Astronomy User's Library, maintained by
Wayne Landsman and distributed with idlutils.
* idlspec2d: tools for working with SDSS, BOSS and eBOSS spectroscopic
data.
* photoop: tools for working with SDSS imaging data.
.
This is the common documentation package.
|