Skip to content

[BUG] The SatRangeBias(center-of-mass offset) should be minus for lageos2

In the class LaserRangingOrbitDetermination, it uses slr-od/slr-orbit-determination.yaml as the input file for OD of lageos2. The bias of spacecraft is set as 0.251 m, that is center of mass offset, which should be -0.251 m.

In the method createSatRangeBias of class AbstractOrbitDetermination, the name of SatRangeBias is 'transponder delay bias'. That is, bias is added to the theoretical value when it applies the modify method.

For lageos2, the center of mass offset should be used as minus.