Error when using an non zero initial_telemetry_size
When initial_telemetry_size
is non zero and when using an orbit file from LISAOrbit2.X, an error is produced. I think line 685 from the code, i.e. self.tps_wrt_tcb = ForEachSC(lambda sc: interpolate(dataset[:, sc_index[sc]], self.physics_t))
should be similar to line 656, i.e. self.physics_t
should be self.physics_t_withinitial
On top of that, I think the MOC time correlation should be written by default on the output file (and not when keep_all=True
)
Edited by HEES Aurélien