JuliaAstro / SPICE.jl

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

Fix typo in docstring for `latsph` #22

Closed matthewelmer-tamu closed 6 months ago

matthewelmer-tamu commented 6 months ago

The docstring for latsph says that it converts to rectangular coordinates, but it in fact converts to spherical coordinates as documented in the linked page for latsph_c.

codecov[bot] commented 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (b852053) 99.23% compared to head (054c541) 99.24%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #22 +/- ## ======================================= Coverage 99.23% 99.24% ======================================= Files 27 27 Lines 3281 3293 +12 ======================================= + Hits 3256 3268 +12 Misses 25 25 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

giordano commented 6 months ago

Thanks!