ska_sdp_e2e_batch_continuum_imaging.pipelines.e2e_pipeline module
- ska_sdp_e2e_batch_continuum_imaging.pipelines.e2e_pipeline.run_from_sdp(config_json, output_path, verbose)[source]
Run the end-to-end batch continuum imaging pipeline with SDP configuration.
This function loads an SDP pipeline configuration JSON file, converts it to the internal pipeline configuration format, and executes the batch E2E pipeline.
- Parameters:
cli_args (dict) --
Parsed command-line arguments containing:
config_json : str Path to the SDP pipeline configuration JSON file.
output_path : str Path to store pipeline outputs (default: './output').
verbose : int Verbosity level for logging (0 for normal, >0 for debug).
- Return type:
None