SkyComponent
- class ska_sdp_datamodels.global_sky_model.SkyComponent(component_id: str, source_id: str, ra_deg: float, dec_deg: float, i_pol_jy: float, ref_freq_hz: float, epoch: float, a_arcsec: float | None = None, b_arcsec: float | None = None, pa_deg: float | None = None, spec_idx: list[float | None] = <factory>, log_spec_idx: bool | None = None)
Bases:
objectRepresents a single sky component in the GSM / LSM.
A component corresponds to a unique position on the sky (RA, Dec) and follows IAU naming conventions.
Attributes Summary
Attributes Documentation