pipeline.hifv.cli.hifv_selfcal¶
-
pipeline.hifv.cli.
hifv_selfcal
= <pipeline.hifv.cli.hifv_selfcal._hifv_selfcal object>¶ hifv_selfcal —- Selfcal task executing gaincal and applycal
Output: results – If pipeline mode is ‘getinputs’ then None is returned. Otherwise the results object for the pipeline task is returned.
——— parameter descriptions ———————————————
- vis List of visibility data files. These may be ASDMs, tar files of ASDMs,
MSes, or tar files of MSes, If ASDM files are specified, they will be converted to MS format. example: vis=[‘X227.ms’, ‘asdms.tar.gz’]
- pipelinemode The pipeline operating mode. In ‘automatic’ mode the pipeline
determines the values of all context defined pipeline inputs automatically. In ‘interactive’ mode the user can set the pipeline context defined parameters manually. In ‘getinputs’ mode the user can check the settings of all pipeline parameters without running the task.
- dryrun Run the commands (True) or generate the commands to be run but
do not execute (False). This is a pipeline task execution mode.
- acceptresults Add the results of the task to the pipeline context (True) or
reject them (False). This is a pipeline task execution mode.
refantignore String list of antennas to ignore combine Data axes which to combine for solve
Options: ‘’,’obs’,’scan’,’spw’,field’, or any comma-separated combination in a single string
Example: combine=’scan,spw’ - Extend solutions over scan boundaries (up to the solint), and combine spws for solving
selfcalmode Heuristics mode selection refantmode Reference antenna mode overwrite_modelcol Always write the model column, even if it already exists
——— examples ———————————————————–
Examples
Basic selfcal task
hifv_selfcal()