Creating a new measurement class Python wrapper

@MaximeJ
Thank for the reply.
I have not set clock offset values for BatchLSEstimator.
I am using simulated noisy measurements.
I am only using TDOA measurements

I got a prime meridian error similar to this post..
Interestingly, when I run a BatchLSEstimator with with inbuild TDOA class and then run another BatchLSEstimator ( I maintained two separate variables) with my TDOA class the prime meridian error disappears. Do you know why this happens ?
I change the code as suggested in the post.

Also, with my TDOA class, the BatchLSEstimator terminates after first evaluation and giving a Java run time error.The first iteration runs without any error, I can see the values with the Observer .

EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x0000000056ead040, pid=16488, tid=0x0000000000002d74
Failed to write core dump. Minidumps are not enabled by default on client versions of Windows

I am running the python file within Anaconda using command prompt as Admin. The java version is

openjdk version “1.8.0_332”
OpenJDK Runtime Environment (Zulu 8.62.0.19-CA-win64) (build 1.8.0_332-b09)
OpenJDK 64-Bit Server VM (Zulu 8.62.0.19-CA-win64) (build 25.332-b09, mixed mode)
Python version is 3.10.5

I am not sure what is the cause of this error. Appreciate any ideas.

Is the error related to this post and reply by @petrus.hyvonen ?

by

Thank you.