Function read_fits

Source
pub fn read_fits(
    file_path: PathBuf,
    header_items: &Vec<HeaderValue>,
) -> Result<DataFrame, FitsLoaderError>