Hi -
I am running Orekit 13.1 from the python wrapper. I am trying to set up some code to generate measurements using an AngularRaDecBuilder. From what I can tell, it requires a CorrelatedRandomVectorGenerator as its first argument. When I execute the line
from org.orekit.utils import CorrelatedRandomVectorGenerator
I get the error:
ImportError: cannot import name ‘CorrelatedRandomVectorGenerator’ from ‘org.orekit.utils’
Am I using the wrong syntax ? Thanks in advance