nyx icon indicating copy to clipboard operation
nyx copied to clipboard

Support estimation of ground station biases

Open ChristopherRabotin opened this issue 1 year ago • 2 comments

High level description

Ground stations have biases, which are currently modeled as first order Gauss Markov processes. With a reasonably high bias, the OD results are quite noisy because we don't estimate that bias.

Requirements

  • GM process should include a constant offset bias
  • GM process constant bias should have a frequency mismatch initialization for Doppler, and somehow for range measurements too.
  • Each GM of each Ground Station should be estimated independently.
  • Allow enabling/disabling of biases per measurement type and per station

Test plans

  • Set a high constant offset and ensure that with enough tracking data, the bias is correctly estimated
  • Ensure that if the bias estimation is turned on for one type and one station, it is not necessarily the case for the other stations.

Design

What is estimated must be part of the state and the Jacobian. It isn't immediately clear how this fits in the statically sized vectors and matrices of the current architecture, but that needs to be figured out.

ChristopherRabotin avatar Jun 28 '24 21:06 ChristopherRabotin

This work will also likely lead to a separation of a Ground Station and whatever can generate OD measurements. Right now, the Ground Station structure includes more information than needed to define a ground point.

ChristopherRabotin avatar Jul 02 '24 05:07 ChristopherRabotin

In this work, I should also add the turn around time on the spacecraft side, using a fixed nanosecond offset. This work will require extending the state used in the estimation.

ChristopherRabotin avatar Dec 15 '24 02:12 ChristopherRabotin