public class ObservableSatellite extends Object
Modifier and Type | Field | Description |
---|---|---|
static String |
CLOCK_OFFSET_PREFIX |
Prefix for clock offset parameter driver, the propagator index will be appended to it.
|
Constructor | Description |
---|---|
ObservableSatellite(int propagatorIndex) |
Simple constructor.
|
Modifier and Type | Method | Description |
---|---|---|
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 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.
Copyright © 2002-2019 CS Systèmes d'information. All rights reserved.