pub fn analyze_bc_segments(
segments: &[BCSegmentData],
source: DragModel,
target: DragModel,
candidates: &[DragModel],
speed_of_sound_fps: f64,
) -> Result<BcSegmentAnalysisV1, BcConversionError>Expand description
Perform the requested band conversion and candidate-family recommendation in one call.