pub fn write_hdr_file_mse_rgb_error_map( target_file: String, img_shape: (usize, usize), ground_truth: &[f32], img: &[f32], ) -> Result<()>