public class ObservableSatellite extends Object
Modifier and Type | Field and Description |
---|---|
static String |
CLOCK_DRIFT_PREFIX
Prefix for clock drift parameter driver, the propagator index will be appended to it.
|
static String |
CLOCK_OFFSET_PREFIX
Prefix for clock offset parameter driver, the propagator index will be appended to it.
|
Constructor and Description |
---|
ObservableSatellite(int propagatorIndex)
Simple constructor.
|
Modifier and Type | Method and Description |
---|---|
ParameterDriver |
getClockDriftDriver()
Get the clock drift parameter driver.
|
ParameterDriver |
getClockOffsetDriver()
Get the clock offset parameter driver.
|
int |
getPropagatorIndex()
Get the index of the propagator related to this satellite.
|
public static final String CLOCK_OFFSET_PREFIX
public static final String CLOCK_DRIFT_PREFIX
public ObservableSatellite(int propagatorIndex)
propagatorIndex
- index of the propagator related to this satellitepublic int getPropagatorIndex()
public ParameterDriver getClockOffsetDriver()
The offset value is defined as the value in seconds that must be subtracted from the satellite clock reading of time to compute the real physical date. The offset is therefore negative if the satellite clock is slow and positive if it is fast.
public ParameterDriver getClockDriftDriver()
The drift is negative if the satellite clock is slowing down and positive if it is speeding up.
Copyright © 2002-2022 CS GROUP. All rights reserved.