Class ObservableSatellite
java.lang.Object
org.orekit.estimation.measurements.AbstractParticipant
org.orekit.estimation.measurements.ObservableSatellite
- All Implemented Interfaces:
MeasurementParticipant,ParameterDriversProvider
Class modeling a satellite that can be observed.
- Since:
- 9.3
- Author:
- Luc Maisonobe
-
Field Summary
Fields inherited from interface org.orekit.estimation.measurements.MeasurementParticipant
ACCELERATION_SUFFIX, BIAS_SUFFIX, DRIFT_SUFFIX, OFFSET_SUFFIX -
Constructor Summary
ConstructorsConstructorDescriptionObservableSatellite(int propagatorIndex) Simple constructor.ObservableSatellite(int propagatorIndex, String name) Simple constructor. -
Method Summary
Modifier and TypeMethodDescriptionbooleanintGet the index of the propagator related to this satellite.inthashCode()Methods inherited from class org.orekit.estimation.measurements.AbstractParticipant
addParameterDriver, createEmptyQuadraticClock, extractFieldPVCoordinatesProvider, extractPVCoordinatesProvider, getName, getParametersDrivers, getQuadraticClockModelMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.orekit.estimation.measurements.MeasurementParticipant
getClockAccelerationDriver, getClockBiasDriver, getClockDriftDriver, getFieldOffsetRate, getFieldOffsetValue, getOffsetRate, getOffsetValue, getQuadraticFieldClockMethods inherited from interface org.orekit.utils.ParameterDriversProvider
getNbParametersDriversValue, getParameterDriver, getParameters, getParameters, getParameters, getParameters, getParametersAllValues, getParametersAllValues, isSupported
-
Constructor Details
-
ObservableSatellite
public ObservableSatellite(int propagatorIndex) Simple constructor.This constructor builds a default name based on the propagator index.
- Parameters:
propagatorIndex- index of the propagator related to this satellite
-
ObservableSatellite
Simple constructor.- Parameters:
propagatorIndex- index of the propagator related to this satellitename- satellite name (if null, a default name built from index will be used)- Since:
- 13.0
-
-
Method Details
-
getPropagatorIndex
public int getPropagatorIndex()Get the index of the propagator related to this satellite.- Returns:
- index of the propagator related to this satellite
-
equals
-
hashCode
public int hashCode()
-