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 86 87 88 89 90 91
|
Source: wsclean
Standards-Version: 4.7.3
Maintainer: Debian Astro Team <debian-astro-maintainers@lists.alioth.debian.org>
Uploaders:
Gijs Molenaar <gijs@pythonic.nl>,
Ole Streicher <olebole@debian.org>,
Section: science
Build-Depends:
casacore-dev,
cmake,
debhelper-compat (= 13),
libblas-dev,
libboost-dev,
libboost-filesystem-dev,
libboost-program-options-dev,
libboost-thread-dev,
libcfitsio-dev,
libfftw3-dev,
libgsl-dev,
libhdf5-dev,
liblapack-dev,
libxtensor-blas-dev,
python3-pybind11,
python3-dev,
Vcs-Browser: https://salsa.debian.org/debian-astro-team/wsclean
Vcs-Git: https://salsa.debian.org/debian-astro-team/wsclean.git
Homepage: https://gitlab.com/aroffringa/wsclean/
Package: wsclean
Architecture: any
Depends:
${misc:Depends},
${shlibs:Depends},
liblapack3,
Suggests:
wsclean-dev,
Description: Fast generic widefield interferometric imager
WSClean (w-stacking clean) is a fast generic widefield imager. It uses the
w-stacking algorithm and can make use of the w-snapshot algorithm. As of
Feb 2014, it is 2-12 times faster than CASA's w-projection, depending on the
array configuration. It supports full-sky imaging and proper beam correction
for homogeneous dipole arrays such as the MWA.
.
WSClean allows Hogbom and Cotton-Schwab cleaning, and can clean polarizations
joinedly. All operations are performed on the CPU (it is not specialized for
GPUs).
Package: libwsclean0
Architecture: any
Multi-Arch: same
Section: libs
Depends:
${misc:Depends},
${shlibs:Depends},
liblapack3,
Description: Fast generic widefield interferometric imager (shared library)
WSClean (w-stacking clean) is a fast generic widefield imager. It uses the
w-stacking algorithm and can make use of the w-snapshot algorithm. As of
Feb 2014, it is 2-12 times faster than CASA's w-projection, depending on the
array configuration. It supports full-sky imaging and proper beam correction
for homogeneous dipole arrays such as the MWA.
.
WSClean allows Hogbom and Cotton-Schwab cleaning, and can clean polarizations
joinedly. All operations are performed on the CPU (it is not specialized for
GPUs).
.
This package contains the shared library.
Package: wsclean-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends:
${misc:Depends},
${shlibs:Depends},
libwsclean0 (= ${binary:Version}),
Recommends:
wsclean,
Description: Fast generic widefield interferometric imager (development files)
WSClean (w-stacking clean) is a fast generic widefield imager. It uses the
w-stacking algorithm and can make use of the w-snapshot algorithm. As of
Feb 2014, it is 2-12 times faster than CASA's w-projection, depending on the
array configuration. It supports full-sky imaging and proper beam correction
for homogeneous dipole arrays such as the MWA.
.
WSClean allows Hogbom and Cotton-Schwab cleaning, and can clean polarizations
joinedly. All operations are performed on the CPU (it is not specialized for
GPUs).
.
This package contains the header file to compile own programs against
the library.
|