Package | Description |
---|---|
org.orekit.estimation.measurements |
The measurements package defines everything that is related to orbit
determination measurements.
|
org.orekit.files.rinex.clock |
This package provides classes related to navigation clock files.
|
org.orekit.files.sinex |
This package provides classes related to station data.
|
org.orekit.forces.drag |
This package provides all drag-related forces.
|
org.orekit.forces.empirical |
This package provides empirical forces.
|
org.orekit.forces.maneuvers.propulsion |
This package provides propulsion models intended to be used with class
Maneuver . |
org.orekit.forces.maneuvers.trigger |
This package provides maneuver triggers' models intended to be used with class
Maneuver . |
org.orekit.gnss.antenna |
This package provides classes related to receiver and satellites antenna modeling.
|
org.orekit.utils |
This package provides useful objects.
|
Modifier and Type | Method and Description |
---|---|
void |
EstimatedMeasurement.setParameterDerivatives(ParameterDriver driver,
TimeSpanMap<double[]> parameterDerivativesMap)
Set the partial derivatives of the
simulated measurement with respect to parameter. |
Modifier and Type | Method and Description |
---|---|
TimeSpanMap<List<RinexClock.ReferenceClock>> |
RinexClock.getReferenceClocks()
Getter for the reference clocks.
|
Modifier and Type | Method and Description |
---|---|
TimeSpanMap<String> |
Station.getAntennaTypeTimeSpanMap()
Get the TimeSpanMap of site antenna type.
|
TimeSpanMap<org.hipparchus.geometry.euclidean.threed.Vector3D> |
Station.getEccentricitiesTimeSpanMap()
Get the TimeSpanMap of site antenna eccentricities.
|
Modifier and Type | Method and Description |
---|---|
TimeSpanMap<DragSensitive> |
TimeSpanDragForce.extractDragSensitiveRange(AbsoluteDate start,
AbsoluteDate end)
Extract a range of the
DragSensitive map. |
Modifier and Type | Method and Description |
---|---|
TimeSpanMap<AccelerationModel> |
TimeSpanParametricAcceleration.extractAccelerationModelRange(AbsoluteDate start,
AbsoluteDate end)
Extract a range of the
AccelerationModel map. |
Constructor and Description |
---|
ProfileThrustPropulsionModel(TimeSpanMap<PolynomialThrustSegment> profile,
double isp,
Control3DVectorCostType control3DVectorCostType,
String name)
Generic constructor.
|
Modifier and Type | Method and Description |
---|---|
TimeSpanMap<Boolean> |
AbstractManeuverTriggers.getFirings()
Get the firings detected during last propagation.
|
Modifier and Type | Method and Description |
---|---|
TimeSpanMap<SatelliteAntenna> |
AntexLoader.findSatelliteAntenna(SatelliteSystem satelliteSystem,
int prnNumber)
Find the time map for a specific satellite antenna.
|
Modifier and Type | Method and Description |
---|---|
List<TimeSpanMap<SatelliteAntenna>> |
AntexLoader.getSatellitesAntennas()
Get parsed satellites antennas.
|
Modifier and Type | Method and Description |
---|---|
TimeSpanMap<T> |
TimeSpanMap.extractRange(AbsoluteDate start,
AbsoluteDate end)
Extract a range of the map.
|
TimeSpanMap<String> |
ParameterDriver.getNamesSpanMap()
Get current name span map of the parameterDriver, cut in interval
in accordance with value span map and validity period.
|
TimeSpanMap<Double> |
ParameterDriver.getValueSpanMap()
Get value time span map for parameterDriver.
|
Modifier and Type | Method and Description |
---|---|
void |
ParameterObserver.valueSpanMapChanged(TimeSpanMap<Double> previousValueSpanMap,
ParameterDriver driver)
Notify that a parameter value span map has been changed.
|
Constructor and Description |
---|
AggregatedPVCoordinatesProvider(TimeSpanMap<PVCoordinatesProvider> map)
Class constructor.
|
AggregatedPVCoordinatesProvider(TimeSpanMap<PVCoordinatesProvider> map,
AbsoluteDate minDate,
AbsoluteDate maxDate)
Class constructor.
|
ParameterDriver(String name,
TimeSpanMap<String> namesSpanMap,
TimeSpanMap<Double> valuesSpanMap,
double referenceValue,
double scale,
double minValue,
double maxValue)
Create a new instance from another parameterDriver informations
for example (useful for
ParameterDriversList.DelegatingDriver ))
At construction, the parameter new is configured as not selected,
the reference date is set to null . |
ParameterDriver(String name,
TimeSpanMap<String> namesSpanMap,
TimeSpanMap<Double> valuesSpanMap,
double referenceValue,
double scale,
double minValue,
double maxValue)
Create a new instance from another parameterDriver informations
for example (useful for
ParameterDriversList.DelegatingDriver ))
At construction, the parameter new is configured as not selected,
the reference date is set to null . |
Copyright © 2002-2023 CS GROUP. All rights reserved.