pub fn accumulate_tch_batch(
grid: GridView<'_>,
peaks: TchPeakBatchView<'_>,
support: SupportPolicy,
) -> Result<Accumulation, ProfileError>Expand description
Accumulate TCH peaks and direct-input derivatives in one support-limited pass.
Local derivative order is intensity, position, Gaussian FWHM, and Lorentzian FWHM.
ยงErrors
Returns ProfileError if support is invalid or allocation fails.