Expand description
Error types for fitscube-rs.
Mirrors the exception hierarchy of the original fitscube Python package
(fitscube.exceptions): a base
FitsCubeError with dedicated variants for a missing target (FREQ/TIME)
axis and an inaccessible channel, plus the I/O and parsing errors that arise
in the Rust implementation.
Enums§
- Fits
Cube Error - Top-level error for all fitscube-rs operations.
Type Aliases§
- Result
- Convenience result alias.