[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Orekit Users] Mimic TLEPropagator with Numerical?
Justin,On Thu, 2017-03-30 at 11:43 -0400, justin4leb@gmail.com wrote:
>
> odeIntegratorBuilder = DormandPrince853IntegratorBuilder(0.001,
> 1000.0, 1.e-2)
> builder = NumericalPropagatorBuilder(initialOrbitA,
> odeIntegratorBuilder, PositionAngle.TRUE, 1.e-2)
> fitter = JacobianPropagatorConverter(builder, 1.e-6, 5000)
> fp = "central attraction coefficient"
Try setting fp = [] here. I'm not very familiar with the python
interface to the library, but the convert function is expecting an
array or a List, not a String.
> numpropA = fitter.convert(tleStates, False, fp)
>
Best Regards,
Evan