JuliaStellarDynamics / OrbitalElements.jl

Compute orbital elements using Julia.
6 stars 2 forks source link

AEFromΩ1Ω2Brute failure mode #3

Closed michael-petersen closed 1 year ago

michael-petersen commented 1 year ago

The inversion of frequencies to (a,e) has known breakages. Diagnostics suggest these are coming from bad frequency calculations when going forwards (from a,e to frequencies). Adding a break for invalid frequencies might help.

michael-petersen commented 1 year ago

Failure modes have been fixed; there don't seem to be any issues beyond numerical precision. I'm closing this unless there is a clearer example of a failure mode.