public interface ApparentRadiusProvider extends Serializable
Modifier and Type | Method and Description |
---|---|
double |
getApparentRadius(PVCoordinatesProvider pvObserver,
AbsoluteDate date,
PVCoordinatesProvider occultedBody,
AbstractDetector.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, AbstractDetector.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 © 2023 CNES. All rights reserved.