crosscorr.loadXC

crosscorr.loadXC(filename)

Load cross-correlation data, e.g. saved with PyFSRS. Cross-correlation data has the shape of a two-dimensional matrix with the first column being the time delay between the two pulses in femtoseconds. The subsequent columns represent the detected intensity at each spectral position as function of time.

Parameters:filename (str) – Filename of the cross-correlation file to load.
Returns:Time and 2d cross-correlation data I(time, wavelength).