Expand description
Single-spectrum analysis pipeline.
Orchestrates the full analysis chain for a single transmission spectrum: ENDF loading → cross-section calculation → broadening → fitting.
This is the building block for the spatial mapping pipeline.
Uses UnifiedFitConfig with SolverConfig and typed InputData variants.
Structs§
- Background
Config - SAMMY-style normalization and background configuration.
- Counts
Background Config - Background model for the counts fitting engine.
- Spectrum
FitResult - Result of fitting a single spectrum.
- Unified
FitConfig - Unified fit configuration for all data types and solvers.
Enums§
- FitConfig
Error - Errors from
FitConfigconstruction. - Input
Data - Typed input data — makes the data format explicit at the API boundary.
- Solver
Config - Solver-specific configuration.
Functions§
- fit_
spectrum_ typed - Fit a single spectrum using the typed input data API.