pub const MIN_SAMPLES: usize = 4;Expand description
Minimum number of samples the fitter accepts. The circular model solves five free elements and the eccentric model eight; each ECEF sample contributes three residuals, so four well-spread samples (twelve residuals) is the floor. Below this the geometry seed and refinement are unreliable.