JuliaSpaceMissionDesign / FrameTransformations.jl

A modern, high-performance and comprehensive set of tools for transformations between any standard and user-defined reference frame.
MIT License
19 stars 3 forks source link

Add GCRF axes ID when ICRF ID is required #39

Closed MicheleCeresoli closed 5 months ago

MicheleCeresoli commented 10 months ago

Some interface functions allow to define frames with respect to others only if the parent axes have the ICRF ID. Since for most applications GCRF and ICRF are equal, we should also include that ID in the list.

andreapasquale94 commented 5 months ago

Done in #54.