[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Orekit Users] DSSTPropagator isOsculating
Hello,
Luc, your code also works for me. The error occurs when the earthOrder is
different from 0 in the UnnormalizedSphericalHarmonicsProvider. There is not
any problem if : GravityFieldFactory.getUnnormalizedProvider(earthDegree,0);
However, it throws an arithmetic error when:
GravityFieldFactory.getUnnormalizedProvider(earthDegree,EarthOrder);
Could you verify this?
Best regards,
Elisabet