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:
BaseINSTRunnerINSTRunner instantiates Instrumental Calibration pipeline. Inherits attributes from BaseINSTRunner.
- Parameters:
- 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
- subdir = 'inst'
- property config
Generates the Instrumental Calibration configuration dictionary.
- property pipeline_command
Defines the command of Instrumental Calibration pipeline.