Module transmission_model

Module transmission_model 

Source
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ยง

NormalizedTransmissionModel
Wraps a transmission model with SAMMY-style normalization and background.
PrecomputedTransmissionModel
Transmission model backed by precomputed Doppler-broadened cross-sections.
TransmissionFitModel
Forward model for fitting isotopic areal densities from transmission data.