Crate pyref_core

Source

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§

documentation
enums
errors
io
loader

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.