JuliaAstro/AstroBase.jl

Port useful ERFA functions

helgee opened this issue · 3 comments

A

B

  • bi00 -> EarthAttitude
  • bp00 -> EarthAttitude
  • bp06 -> EarthAttitude
  • bpn2xy -> EarthAttitude

C

D

E

F

G

H

I

J

L

N

O

P

R

S

T

U

X

Z

  • zp -> unneeded
  • zpv -> unneeded
  • zr -> unneeded

Hey @matzipan, I have pruned the list and indicated in which submodule each function should go. If you want to have a shot at it 😉

So I've been looking at a2af, and I see there's already rad2dms in Util.jl. Should I create a duplicate implementation? Should I change the return to also include a fraction variable?

Maybe start with duplicates to get your bearings and then we can see how to merge them together. In the end, most things in the library are still in flux right now.