ska_sdp_instrumental_calibration.instrumental_calibration module

pydantic model ska_sdp_instrumental_calibration.instrumental_calibration.ExperimentalConfig[source]

Bases: PiperBaseModel

Config:
  • strict: bool = False

  • extra: str = forbid

  • arbitrary_types_allowed: bool = False

  • validate_assignment: bool = True

  • validate_default: bool = True

Fields:
field pipeline: list [Optional]
pydantic model ska_sdp_instrumental_calibration.instrumental_calibration.GlobalConfig[source]

Bases: PiperBaseModel

Config:
  • strict: bool = False

  • extra: str = forbid

  • arbitrary_types_allowed: bool = False

  • validate_assignment: bool = True

  • validate_default: bool = True

Fields:
field experimental: ExperimentalConfig [Optional]
ska_sdp_instrumental_calibration.instrumental_calibration.sdm_cli_arg = <CLIArgument [--sdm-path, dest='sdm_path', type=<class 'str'>, default=None, help='Directory path to store the Science Data Models']>

This is the entrypoint for instrumental calibration pipeline.

ska_sdp_instrumental_calibration.instrumental_calibration.experimental(**cli_args)[source]

Reorder stages of INST pipeline. Use the config section global_parameters.experimental.stage_order to provide the order of callibration stages. Load data, predict and export stages are not reorder-able.

Parameters:

cli_args (varargs) -- CLI arguments