pipeline.hifa.cli.gotasks.hifa_fluxcalflag

pipeline.hifa.cli.gotasks.hifa_fluxcalflag = <pipeline.hifa.cli.gotasks.hifa_fluxcalflag._hifa_fluxcalflag object>

hifa_fluxcalflag —- Locate and flag line regions in solar system flux calibrators

Search the built-in solar system flux calibrator line catalog for overlaps with the science spectral windows. Generate a list of line overlap regions and flagging commands.

Output

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

——— parameter descriptions ———————————————

vis The list of input MeasurementSets. Defaults to the list of

MeasurementSets defined in the pipeline context.

field The list of field names or field ids for which the models are

to be set. Defaults to all fields with intent ‘AMPLITUDE’.

example: field=’3C279’, field=’3C279, M82’

intent A string containing a comma delimited list of intents against

which the selected fields are matched. Defaults to all data with amplitude intent.

example: intent=’AMPLITUDE’

spw spectral windows and channels for which bandpasses are

computed. Defaults to all science spectral windows.

example: spw=’11,13,15,17’

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.

threshold tion of an spw occupied by line regions is greater

then threshold flag the entire spectral window.

appendlines Append user defined line regions to the line dictionary. linesfile applyflags dryrun Run the commands (True) or generate the commands to be run but

do not execute (False).

acceptresults Add the results of the task to the pipeline context (True) or

reject them (False).

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

  1. Locate known lines in any solar system object flux calibrators:

hifa_fluxcalflag()