ska_sdp_e2e_batch_continuum_imaging.pipelines.subpipelines.inst.inst_runner module

class ska_sdp_e2e_batch_continuum_imaging.pipelines.subpipelines.inst.inst_runner.INSTRunner(config, output_dir, sdm_path)[source]

Bases: BaseINSTRunner

INSTRunner instantiates Instrumental Calibration pipeline. Inherits attributes from BaseINSTRunner.

Parameters:
  • config (dict) -- BandpassCalibration configuration.

  • output_dir (Path) -- Base directory where output, monitor, and temporary files will be stored.

  • sdm_path (str) -- Path to the SDM (Science Data Model) directory.

output_dir

Directory for storing pipeline outputs.

Type:

Path

monitor_path

Directory for storing monitoring information.

Type:

Path

temp_dir

Directory for temporary files.

Type:

Path

config_path

Path to the generated configuration YAML file.

Type:

Path

sdm_path

Path to the SDM (Science Data Model) directory.

Type:

str

subdir = 'inst'
property config

Generates the Instrumental Calibration configuration dictionary.

property pipeline_command

Defines the command of Instrumental Calibration pipeline.