Package | Description |
---|---|
org.orekit.estimation.measurements |
The measurements package defines everything that is related to orbit
determination measurements.
|
org.orekit.forces.inertia |
This package provides inertial force model.
|
org.orekit.gnss |
This package provides classes related to GNSS applications.
|
org.orekit.gnss.antenna |
This package provides classes related to receiver and satellites antenna modeling.
|
org.orekit.gnss.clock |
This package provides classes related to navigation clock files.
|
org.orekit.propagation.events |
This package provides interfaces and classes dealing with events occurring during propagation.
|
org.orekit.time |
This independent package provides classes to handle epochs, time scales,
and to compare instants together.
|
Modifier and Type | Method and Description |
---|---|
double[] |
EstimatedMeasurement.getParameterDerivatives(ParameterDriver driver)
Get the partial derivatives of the
simulated measurement with respect to a parameter. |
Constructor and Description |
---|
InertialForces(Frame referenceInertialFrame)
Simple constructor.
|
Modifier and Type | Method and Description |
---|---|
static SatelliteSystem |
SatelliteSystem.parseSatelliteSystem(String s)
Parse a string to get the satellite system.
|
static TimeSystem |
TimeSystem.parseTimeSystem(String s)
Parse a string to get the time system.
|
Modifier and Type | Method and Description |
---|---|
static SatelliteType |
SatelliteType.parseSatelliteType(String s)
Parse a string to get the satellite type.
|
Modifier and Type | Method and Description |
---|---|
static RinexClock.ClockDataType |
RinexClock.ClockDataType.parseClockDataType(String s)
Parse a string to get the time system.
|
Constructor and Description |
---|
MagneticFieldDetector(double maxCheck,
double threshold,
double limit,
GeoMagneticFieldFactory.FieldModel type,
OneAxisEllipsoid body,
boolean seaLevel)
Build a detector.
|
MagneticFieldDetector(double maxCheck,
double threshold,
double limit,
GeoMagneticFieldFactory.FieldModel type,
OneAxisEllipsoid body,
boolean seaLevel,
DataContext dataContext)
Build a detector.
|
MagneticFieldDetector(double limit,
GeoMagneticFieldFactory.FieldModel type,
OneAxisEllipsoid body)
Build a new detector.
|
MagneticFieldDetector(double limit,
GeoMagneticFieldFactory.FieldModel type,
OneAxisEllipsoid body,
boolean seaLevel)
Build a new detector.
|
PositionAngleDetector(double maxCheck,
double threshold,
OrbitType orbitType,
PositionAngle positionAngle,
double angle)
Build a detector.
|
PositionAngleDetector(OrbitType orbitType,
PositionAngle positionAngle,
double angle)
Build a new detector.
|
Modifier and Type | Method and Description |
---|---|
static AbsoluteDate |
AbsoluteDate.createMJDDate(int mjd,
double secondsInDay,
TimeScale timeScale)
Build an instance corresponding to a Modified Julian Day date.
|
Constructor and Description |
---|
TimeComponents(double secondInDay)
Build a time from the second number within the day.
|
TimeComponents(int secondInDayA,
double secondInDayB)
Build a time from the second number within the day.
|
Copyright © 2002-2021 CS GROUP. All rights reserved.