Package org.orekit.files.ilrs
Class CRD.RangeSupplement
java.lang.Object
org.orekit.files.ilrs.CRD.RangeSupplement
- All Implemented Interfaces:
TimeStamped
- Enclosing class:
CRD
Range Supplement Record.
- Since:
- 12.0
-
Constructor Summary
ConstructorsConstructorDescriptionRangeSupplement(AbsoluteDate date, String systemConfigurationId, double troposphericRefractionCorrection, double centerOfMassCorrection, double ndFilterValue, double timeBiasApplied, double rangeRate) Constructor. -
Method Summary
Modifier and TypeMethodDescriptiondoubleGet the target center of mass.getDate()Get the date.doubleGet the neutral density (ND) filter value.doubleGet the range rate.Get the system configuration id.doubleGet the time bias applied.doubleGet the tropospheric refraction correction.Get a string representation of the instance in the CRD format.toString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.orekit.time.TimeStamped
durationFrom
-
Constructor Details
-
RangeSupplement
public RangeSupplement(AbsoluteDate date, String systemConfigurationId, double troposphericRefractionCorrection, double centerOfMassCorrection, double ndFilterValue, double timeBiasApplied, double rangeRate) Constructor.- Parameters:
date- data epochsystemConfigurationId- system configuration IDtroposphericRefractionCorrection- tropospheric refraction correction (one-way)centerOfMassCorrection- target center of mass correction (one-way)ndFilterValue- Neutral density (ND) filter valuetimeBiasApplied- Time bias appliedrangeRate- Range rate
-
-
Method Details
-
getDate
Description copied from interface:TimeStampedGet the date.- Specified by:
getDatein interfaceTimeStamped- Returns:
- date attached to the object
-
getSystemConfigurationId
Get the system configuration id.- Returns:
- the system configuration id
-
getTroposphericRefractionCorrection
public double getTroposphericRefractionCorrection()Get the tropospheric refraction correction.- Returns:
- the tropospheric refraction correction
-
getCenterOfMassCorrection
public double getCenterOfMassCorrection()Get the target center of mass.- Returns:
- the target center of mass
-
getNdFilterValue
public double getNdFilterValue()Get the neutral density (ND) filter value.- Returns:
- the neutral density (ND) filter value
-
getTimeBiasApplied
public double getTimeBiasApplied()Get the time bias applied.- Returns:
- the time bias applied
-
getRangeRate
public double getRangeRate()Get the range rate.- Returns:
- the range rate
-
toCrdString
Get a string representation of the instance in the CRD format.- Returns:
- a string representation of the instance, in the CRD format.
-
toString
-