People | Locations | Statistics |
---|---|---|
Naji, M. |
| |
Motta, Antonella |
| |
Aletan, Dirar |
| |
Mohamed, Tarek |
| |
Ertürk, Emre |
| |
Taccardi, Nicola |
| |
Kononenko, Denys |
| |
Petrov, R. H. | Madrid |
|
Alshaaer, Mazen | Brussels |
|
Bih, L. |
| |
Casati, R. |
| |
Muller, Hermance |
| |
Kočí, Jan | Prague |
|
Šuljagić, Marija |
| |
Kalteremidou, Kalliopi-Artemi | Brussels |
|
Azam, Siraj |
| |
Ospanova, Alyiya |
| |
Blanpain, Bart |
| |
Ali, M. A. |
| |
Popa, V. |
| |
Rančić, M. |
| |
Ollier, Nadège |
| |
Azevedo, Nuno Monteiro |
| |
Landes, Michael |
| |
Rignanese, Gian-Marco |
|
Ord, Stephen
in Cooperation with on an Cooperation-Score of 37%
Topics
Publications (24/24 displayed)
- 2023The Southern-sky MWA Rapid Two-metre (SMART) pulsar survey—I. Survey design and processing pipelinecitations
- 2023The Southern-sky MWA Rapid Two-metre (SMART) pulsar survey—II. Survey status, pulsar census, and first pulsar discoveriescitations
- 2019ASKAP Science Data Processor software - ASKAPsoft Version 0.22.0
- 2019ASKAP Science Data Processor software - ASKAPsoft Version 0.23.3
- 2019ASKAP Science Data Processor software - ASKAPsoft Version 0.22.2
- 2019ASKAP Science Data Processor software - ASKAPsoft Version 0.23.1
- 2019ASKAP Science Data Processor software - ASKAPsoft Version 0.23.0
- 2019ASKAP Science Data Processor software - ASKAPsoft Version 0.23.2
- 2018ASKAP Science Data Processor software - ASKAPsoft Version 0.19.6
- 2018ASKAP Science Data Processor software - ASKAPsoft Version 0.20.1
- 2018ASKAP Science Data Processor software - ASKAPsoft Version 0.20.0
- 2018ASKAP Science Data Processor software - ASKAPsoft Version 0.20.3
- 2018ASKAP Science Data Processor software - ASKAPsoft Version 0.21.0
- 2018ASKAP Science Data Processor software - ASKAPsoft Version 0.20.2
- 2017ASKAP Science Data Processor software - ASKAPsoft Version 0.19.2
- 2017ASKAP Science Data Processor software - ASKAPsoft Version 0.19.0
- 2017ASKAP Science Data Processor software - ASKAPsoft Version 0.18.2
- 2017ASKAP Science Data Processor software - ASKAPsoft Version 0.18.0
- 2017ASKAP Science Data Processor software - ASKAPsoft Version 0.19.5
- 2017ASKAP Science Data Processor software - ASKAPsoft Version 0.19.3
- 2017ASKAP Science Data Processor software - ASKAPsoft Version 0.17.0
- 2017ASKAP Science Data Processor software - ASKAPsoft Version 0.18.1
- 2017ASKAP Science Data Processor software - ASKAPsoft Version 0.18.3
- 2017ASKAP Science Data Processor software - ASKAPsoft Version 0.19.4
Places of action
Organizations | Location | People |
---|
document
ASKAP Science Data Processor software - ASKAPsoft Version 0.19.6
Abstract
ASKAPsoft, the ASKAP Science Data Processor, provides data processing functionality, including:* Calibration * Spectral line imaging * Continuum imaging * Source detection and generation of source catalogs * Transient detectionASKAPsoft is developed as a part of the CSIRO Australian Square Kilometre Array Pathfinder (ASKAP) Science Data Processor component. ASKAPsoft is a key component in the ASKAP system. It is the primary software for storing and processing raw data, and initiating the archiving of resulting science data products into the data archive (CASDA).The processing pipelines within ASKAPsoft are largely written in C++ built on top of casacore and other third party libraries. The software is designed to be parallelised, where possible, for performance.ASKAPsoft is designed to be built and executed in a standard Unix/Linux environment and core dependencies must be fulfilled by the platform. These include, but are not limited to, a C/C++/Fortran compiler, Make, Python 2.7, Java 7 and MPI. More specific dependencies are downloaded by the ASKAPsoft build system and are installed within the ASKAPsoft development tree. Specific to the Debian platform, after a standard installation of Debian Wheezy (7.x) the following packages will need to be installed with apt-get:* g++ * gfortran * openjdk-7-jdk * python-dev * flex * bison * openmpi-bin * libopenmpi-dev * libfreetype6-dev * libpng12-devMore information regarding the building, installation and running of the software can be found in the README file in the root of the file structure that forms this collection.Source code can be accessed via the links in Related Materials section.----- Pipelines:* The default imager has been changed *for all imaging jobs* to be thenew imager task.* Image-based continuum subtraction script made compatible with ACESscript changes. Needs to be used with ACES revision number 47195 or later.* The bandpass solutions can now be applied to calibrator themselves, producingcalibrated MSs.* Reference antenna for bandpass calibration specified via the new parameterBANDPASS_REFANTENNA.* Self-calibration with cmodel can now avoid using components belowsome nominated signal-to-noise level. It can also be forced to usePSF-shaped components for the calibration.* The first stage of mosaicking now uses the weighttype=Combinedoption (see below), which should give a better reflection of thedata in the event different beams have different weights.* Some bug fixes (see CHANGES file)Processing software:* Cflag:- Fixed bug where the StokesV flagger would crash with asegmentation fault on occasions where it was presented with aspectrum or time-series that was entirely flagged.* Imager:- The imager is now more robust against small changes in thefrequency labels of channels, with an optional toleranceparameter available.* Selavy:- A few bugs were fixed that were preventing Selavy working forspectral-line cubes, where it was trying to read in the entirecube on all processing cores (leading to an out-of-memoryerror).- Moment-0 maps now have a valid mask applied to them.- Selavy can now measure the spectral index & curvature from acontinuum cube, instead of fitting to Taylor-term images.- Duchamp version 1.6.2 has been included in the askapsoftcodebase.- The deconvolved position angle of components is now forced to liebetween 0 & 2pi, and its error is limited to be no more than 2pi.* Linmos:- Fixed a bug that meant (in some cases) only a single input imagewas included in the mosaic. Happened when the input images hadmasks attached to them (for instance, combination of mosaics).- New option of "weighttype=Combined" for linmos-mpi, that usesboth the weight images and the primary beam model to create theoutput weights.