public class AlmanacGNSSParameters extends GNSSParameters
This class is a simple container for an almanac ephemeris description parameters of GNSS satellites (GPS, Galileo or BeiDou)
Constructor and Description |
---|
AlmanacGNSSParameters(GNSSType gnssType,
double refDuration,
double m0,
double e,
double squareRootA,
double omega0,
double i0,
double w0,
double rateRa,
double af0,
double af1)
Creates an instance of GNSS Parameter for the almanac model (for GPS, Galileo or BeiDou)
|
getAf0, getAf1, getAf2, getaRate, getCic, getCis, getCrc, getCrs, getCuc, getCus, getDeltaN, getDeltaNRate, getEccentricity, getGnssType, getI, getiRate, getMeanAnomalyInit, getOmegaInit, getOmegaRate, getSqrtA, gettRef, getW
public AlmanacGNSSParameters(GNSSType gnssType, double refDuration, double m0, double e, double squareRootA, double omega0, double i0, double w0, double rateRa, double af0, double af1)
gnssType
- the type of satellite (GPS, Galileo or BeiDou)refDuration
- time applicability of the almanacm0
- Initial Mean anomalye
- EccentricitysquareRootA
- Semi major axis square rootomega0
- Initial Right ascencioni0
- Orbital inclinationw0
- Argument of perigeerateRa
- Rate of right ascensionaf0
- Clock correcting parameter af0 (s)af1
- Clock correcting parameter af1 (s/s)Copyright © 2023 CNES. All rights reserved.