Skip to main content

solve_fixed_from_float

Function solve_fixed_from_float 

Source
pub fn solve_fixed_from_float(
    source: &dyn ObservableEphemerisSource,
    epochs: &[FloatEpoch],
    float_solution: FloatSolution,
    config: FixedSolveConfig,
) -> Result<FixedSolution, FixedSolveError>
Expand description

Search integer ambiguities from an existing float PPP solution and re-solve position/clocks with those ambiguities held fixed.