Source: synphot Maintainer: Debian Astronomy Team Uploaders: Ole Streicher Section: python Priority: optional Build-Depends: debhelper-compat (= 13), dh-python, python3-all-dev, python3-astropy, python3-numpy, python3-pytest, python3-pytest-astropy, python3-scipy, python3-setuptools, python3-setuptools-scm Standards-Version: 4.6.2 Vcs-Browser: https://salsa.debian.org/debian-astro-team/synphot Vcs-Git: https://salsa.debian.org/debian-astro-team/synphot.git Homepage: https://github.com/spacetelescope/synphot_refactor Package: python3-synphot Architecture: any Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends} Description: Simulate photometric data and spectra in astronomy Synphot simulates photometric data and spectra, observed or otherwise. It can incorporate external filters, spectra, and data. One can also use a pre-defined standard star (Vega), bandpass, or extinction law. Furthermore, it allows one to: . * Construct complicated composite spectra using different models. * Simulate observations. * Compute photometric properties such as count rate, effective wavelength, and effective stimulus. * Manipulate a spectrum; e.g., applying redshift or normalize it to a given flux value in a given bandpass. * Sample a spectrum at given wavelengths. * Plot a quick-view of a spectrum. * Perform repetitive operations such as simulating the observations of multiple type of sources through multiple bandpasses.