JuliaAstro / SPICE.jl

Julia wrapper for NASA NAIF's SPICE toolkit
MIT License
54 stars 14 forks source link

Incorrect doc for reclat #24

Closed cekmsu closed 4 days ago

cekmsu commented 3 months ago

https://github.com/JuliaAstro/SPICE.jl/blob/62323bd2c6fd0514b9b8d9c51e8ba291a3d8e28b/src/r.jl#L192-L193 Must be:

- `lon`: Longitude of the point (radians)
- `lat`: Latitude of the point (radians)

not planetographic.

afossa commented 2 weeks ago

It should have been fixed with #27