ska_sdp_e2e_batch_continuum_imaging.pipelines.subpipelines.inst.target_ionospheric_runner module

class ska_sdp_e2e_batch_continuum_imaging.pipelines.subpipelines.inst.target_ionospheric_runner.TargetIonosphericRunner(config, output_dir, sdm_path)[source]

Bases: BaseINSTRunner

TargetIonosphericRunner instantiates Instrumental Target Ionospheric pipeline. Inherits attributes from BaseINSTRunner.

Parameters:
  • config (dict) -- IonosphericCalibration 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 = 'target_ionospheric_inst'
property config

Generates the INST Target Ionosphere Calibration configuration dictionary.

property pipeline_command

Defines the command of INST Target Ionosphere Calibration pipeline.