pub fn solve_ppp_auto_init_float<S>(
source: &S,
epochs: &[FloatEpoch],
options: PppAutoInitOptions,
config: FloatSolveConfig,
) -> Result<FloatSolution, PppAutoInitError>where
S: EphemerisSource + ObservableEphemerisSource,Expand description
Solve a static multi-epoch float PPP arc from raw epochs, auto-initializing the float state from the SPP seed described on the module.
This is the float raw-epochs driver: it seeds the state and then calls the
existing solve_float_epochs. The source is used both as the SPP seed
ephemeris and as the PPP observable ephemeris (Sp3 and the broadcast
ephemeris implement both traits).