1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Source: alfa
Section: science
Priority: optional
Maintainer: Debian Astronomy Team <debian-astro-maintainers@lists.alioth.debian.org>
Uploaders: Roger Wesson <rw@nebulousresearch.org>
Build-Depends: debhelper-compat (= 13),
gfortran,
libcfitsio-dev
Standards-Version: 4.5.1
Homepage: https://github.com/rwesson/ALFA
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/debian-astro-team/alfa.git
Vcs-Browser: https://salsa.debian.org/debian-astro-team/alfa
Package: alfa
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Automated Line Fitting Algorithm
ALFA measures fluxes in emission line spectra, such as those of planetary
nebulae and HII regions, using a genetic algorithm to rapidly optimise fits
to large numbers of lines simultaneously. It can subtract night sky emission
lines before fitting the nebular lines if necessary. It can read plain text
files containing 1D spectral data, or FITS files containing 1D, 2D or 3D
datasets.
|