public class VacuumSignalPropagationModel extends Object
Modifier and Type | Class and Description |
---|---|
static class |
VacuumSignalPropagationModel.ConvergenceAlgorithm
Convergence algorithm to compute the geometric signal propagation duration.
|
static class |
VacuumSignalPropagationModel.FixedDate
the fixed date of computation
|
Modifier and Type | Field and Description |
---|---|
static double |
DEFAULT_EPSILON
Default epsilon (s) for signal propagation computation.
|
static int |
DEFAULT_MAX_ITER
Default max number of iterations for signal propagation computation.
|
Constructor and Description |
---|
VacuumSignalPropagationModel(Frame frame)
Constructor of the signal propagation model.
|
VacuumSignalPropagationModel(Frame frame,
double threshold)
Constructor of the signal propagation model.
|
VacuumSignalPropagationModel(Frame frame,
double threshold,
double maxIter)
Constructor of the signal propagation model.
|
VacuumSignalPropagationModel(Frame frame,
double threshold,
VacuumSignalPropagationModel.ConvergenceAlgorithm convAlgo)
Constructor of the signal propagation model.
|
VacuumSignalPropagationModel(Frame frame,
double threshold,
VacuumSignalPropagationModel.ConvergenceAlgorithm convAlgo,
double maxIterIn)
Constructor of the signal propagation model.
|
VacuumSignalPropagationModel(Frame frame,
VacuumSignalPropagationModel.ConvergenceAlgorithm convAlgo)
Constructor of the signal propagation model.
|
Modifier and Type | Method and Description |
---|---|
VacuumSignalPropagation |
computeSignalPropagation(PVCoordinatesProvider emitter,
PVCoordinatesProvider receiver,
AbsoluteDate date,
VacuumSignalPropagationModel.FixedDate fixedDateType)
Computes the signal propagation object in the void at a particular date
|
static AbsoluteDate |
getSignalEmissionDate(PVCoordinatesProvider emitter,
PVCoordinatesProvider orbit,
AbsoluteDate date,
double epsilon,
AbstractDetector.PropagationDelayType propagationDelayType,
Frame inertialFrame)
Compute signal emission date which is the date at which the signal received by the spacecraft
(receiver) has been emitted by the emitter depending on
AbstractDetector.PropagationDelayType . |
static AbsoluteDate |
getSignalEmissionDate(PVCoordinatesProvider emitter,
PVCoordinatesProvider orbit,
AbsoluteDate date,
double epsilon,
AbstractDetector.PropagationDelayType propagationDelayType,
Frame inertialFrame,
int maxIterSignalPropagation)
Compute signal emission date which is the date at which the signal received by the spacecraft
(receiver) has been emitted by the emitter depending on
AbstractDetector.PropagationDelayType . |
static AbsoluteDate |
getSignalReceptionDate(PVCoordinatesProvider receiver,
PVCoordinatesProvider orbit,
AbsoluteDate date,
double epsilon,
AbstractDetector.PropagationDelayType propagationDelayType,
Frame inertialFrame)
Compute signal reception date which is the date at which the signal emitted by the spacecraft
(emitter) has been
received by the receiver depending on
AbstractDetector.PropagationDelayType . |
static AbsoluteDate |
getSignalReceptionDate(PVCoordinatesProvider receiver,
PVCoordinatesProvider orbit,
AbsoluteDate date,
double epsilon,
AbstractDetector.PropagationDelayType propagationDelayType,
Frame inertialFrame,
int maxIterSignalPropagation)
Compute signal reception date which is the date at which the signal emitted by the spacecraft
(emitter) has been received by the receiver depending on
AbstractDetector.PropagationDelayType . |
double |
getSignalTropoCorrection(TroposphericCorrection correction,
VacuumSignalPropagation signal,
TopocentricFrame topo)
Deprecated.
prefer using
TroposphericCorrection with
AzimuthElevationCalculator.getElevation(Vector3D) instead. |
public static final int DEFAULT_MAX_ITER
public static final double DEFAULT_EPSILON
public VacuumSignalPropagationModel(Frame frame)
By default, this model will use the NEWTON
convergence algorithm.
frame
- the work frame : must be inertialIllegalArgumentException
- if the provided frame is not pseudo-inertialpublic VacuumSignalPropagationModel(Frame frame, double threshold)
By default, this model will use the NEWTON
convergence
algorithm.
frame
- the work frame : must be inertialthreshold
- the iterative computation algorithm convergence threshold: propagation time precision
requiredIllegalArgumentException
- if the provided frame is not pseudo-inertialpublic VacuumSignalPropagationModel(Frame frame, VacuumSignalPropagationModel.ConvergenceAlgorithm convAlgo)
frame
- the work frame : must be inertial and invariant over timeconvAlgo
- the convergence algorithmIllegalArgumentException
- if the provided frame is not pseudo-inertialpublic VacuumSignalPropagationModel(Frame frame, double threshold, double maxIter)
By default, this model will use the NEWTON
convergence algorithm.
frame
- the work frame : must be inertialthreshold
- the iterative computation algorithm convergence threshold: propagation time precision
requiredmaxIter
- the maximum number of iterations for signal propagation computationIllegalArgumentException
- if the provided frame is not pseudo-inertialpublic VacuumSignalPropagationModel(Frame frame, double threshold, VacuumSignalPropagationModel.ConvergenceAlgorithm convAlgo)
frame
- the work frame : must be inertial and invariant over timethreshold
- the iterative computation algorithm convergence threshold: propagation time precision
requiredconvAlgo
- the convergence algorithmIllegalArgumentException
- if the provided frame is not pseudo-inertialpublic VacuumSignalPropagationModel(Frame frame, double threshold, VacuumSignalPropagationModel.ConvergenceAlgorithm convAlgo, double maxIterIn)
frame
- the work frame : must be inertial and invariant over timethreshold
- the iterative computation algorithm convergence threshold: propagation time precision
requiredconvAlgo
- the convergence algorithmmaxIterIn
- the maximum number of iterations for signal propagation computationIllegalArgumentException
- if the provided frame is not pseudo-inertialpublic final VacuumSignalPropagation computeSignalPropagation(PVCoordinatesProvider emitter, PVCoordinatesProvider receiver, AbsoluteDate date, VacuumSignalPropagationModel.FixedDate fixedDateType) throws PatriusException
emitter
- the PVCoordinatesProvider of the emitter objectreceiver
- the PVCoordinatesProvider of the receiver objectdate
- the emission or reception datefixedDateType
- type of the previous given date : emission or receptionPatriusException
- if a problem occurs during PVCoodinates providers manipulations@Deprecated public double getSignalTropoCorrection(TroposphericCorrection correction, VacuumSignalPropagation signal, TopocentricFrame topo) throws PatriusException
TroposphericCorrection
with
AzimuthElevationCalculator.getElevation(Vector3D)
instead.VacuumSignalPropagation
object.correction
- the tropospheric correction modelsignal
- the signal to correcttopo
- the ground antenna topocentric framePatriusException
- if frame transformation problem occurspublic static AbsoluteDate getSignalEmissionDate(PVCoordinatesProvider emitter, PVCoordinatesProvider orbit, AbsoluteDate date, double epsilon, AbstractDetector.PropagationDelayType propagationDelayType, Frame inertialFrame) throws PatriusException
AbstractDetector.PropagationDelayType
.emitter
- emitterorbit
- orbit of the spacecraft (receiver)date
- date at which the spacecraft orbit is definedepsilon
- absolute duration threshold used for convergence of signal propagation computation.
The
epsilon is a time absolute error (ex: 1E-14s, in this case, the signal distance
accuracy is
1E-14s x 3E8m/s = 3E-6m).propagationDelayType
- propagation delay typeinertialFrame
- inertial framePatriusException
- thrown if computation failedpublic static AbsoluteDate getSignalEmissionDate(PVCoordinatesProvider emitter, PVCoordinatesProvider orbit, AbsoluteDate date, double epsilon, AbstractDetector.PropagationDelayType propagationDelayType, Frame inertialFrame, int maxIterSignalPropagation) throws PatriusException
AbstractDetector.PropagationDelayType
.emitter
- emitterorbit
- orbit of the spacecraft (receiver)date
- date at which the spacecraft orbit is definedepsilon
- absolute duration threshold used for convergence of signal propagation computation.
The
epsilon is a time absolute error (ex: 1E-14s, in this case, the signal distance
accuracy is
1E-14s x 3E8m/s = 3E-6m).propagationDelayType
- propagation delay typeinertialFrame
- inertial framemaxIterSignalPropagation
- maximum number of iterations for signal propagation computationPatriusException
- thrown if computation failedpublic static AbsoluteDate getSignalReceptionDate(PVCoordinatesProvider receiver, PVCoordinatesProvider orbit, AbsoluteDate date, double epsilon, AbstractDetector.PropagationDelayType propagationDelayType, Frame inertialFrame) throws PatriusException
AbstractDetector.PropagationDelayType
.receiver
- receiverorbit
- orbit of the spacecraft (emitter)date
- date at which the spacecraft orbit is definedepsilon
- absolute duration threshold used for convergence of signal propagation
computation. The epsilon is
a time absolute error (ex: 1E-14s, in this case, the signal distance accuracy is
1E-14s x 3E8m/s = 3E-6m).propagationDelayType
- propagation delay typeinertialFrame
- inertial framePatriusException
- thrown if computation failedpublic static AbsoluteDate getSignalReceptionDate(PVCoordinatesProvider receiver, PVCoordinatesProvider orbit, AbsoluteDate date, double epsilon, AbstractDetector.PropagationDelayType propagationDelayType, Frame inertialFrame, int maxIterSignalPropagation) throws PatriusException
AbstractDetector.PropagationDelayType
.receiver
- receiverorbit
- orbit of the spacecraft (emitter)date
- date at which the spacecraft orbit is definedepsilon
- absolute duration threshold used for convergence of signal propagation
computation. The epsilon is
a time absolute error (ex: 1E-14s, in this case, the signal distance accuracy is
1E-14s x 3E8m/s = 3E-6m).propagationDelayType
- propagation delay typeinertialFrame
- inertial framemaxIterSignalPropagation
- maximum number of iterations for signal propagation computationPatriusException
- thrown if computation failedCopyright © 2023 CNES. All rights reserved.