Skip to main content

evaluate_reconstruction_with_problem

Function evaluate_reconstruction_with_problem 

Source
pub fn evaluate_reconstruction_with_problem<M: MeasurementRead>(
    result: &ReconstructionResult,
    problem: &ReconstructionProblem<M>,
    reference_object: &Array2<Complex64>,
    reference_model: Option<&ImagePlaneModel>,
    valid_object_mask: Option<&Array2<u8>>,
) -> Result<ReconstructionEvaluation>