ska_sdp_e2e_batch_continuum_imaging.pipelines.models.input_sources module
- pydantic model ska_sdp_e2e_batch_continuum_imaging.pipelines.models.input_sources.SkyModelInputPath[source]
Bases:
BaseModelA model holding input sky model file path for a single field.
- pydantic model ska_sdp_e2e_batch_continuum_imaging.pipelines.models.input_sources.Source[source]
Bases:
BaseModelA model to hold data paths corresponding to a source (field).
- pydantic model ska_sdp_e2e_batch_continuum_imaging.pipelines.models.input_sources.CalibratorSource[source]
Bases:
SourceA model describing the input sources passed to the Instrumental Calibration stage
- Fields:
- pydantic model ska_sdp_e2e_batch_continuum_imaging.pipelines.models.input_sources.TargetSource[source]
Bases:
SourceA model describing the input sources passed to the Target Calibration stage
- Fields:
- ska_sdp_e2e_batch_continuum_imaging.pipelines.models.input_sources.CalibratorSources
List of calibrator sources. This model is used for validating "calibrator_sources" parameter of Instrumental Calibration stage
- ska_sdp_e2e_batch_continuum_imaging.pipelines.models.input_sources.TargetSources
List of target sources. This model is used for validating "target_sources" parameter of Target Calibration stage