Caltech-IPAC / kete

Kete Solar System Survey tools
https://Caltech-IPAC.github.io/kete
BSD 3-Clause "New" or "Revised" License
12 stars 1 forks source link

Complete rewrite of reference frames. #75

Closed dahlend closed 1 day ago

dahlend commented 4 months ago

This is a fundamental rewrite of how rust backend handles frame of references.

There is no longer an Enum which defines possible frames, frame information is now embedded in the type information. This helps with a few things:

dahlend commented 1 day ago

I want to revisit this at a later time, this is a really nice structural change, but a large one.