File: control

package info (click to toggle)
sncosmo 2.12.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,628 kB
  • sloc: python: 7,278; cpp: 184; makefile: 130; sh: 1
file content (45 lines) | stat: -rw-r--r-- 1,900 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
Source: sncosmo
Maintainer: Debian Astronomy Team <debian-astro-maintainers@lists.alioth.debian.org>
Uploaders: Ole Streicher <olebole@debian.org>,
           Phil Wyett <philip.wyett@kathenas.org>
Section: python
Priority: optional
Build-Depends: cython3,
               debhelper-compat (= 13),
               dh-python,
               python3-all-dev,
               python3-astropy,
               python3-extinction,
               python3-emcee <!nocheck>,
               python3-h5py,
               python3-iminuit <!nocheck>,
               python3-looseversion,
               python3-numpy,
               python3-pytest <!nocheck>,
               python3-scipy,
               python3-setuptools
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/debian-astro-team/sncosmo
Vcs-Git: https://salsa.debian.org/debian-astro-team/sncosmo.git
Homepage: https://sncosmo.github.io
Rules-Requires-Root: no

Package: python3-sncosmo
Architecture: any
Depends: ${misc:Depends},
         ${python3:Depends},
         ${shlibs:Depends}
Suggests: python3-emcee,
          python3-iminuit
Description: Python library for high-level supervova cosmology analysis
 SNCosmo synthesizes supernova spectra and photometry from SN models,
 and has functions for fitting and sampling SN model parameters given
 photometric light curve data. It offers fast implementations of
 several commonly used extinction laws and can be used to construct SN
 models that include dust. The SNCosmo library includes supernova
 models such as SALT2, MLCS2k2, Hsiao, Nugent, PSNID, SNANA and Whalen
 models, as well as a variety of built-in bandpasses and magnitude
 systems, and provides convenience functions for reading and writing
 peculiar data formats used in other packages. The library is
 extensible, allowing new models, bandpasses, and magnitude systems to
 be defined using an object-oriented interface.