Expand description
Setup module - handles application initialization.
This module encapsulates all the setup steps needed before execution:
- Configuration resolution
- View transform calculation
- Data loading and processing
This separation makes the initialization flow clear and testable.
Structs§
- Setup
Result - Result of successful setup containing all initialized data.
Functions§
- load_
data - Load and process HEALPix data.
- setup_
initialization - Initialize the application configuration.