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 |
|
Marquarding, Malte
in Cooperation with on an Cooperation-Score of 37%
Topics
Publications (22/22 displayed)
- 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.21.0
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.----- A large release containing a number of updates to the pipeline scripts and to various aspects of the processing tools.Pipeline updates:* Can use AOflagger instead of cflag.* Can use continuum cubes to measure spectral indices ofcontinuum components (using Selavy).* Bug fix, the CleanModel option of continuum-subtraction was usingthe wrong image name.* Allow self-calibration to use the clean model image as the modelfor calibration (in the manner of continuum-subtraction).* Improved continuum subtraction Selavy parameterisations, to bettermodel continuum components. Selavy parsets are now consistent withthose used for the continuum cataloguing.* Use of an alternative bandpass smoothing task -smooth_bandpass.py (instead of plot_caltable.py).* Use of an additional bandpass validation script to produce summarydiagnostic plots for the bandpass solutions.* Bug fix, the bandpass table name was not set correctly when the theDO_FIND_BANDPASS switch was turned off.* Addition of the spectral measurement sets, the continuum-subtractionmodels/catalogues, and the spectral cube beam logs to the list ofartefacts to be sent to CASDA upon pipeline completion.* Changes to some default parameters. See CHANGES file for details.Processing tasks:* MPI barrier added to the spectral imager to prevent race conditions.* Improved bandpass calibration to fix failures with SVD conversionerrors.* The memory handling within linmos-mpi has been improved to reduceits footprint, making it better able to mosaic large spectralcubes.* Selavy:- now reports best component fit, regardless of the chi-squared. Ifpoor, a new flag will be set.- If the fit fails to converge, can reduce the number of Gaussiansbeing fit to try to get a good fit.- Bug fix, allow the curvature-map method of identifying componentsto better take into account the weights image associated with theimage being searched.- Bug fix, Selavy, (extraction code) was fixed to allow its use onimages without spectral or Stokes axes.- The SNR image produced by Selavy now has a blank string for thepixel units.- The implementation of variable threshold calculations in Selavyhave been streamlined, to improve the memory use.