ska_sdp_e2e_batch_continuum_imaging.pipelines.service.imaging_service module

ska_sdp_e2e_batch_continuum_imaging.pipelines.service.imaging_service.continuum_imaging(scans, imaging_parameters, solutions, facet_region, fits_mask, output_dir)[source]

Perform continuum imaging using the CIMGRunner.

Parameters:
  • scans (list of os.PathLike) -- List of scans to be processed.

  • imaging_parameters (ContinuumImaging) -- Configuration parameters for the continuum imaging process.

  • solutions (os.PathLike) -- Path to the calibration solutions to be applied.

  • facet_region (os.PathLike) -- Path to the file defining the facet regions.

  • fits_mask (os.PathLike) -- Path to the FITS mask file used for imaging.

  • output_dir (os.PathLike) -- Path to the directory where output files will be stored.