ska_sdp_e2e_batch_continuum_imaging.pipelines.utilities.config_loader module
- ska_sdp_e2e_batch_continuum_imaging.pipelines.utilities.config_loader.load_sdp_config(config_path)[source]
Load an SDP configuration from a JSON file.
- Parameters:
config_path (
str) -- Absolute path to the SDP configuration JSON file.- Return type:
- Returns:
The loaded SDP configuration.
- Raises:
FileNotFoundError -- If the configuration file does not exist.