pub fn read_fits( file_path: PathBuf, header_items: &Vec<HeaderValue>, ) -> Result<DataFrame, FitsLoaderError>
Reads a single FITS file and converts it to a Polars DataFrame.
file_path
header_items
A Result containing either the DataFrame or a FitsLoaderError.
Result
FitsLoaderError