This might be a dumb question, but I wanted to know if there’s a way to override the value of a constant like EGM96_EARTH_MU in the Orekit context.
For example, if I change the value of EGM96_EARTH_MU to something different from 3.986004415e14, is there a way for this new value to be used globally throughout Orekit, instead of the default defined here?
I’ve noticed that propagator objects have a setMu() method that allows overriding this value locally, but is there any way to achieve the same effect globally?