crosscorr.fitXC

crosscorr.fitXC(t, d)

Analyze cross-correlation data eby fitting each spectral slice with a Gaussian to extract amplitude, center, and fwhm.

Parameters:
  • t (array) – Time axis.
  • d (array) – Cross-correlation data I(time, wavelength).
Returns:

List of amplitudes, center positions and widths (FWHM) of resulting Gaussians. Additionally, prints information about total chirp and average pulse width to stdout.