pub fn cfar_ca_threshold( searched_cells: usize, false_alarm_probability: f64, noise_level: f64, ) -> Result<f64, PrimitiveError>
CA-CFAR absolute threshold from noise level, search window, and false-alarm target.