Package | Description |
---|---|
org.orekit.estimation.measurements |
The measurements package defines everything that is related to orbit
determination measurements.
|
org.orekit.forces.gravity |
This package provides all gravity-related forces.
|
org.orekit.time |
This independent package provides classes to handle epochs, time scales,
and to compare instants together.
|
Modifier and Type | Method | Description |
---|---|---|
UT1Scale |
EstimatedEarthFrameProvider.getEstimatedUT1() |
Get the estimated UT1 time scale.
|
UT1Scale |
GroundStation.getEstimatedUT1() |
Get the estimated UT1 scale, including the estimated linear models for prime meridian.
|
Constructor | Description |
---|---|
EstimatedEarthFrameProvider(UT1Scale baseUT1) |
Build an estimated Earth frame.
|
Constructor | Description |
---|---|
OceanTides(Frame centralBodyFrame,
double ae,
double mu,
boolean poleTide,
double step,
int nbPoints,
int degree,
int order,
IERSConventions conventions,
UT1Scale ut1) |
Simple constructor.
|
OceanTides(Frame centralBodyFrame,
double ae,
double mu,
int degree,
int order,
IERSConventions conventions,
UT1Scale ut1) |
Simple constructor.
|
SolidTides(Frame centralBodyFrame,
double ae,
double mu,
TideSystem centralTideSystem,
boolean poleTide,
double step,
int nbPoints,
IERSConventions conventions,
UT1Scale ut1,
CelestialBody... bodies) |
Simple constructor.
|
SolidTides(Frame centralBodyFrame,
double ae,
double mu,
TideSystem centralTideSystem,
IERSConventions conventions,
UT1Scale ut1,
CelestialBody... bodies) |
Simple constructor.
|
Modifier and Type | Method | Description |
---|---|---|
static UT1Scale |
TimeScalesFactory.getUT1(EOPHistory history) |
Get the Universal Time 1 scale.
|
static UT1Scale |
TimeScalesFactory.getUT1(IERSConventions conventions,
boolean simpleEOP) |
Get the Universal Time 1 scale.
|
Copyright © 2002-2019 CS Systèmes d'information. All rights reserved.