pub fn read_experiment( dir: &str, header_items: &Vec<HeaderValue>, ) -> Result<DataFrame, FitsLoaderError>
Reads all FITS files in a directory and combines them into a single DataFrame.
dir
header_items
A Result containing either the combined DataFrame or a FitsLoaderError.
Result
FitsLoaderError