pub fn write_hdr_file<P>( path_output: P, img_shape: (usize, usize), img: &[f32], ) -> Result<()>where P: AsRef<Path>,