Expand description
Transmission forward model adapter for fitting.
Wraps the physics forward_model function into a FitModel trait object
that the LM optimizer can call. The fit parameters are the areal densities
(thicknesses) of each isotope in the sample.
Structs§
- Energy
Scale Transmission Model - Transmission model with energy-scale calibration parameters (t₀, L_scale).
- Multiplicative
Baseline Model - Bounded multiplicative polynomial baseline (issue #635):
- Normalized
Transmission Model - Wraps a transmission model with SAMMY-style normalization and background.
- Precomputed
Transmission Model - Transmission model backed by precomputed Doppler-broadened cross-sections.
- Transmission
FitModel - Forward model for fitting isotopic areal densities from transmission data.
Enums§
- Energy
Scale Jacobian Method - Method for computing the t0 / L_scale columns of the
EnergyScaleTransmissionModelJacobian.
Functions§
- baseline_
reference_ energy - Reference energy for the multiplicative-baseline log basis: the geometric
midpoint
√(E_min · E_max)of the grid. Centering the basis at the geometric midpoint makes the design columns1, z, z²near-orthogonal on a log-uniform grid and makesb0the mid-grid baseline value — so its bound is directly the “a few % off unity” statement from the VENUS data. - baseline_
reference_ energy_ active - Reference energy for the baseline log basis, computed over the active fit window only (issue #648).