Expand description
Jacobian builders for inverse profile reconstruction.
The forward model used in this crate-level inverse module maps probe-space normalized flux samples to synthetic measurements: m_i = p(psi_i) + ff(psi_i) where p and ff are mTanh profiles with independent parameter sets.
Functionsยง
- compute_
analytical_ jacobian - Build analytical Jacobian with 8 columns: [p_ped_height, p_ped_top, p_ped_width, p_core_alpha, ff_ped_height, ff_ped_top, ff_ped_width, ff_core_alpha].
- compute_
fd_ jacobian - Finite-difference Jacobian using forward difference.
- forward_
model_ response - Forward model used by inverse reconstruction.
- mtanh_
profile_ derivatives - Re-export profile derivatives for callers expecting this symbol in
jacobian.