Package | Description |
---|---|
org.orekit.estimation.measurements.modifiers |
This package provides measurement modifier.
|
org.orekit.models.earth |
This package provides models that simulate certain physical phenomena
of Earth and the near-Earth environment.
|
org.orekit.propagation.events |
This package provides interfaces and classes dealing with events occurring during propagation.
|
Constructor and Description |
---|
AngularRadioRefractionModifier(AtmosphericRefractionModel model)
Constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
EarthITU453AtmosphereRefraction
Implementation of refraction model for Earth exponential atmosphere based on ITU-R P.834-7 recommendation.
|
class |
EarthStandardAtmosphereRefraction
Implementation of refraction model for Earth standard atmosphere.
|
Modifier and Type | Method and Description |
---|---|
AtmosphericRefractionModel |
ElevationDetector.getRefractionModel()
Returns the currently configured refraction model.
|
AtmosphericRefractionModel |
FieldElevationDetector.getRefractionModel()
Returns the currently configured refraction model.
|
Modifier and Type | Method and Description |
---|---|
ElevationDetector |
ElevationDetector.withRefraction(AtmosphericRefractionModel newRefractionModel)
Setup the elevation detector to use an atmospheric refraction model in its
calculations.
|
FieldElevationDetector<T> |
FieldElevationDetector.withRefraction(AtmosphericRefractionModel newRefractionModel)
Setup the elevation detector to use an atmospheric refraction model in its
calculations.
|
Constructor and Description |
---|
GroundAtNightDetector(TopocentricFrame groundLocation,
PVCoordinatesProvider sun,
double dawnDuskElevation,
AtmosphericRefractionModel refractionModel)
Simple constructor.
|
Copyright © 2002-2022 CS GROUP. All rights reserved.