public interface ApparentRadiusProvider extends Serializable
| Modifier and Type | Method and Description |
|---|---|
double |
getApparentRadius(PVCoordinatesProvider pvObserver,
AbsoluteDate date,
PVCoordinatesProvider occultedBody,
AbstractSignalPropagationDetector.PropagationDelayType propagationDelayType)
Compute the apparent radius (in meters) of the occulting body from the spacecraft (observer) position.
|
double getApparentRadius(PVCoordinatesProvider pvObserver, AbsoluteDate date, PVCoordinatesProvider occultedBody, AbstractSignalPropagationDetector.PropagationDelayType propagationDelayType)
Please notice that this method will for the moment be used only with an instantaneous propagation delay type.
pvObserver - the spacecraft (observer) position-velocitydate - the date at which the signal is received by the observer (reception date)occultedBody - the body which is occulted to the spacecraft (observer) by the occulting bodypropagationDelayType - propagation delay typePatriusException - if the PVCoordinatesProvider computation failsCopyright © 2025 CNES. All rights reserved.