Angles Transformations
AstroRepresentations.tra_to_eca — Functiontra_to_eca(tra::Number, ecc::Number)Convert true anomaly to eccentric anomaly.
AstroRepresentations.tra_to_hya — Functiontra_to_hya(tra::Number, ecc::Number)Convert true anomaly to hyperbolic anomaly.
AstroRepresentations.tra_to_man — Functiontra_to_man(tra::Number, ecc::Number)Convert true anomaly into mean anomaly
AstroRepresentations.tra_to_par — Functiontra_to_par(ta::Number)Convert true anomaly to parabolic anomaly.
AstroRepresentations.eca_to_tra — Functioneca_to_tra(eca::Number, ecc::Number)Convert eccentric anomaly to true anomaly.
AstroRepresentations.hya_to_tra — Functionhya_to_tra(hca::Number, ecc::Number)Convert hyperbolic anomaly to true anomaly.
AstroRepresentations.man_to_tra — Functionman_to_tra(man::Number, ecc::Number)Convert mean anomaly to true anomaly.
AstroRepresentations.par_to_tra — Functionpar_to_tra(pca::Number)Convert parabolic anomaly to true anomaly.