The Imager PIPELINE tools

With ALMA or NOEMA, you may end up with an observational data set that contains several sources, each of them observed with a number of spectral windows of different spectral resolutions, covering many spectral lines.

The bookkeeping of such data sets can be intricate. To help the users to focus on the science, we have developped a PIPELINE (namely a suite of scripts named all-*.ima) that automates the whole imaging process in this case. As a (strong) bonus, the PIPELINE builds up on all the knowledge and tools described in previous sections to provide an excellent solution given the data set, unless the source and/or data have very special properties.

This pipeline can be run through the PIPELINE command, or through a control panel launched by the PIPELINE /WIDGET command.

The pipeline control parameters are available in the ALL% global structure, and can be checked using the PIPELINE ? command.

The pipeline is intended to handle all spectral sub-bands for a single receiver tuning of the interferometer, with the data (possibly with several observing dates and configurations) in UVFITS or GILDAS UV format. Data from each sub-band and each source should be stored in a separate file.

The principle is to gather all UV tables in a sub-directory (named ./RAW/ by default), and to store the results of the various processing steps (Self Calibration, Spectral line extraction, Imaging) in different sub-directories (respectively named ./SELF/, ./TABLES/, ./MAPS/ by default).

The behaviour of the Imaging step depends on the pipeline mode, ALL%MODE, that can be controlled by the PIPELINE /MODE option. It also depends on whether a CATALOG is used or not, and on the ALL%RANGE[1:3] variable that controls the velocity span and resolution.

Naming conventions apply to identify which data set covers which spectral line.



Subsections