How to use StateToTLE Method in python wrapper?

Hello all! Im only starting to use orekit library and i have a task to convert Keplerian state to TLE. We get the state vectors using our own measurements, but we did not encounter TLE generation. I read that i can use StateToTLE method, but i cant understand how to import this method. Hope for a help, thank you!

I`m find a answer. If you have the same problem, the answer in TLE class
You should import TLE from org.orekit.propagation.analytical.tle
and after use TLE.stateToTLE method.
If its look like a spam, please delete this topik.

2 Likes