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 |
|
Mitchell, Daniel
MRC Cognition and Brain Sciences Unit
in Cooperation with on an Cooperation-Score of 37%
Topics
Publications (24/24 displayed)
- 2021A Review of Sensing Technologies for Non-Destructive Evaluation of Structural Composite Materialscitations
- 2020The Functional Convergence and Heterogeneity of Social, Episodic, and Self-Referential Thought in the Default Mode Networkcitations
- 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.23.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 major release, addressing a number of issues with the processing software and the pipeline scripts.Pipelines:* When multiple raw MSs are provided for a given beam (split up byfrequency range), the pipeline is capable of recognising this,merging (after any necessary splitting), and handling all requiredmetadata appropriately. The functionality should be the same nomatter the structure of the raw data.* The selfcal job allocation (for the sbatch call) has been alteredto request a number of nodes, rather than cores +cores-per-node. This should provide more predictable allocations.* The weights cutoff parameter given to Selavy is now fullyconsistent with the linmos cutoff.* Fixed a bug that meant the raw data was overwritten whencalibration was applied, even when KEEP_RAW_AV_MS=true.* The TELESCOP keyword is now added to the FITS headers.* A bug was fixed that was preventing the full-resolution MSs beingincluded in the CASDA upload.* New parameters SPECTRAL_IMAGE_MAXUV and SPECTRAL_IMAGE_MINUV thatallow control over the UV distances passed to the spectral imager.* Various improvements to the gatherStats job, so that it will stillrun after the killAll script has been called, and that looks forthe pipeline-errors directory before trying to use it.* Making the cubeStats script more robust against failures of asingle process (so that it doesn't hang but instead carries on asbest it can).Processing:* Imaging:- Fix a coordinate shift that was seen in spectral imaging, due to adifferent direction being provided by the advise functionality.* Calibration:- Efficiency improvements to ccalapply to help speed it up* Utilities:- Adjustment of the maximum cache size in mssplit to avoidout-of-memory issues- Trimming down of the pointing table in MSs produced by msconcat,so that very large tables do not result.* Selavy:- The restoring beam is now written into the component maps.- A significant change to the handling of the initial estimates forthe Gaussian fits, making it more robust and avoiding downstreamWCS errors that were hampering the analysis.- Minor catalogue fixes for component & HI catalogues- Segfaults in selfcal (3145)