Navigation
BlueprintAPI > BlueprintAPI/CelestialVault > BlueprintAPI/CelestialVault/PlanetaryBodies
Return the location of a Planetary Body relative to the Earth, expressed in Celestial Coordinates (RA, DEC, Distance) It requires the Observer location on Earth for more precise computations This function also returns the distance to the Sun, as it can help for Magnitude computations
Target is Celestial Maths
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| real | Julian Date | |
| struct | Planetary Body | |
| real | Observer Latitude | |
| real | Observer Longitude |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out | |
| real | RAHours | |
| real | DECDegrees | |
| real | Distance Body to Earth AU | |
| real | Distance Body to Sun AU | |
| real | Distance Earth to Sun AU |