tof.utils.PulseProfile# class tof.utils.PulseProfile(frequency, birth_time, wavelength)[source]# Parameters of a neutron pulse (typically from a neutron facility). Parameters: frequency (Variable) – Frequency of the pulse in Hz. birth_time (DataArray) – Probability distribution of neutrons in time within a single pulse. wavelength (DataArray) – Probability distribution of neutrons in wavelength within a single pulse. __init__(frequency, birth_time, wavelength)# Methods __init__(frequency, birth_time, wavelength) Attributes frequency birth_time wavelength