| Package | Description |
|---|---|
| fr.cnes.sirius.patrius.attitudes.directions | |
| fr.cnes.sirius.patrius.signalpropagation |
| Modifier and Type | Method and Description |
|---|---|
Line |
ToCelestialBodyCenterDirection.getLine(PVCoordinatesProvider origin,
ITargetDirection.SignalDirection signalDirection,
AbsoluteDate date,
SignalPropagationModel.FixedDate fixedDateType,
Frame frame,
double epsilon)
Provides the line connecting both objects and taking into account the delay of signal propagation.
|
Line |
GenericTargetDirection.getLine(PVCoordinatesProvider origin,
ITargetDirection.SignalDirection signalDirection,
AbsoluteDate date,
SignalPropagationModel.FixedDate fixedDateType,
Frame frame,
double epsilon)
Provides the line connecting both objects and taking into account the delay of signal propagation.
|
Line |
EarthCenterDirection.getLine(PVCoordinatesProvider origin,
ITargetDirection.SignalDirection signalDirection,
AbsoluteDate date,
SignalPropagationModel.FixedDate fixedDateType,
Frame frame,
double epsilon)
Provides the line connecting both objects and taking into account the delay of signal propagation.
|
Line |
EarthToCelestialBodyCenterDirection.getLine(PVCoordinatesProvider origin,
ITargetDirection.SignalDirection signalDirection,
AbsoluteDate date,
SignalPropagationModel.FixedDate fixedDateType,
Frame frame,
double epsilon)
Provides the line connecting both objects and taking into account the delay of signal propagation.
|
Line |
ITargetDirection.getLine(PVCoordinatesProvider origin,
ITargetDirection.SignalDirection signalDirection,
AbsoluteDate date,
SignalPropagationModel.FixedDate fixedDateType,
Frame frame,
double epsilon)
Provides the line connecting both objects and taking into account the delay of signal propagation.
|
Vector3D |
ToCelestialBodyCenterDirection.getVector(PVCoordinatesProvider origin,
ITargetDirection.SignalDirection signalDirection,
AbsoluteDate date,
SignalPropagationModel.FixedDate fixedDateType,
Frame frame,
double epsilon)
Provides the direction vector taking into account the delay of signal propagation.
|
Vector3D |
GenericTargetDirection.getVector(PVCoordinatesProvider origin,
ITargetDirection.SignalDirection signalDirection,
AbsoluteDate date,
SignalPropagationModel.FixedDate fixedDateType,
Frame frame,
double epsilon)
Provides the direction vector taking into account the delay of signal propagation.
|
Vector3D |
EarthCenterDirection.getVector(PVCoordinatesProvider origin,
ITargetDirection.SignalDirection signalDirection,
AbsoluteDate date,
SignalPropagationModel.FixedDate fixedDateType,
Frame frame,
double epsilon)
Provides the direction vector taking into account the delay of signal propagation.
|
Vector3D |
EarthToCelestialBodyCenterDirection.getVector(PVCoordinatesProvider origin,
ITargetDirection.SignalDirection signalDirection,
AbsoluteDate originDate,
SignalPropagationModel.FixedDate fixedDateType,
Frame frame,
double epsilon)
Provides the direction vector taking into account the delay of signal propagation.
|
Vector3D |
ITargetDirection.getVector(PVCoordinatesProvider origin,
ITargetDirection.SignalDirection signalDirection,
AbsoluteDate date,
SignalPropagationModel.FixedDate fixedDateType,
Frame frame,
double epsilon)
Provides the direction vector taking into account the delay of signal propagation.
|
| Modifier and Type | Method and Description |
|---|---|
SignalPropagationModel.FixedDate |
SignalPropagation.getFixedDateType() |
static SignalPropagationModel.FixedDate |
SignalPropagationModel.FixedDate.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SignalPropagationModel.FixedDate[] |
SignalPropagationModel.FixedDate.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
SignalPropagation |
SignalPropagationModel.computeSignalPropagation(PVCoordinatesProvider emitter,
PVCoordinatesProvider receiver,
AbsoluteDate date,
SignalPropagationModel.FixedDate fixedDateType)
Computes the signal propagation object in the void at a particular date
|
| Constructor and Description |
|---|
SignalPropagation(Vector3D propagation,
AbsoluteDate inEmissionDate,
AbsoluteDate inReceptionDate,
Frame refFrame,
SignalPropagationModel.FixedDate fixedDate)
Old constructor with computation of one of the dates
|
SignalPropagation(Vector3D propagation,
AbsoluteDate inEmissionDate,
AbsoluteDate inReceptionDate,
Frame refFrame,
SignalPropagationModel.FixedDate fixedDate,
Vector3D velEmitter,
Vector3D velReceiver)
New extended constructor with computation of one of the dates (supports derivatives
computation).
|
Copyright © 2022 CNES. All rights reserved.