ccsds_ndm.models.ndmxml4.ndmxml_4_0_0_omm_3_0
This file was generated by xsdata, v26.1, on 2026-02-18 00:41:07
Generator: DataclassGenerator See: https://xsdata.readthedocs.io/
Classes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- class AgomType(*, value: 'float', units: 'None | AgomUnits' = None)[source]
-
- q()
Return this value as a pint or astropy Quantity.
- class BStarType(*, value: 'float', units: 'None | BStarUnits' = None)[source]
- Parameters:
value (float)
units (None | BStarUnits)
- q()
Return this value as a pint or astropy Quantity.
- class BTermType(*, value: 'float', units: 'None | BTermUnits' = None)[source]
- Parameters:
value (float)
units (None | BTermUnits)
- q()
Return this value as a pint or astropy Quantity.
- class DRevType(*, value: 'float', units: 'None | DRevUnits' = None)[source]
-
- q()
Return this value as a pint or astropy Quantity.
- class DdRevType(*, value: 'float', units: 'None | DdRevUnits' = None)[source]
- Parameters:
value (float)
units (None | DdRevUnits)
- q()
Return this value as a pint or astropy Quantity.
- class MeanElementsType(*, comment: 'list[str]' = <factory>, epoch: 'str', semi_major_axis: 'None | DistanceType' = None, mean_motion: 'None | RevType' = None, eccentricity: 'float', inclination: 'InclinationType', ra_of_asc_node: 'AngleType', arg_of_pericenter: 'AngleType', mean_anomaly: 'AngleType', gm: 'None | GmType' = None)[source]
- class OmmBody(*, segment: 'OmmSegment')[source]
- Parameters:
segment (OmmSegment)
- class OmmData(*, comment: 'list[str]' = <factory>, mean_elements: 'MeanElementsType', spacecraft_parameters: 'None | SpacecraftParametersType' = None, tle_parameters: 'None | TleParametersType' = None, covariance_matrix: 'None | OpmCovarianceMatrixType' = None, user_defined_parameters: 'None | UserDefinedType' = None)[source]
- Parameters:
mean_elements (MeanElementsType)
spacecraft_parameters (None | SpacecraftParametersType)
tle_parameters (None | TleParametersType)
covariance_matrix (None | OpmCovarianceMatrixType)
user_defined_parameters (None | UserDefinedType)
- class OmmMetadata(*, comment: 'list[str]' = <factory>, object_name: 'str', object_id: 'str', center_name: 'str', ref_frame: 'str', ref_frame_epoch: 'None | str' = None, time_system: 'str', mean_element_theory: 'str')[source]
- class OmmSegment(*, metadata: 'OmmMetadata', data: 'OmmData')[source]
- Parameters:
metadata (OmmMetadata)
data (OmmData)
- class RevType(*, value: 'float', units: 'None | RevUnits' = None)[source]
-
- q()
Return this value as a pint or astropy Quantity.
- class TleParametersType(*, comment: 'list[str]' = <factory>, ephemeris_type: 'None | int' = None, classification_type: 'None | str' = None, norad_cat_id: 'None | int' = None, element_set_no: 'None | int' = None, rev_at_epoch: 'None | int' = None, bstar: 'None | BStarType' = None, bterm: 'None | BTermType' = None, mean_motion_dot: 'DRevType', mean_motion_ddot: 'None | DdRevType' = None, agom: 'None | AgomType' = None)[source]
- Parameters: