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 72 73 74 75 76 77 78 79 80 81 82 83 84 85
|
Source: aoflagger
Section: science
Priority: optional
Maintainer: Debian Astro Team <debian-astro-maintainers@lists.alioth.debian.org>
Uploaders: Gijs Molenaar <gijs@pythonic.nl>, Ole Streicher <olebole@debian.org>
Build-Depends: casacore-dev,
cmake,
debhelper (>= 11),
doxygen,
gfortran,
graphviz,
libblas-dev,
libboost-date-time-dev,
libboost-dev,
libboost-filesystem-dev,
libboost-python-dev,
libboost-signals-dev,
libboost-system-dev,
libboost-thread-dev,
libcfitsio-dev | libcfitsio3-dev,
libfftw3-dev,
libgtkmm-3.0-dev,
liblapack-dev,
libpng-dev,
libpython-dev,
libxml2-dev,
zlib1g-dev
Standards-Version: 4.2.1
Vcs-Git: https://salsa.debian.org/debian-astro-team/aoflagger.git
Vcs-Browser: https://salsa.debian.org/debian-astro-team/aoflagger
Homepage: https://sourceforge.net/projects/aoflagger/
Package: aoflagger
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Suggests: aoflagger-dev
Description: Find RFI in radio astronomical observations
The AOFlagger is a tool that can find and remove radio-frequency interference
(RFI) in radio astronomical observations. The code has been highly optimized
for speed and accuracy. It is used by default for the LOFAR radio telescope
and thus is in productional stage. The software can run in a fully automated
way, but a graphical interface is provided to analyse results and tweak the
strategy. The preferred input file format is the Casa Measurement Set (MS)
format.
.
Besides the flagger, the software consists of tools to efficiently visualize
data in different ways, such as plotting time-frequency diagrams and power
spectra. It provides the programs aoflagger, rfigui, aoqplot, aoquality and
more.
Package: libaoflagger0
Architecture: any
Multi-Arch: same
Section: libs
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Find RFI in radio astronomical observations (shared lib)
The AOFlagger is a tool that can find and remove radio-frequency interference
(RFI) in radio astronomical observations. The code has been highly optimized
for speed and accuracy. It is used by default for the LOFAR radio telescope
and thus is in productional stage. The software can run in a fully automated
way, but a graphical interface is provided to analyse results and tweak the
strategy. The preferred input file format is the Casa Measurement Set (MS)
format.
.
This package contains the shared library.
Package: aoflagger-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: libaoflagger0 (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Recommends: aoflagger
Description: Find RFI in radio astronomical observations (development files)
The AOFlagger is a tool that can find and remove radio-frequency interference
(RFI) in radio astronomical observations. The code has been highly optimized
for speed and accuracy. It is used by default for the LOFAR radio telescope
and thus is in productional stage. The software can run in a fully automated
way, but a graphical interface is provided to analyse results and tweak the
strategy. The preferred input file format is the Casa Measurement Set (MS)
format.
.
This package contains static library and the header file to compile
own programs against the library.
|