Документ взят из кэша поисковой машины. Адрес оригинального документа : http://www.atnf.csiro.au/computing/software/askapsoft/sdp/docs/current/BETApipelines/introduction.html
Дата изменения: Unknown
Дата индексирования: Tue Apr 12 13:03:42 2016
Кодировка: IBM-866
ASKAPsoft processing of BETA data — CentralProcessor 0.11 documentation

ASKAPsoft processing of BETA data€ґ

Introduction€ґ

ASKAPsoft is the suite of processing software developed by the ASKAP computing team to handle the pipeline processing of ASKAP observations. It has been primarily designed for full-scale ASKAP processing on a high-performance computing environment. The design philosophy and background is detailed in the ASKAP Science Processing document (ASKAP-SW-0020), which was produced in 2011 to detail the entire ASKAP pipeline processing environment. BETA processing uses a slightly different approach, particularly in the calibration method, and the set of scripts detailed here are designed to demonstrate a BETA reduction approach with ASKAPsoft.

This set of scripts handles all BETA reduction, from the splitting and flagging of 1934-638 and science datasets, obtaining and applying the bandpass calibration, averaging of the science visibilities, continuum imaging (with or without self-calibration) and linear mosaicking, source-finding, and spectral-line imaging (including continuum subtraction and gains calibration).

The scripts are bash shell scripts, which create parsets and slurm files that are submitted to the queue on galaxy. The jobs have their dependencies set appropriately, so that a single call of the control script is sufficient to run all desired processing.

The scripts have been designed to be controlled by a single user input, wherein most parameters can be set. The following tables detail the parameters that are available to be set by the user. It is also possible to manually alter the slurm scripts to change parameters that have not been defined for user input (the slurm files can be seen in the slurmFiles/ directory - if you set SUBMIT_JOBS=false, they will be created but not submitted). If there are parameters that you would like defined for user input that are currently hardcoded, please let me know.

Finally, note that the processing needs to be run on the /scratch2 filesystem on galaxy. The /home filesystem is not suitable for running this processing, and there are certain bits that will fail on /home (the scripts set the Lustre file system striping properties and /home is not such a filesystem).

Assumptions€ґ

These scripts have been put together to process particular BETA observations. The assumed structure of your observation is that you have an observation of a тАШscienceтАЩ field (i.e. the field for which you want to make a continuum image - this can actually incorporate more than one FIELD location, through interleaving), and an observation of 1934-638 which will be used to determine the bandpass solution. This should have been done in the usual calibration way of short observations of 1934-638 in each beam sequentially.

Table Of Contents

Previous topic

BETA Processing Pipelines

Next topic

How to run the BETA pipelines

This Page