Re-exports§
pub use enums::ExperimentType;
pub use enums::HeaderValue;
pub use errors::FitsLoaderError;
pub use loader::read_experiment;
pub use loader::read_experiment_pattern;
pub use loader::read_fits;
pub use loader::read_multiple_fits;
Modules§
Functions§
- read_
experiment_ dir - Reads all FITS files in a directory and combines them into a single DataFrame.
- read_
fits_ file - Reads a FITS file and converts it to a Polars DataFrame.
- read_
fits_ with_ pattern - Reads FITS files matching a pattern in a directory and combines them into a single DataFrame.
- read_
multiple_ fits_ files - Reads multiple FITS files and combines them into a single DataFrame.