pipeline.hifv.cli.hifv_vlasetjy¶
-
pipeline.hifv.cli.
hifv_vlasetjy
= <pipeline.hifv.cli.hifv_vlasetjy._hifv_vlasetjy object>¶ hifv_vlasetjy —- Does an initial setjy run on the vis
——— 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’]
field List of field names or ids. Only can be set in pipelinemode=’interactive’. intent Observing intent of flux calibrators. Only can be set in pipelinemode=’interactive’. spw List of spectral window ids. Only can be set in pipelinemode=’interactive’. model File location for field model. Only can be set in pipelinemode=’interactive’. reffile Path to file with fluxes for non-solar system calibrators. Only can be set in pipelinemode=’interactive’ fluxdensity Specified flux density [I,Q,U,V]; -1 will lookup values spix Spectral index of fluxdensity. Can be set when fluxdensity is not -1 reffreq Reference frequency for spix. Can be set when fluxdensity is not -1 scalebychan Scale the flux density on a per channel basis or else on a per spw basis standard Flux density standard 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.
——— examples ———————————————————–
The hifv_vlasetjy task does an initial run of setjy on the vis
Output:
results – If pipeline mode is ‘getinputs’ then None is returned. Otherwise the results object for the pipeline task is returned.
standard – Flux density standard default: ‘’
Examples
Initial run of setjy:
hifv_vlasetjy()