pipeline.hifv.cli.gotasks.hifv_solint

pipeline.hifv.cli.gotasks.hifv_solint = <pipeline.hifv.cli.gotasks.hifv_solint._hifv_solint object>

hifv_solint —- Determines different solution intervals

The hifv_solint task determines different solution intervals. Note that the short solint value is switched to ‘int’ when the minimum solution interval corresponds to one integration.

——— 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.

limit_short_solint Keyword argument in units of seconds to limit the short solution interval.

Can be a string or float numerical value in units of seconds of ‘0.45’ or 0.45. Can be set to a string value of ‘int’.

refantignore String list of antennas to ignore

Example: refantignore=’ea02,ea03’

——— examples ———————————————————–

Output:

results – If pipeline mode is ‘getinputs’ then None is returned. Otherwise the results object for the pipeline task is returned.

Examples

  1. Determines different solution intervals:

hifv_solint()