Package | Description |
---|---|
fr.cnes.sirius.patrius.signalpropagation | |
fr.cnes.sirius.patrius.signalpropagation.troposphere |
Modifier and Type | Method and Description |
---|---|
double |
VacuumSignalPropagationModel.getSignalTropoCorrection(TroposphericCorrection correction,
VacuumSignalPropagation signal,
TopocentricFrame topo)
Deprecated.
prefer using
TroposphericCorrection with
AzimuthElevationCalculator.getElevation(Vector3D) instead. |
Modifier and Type | Class and Description |
---|---|
class |
AzoulayModel
This class is a tropospheric correction model that implements the TroposphericCorrection
and AngularCorrection interfaces to correct a signal with the Azoulay model.
|
class |
FixedDelayModel
A static tropospheric model that interpolates the actual tropospheric delay based on values read
from a configuration file (tropospheric-delay.txt) via the
DataProvidersManager . |
class |
MariniMurrayModel
This class provides the correction of laser
range tracking data for the effect of atmospheric refraction.
|
class |
SaastamoinenModel
The modified Saastamoinen model.
|
Modifier and Type | Method and Description |
---|---|
protected TroposphericCorrection |
MariniMurrayModelFactory.buildTropoCorrectionConstantConditions(AbstractTroposphericCorrectionFactory.TroposphericCorrectionKey key)
Return the tropospheric correction model with constant meteorological conditions provided by the factory.
|
protected TroposphericCorrection |
SaastamoinenModelFactory.buildTropoCorrectionConstantConditions(AbstractTroposphericCorrectionFactory.TroposphericCorrectionKey key)
Return the tropospheric correction model with constant meteorological conditions provided by the factory.
|
protected abstract TroposphericCorrection |
AbstractTroposphericCorrectionFactory.buildTropoCorrectionConstantConditions(AbstractTroposphericCorrectionFactory.TroposphericCorrectionKey key)
Return the tropospheric correction model with constant meteorological conditions provided by the factory.
|
protected TroposphericCorrection |
AzoulayModelFactory.buildTropoCorrectionConstantConditions(AbstractTroposphericCorrectionFactory.TroposphericCorrectionKey key)
Return the tropospheric correction model with constant meteorological conditions provided by the factory.
|
TroposphericCorrection |
AbstractTroposphericCorrectionFactory.getTropoCorrection(double pressure,
double temperature,
double humidity,
GeodeticPoint point)
Deprecated.
as of release 4.11, better use
AbstractTroposphericCorrectionFactory.getTropoCorrection(MeteorologicalConditions, GeodeticPoint) |
TroposphericCorrection |
AbstractTroposphericCorrectionFactory.getTropoCorrection(MeteorologicalConditions meteoConditions,
GeodeticPoint point)
Getter for a tropospheric correction model.
|
Copyright © 2023 CNES. All rights reserved.