- qspec.source_energy_pdf ( f , f0 , sigma , xi , collinear = True )[source]
This is the same function as
normal_chi2_convolved_f_xi_pdf
with less array processing and reordered parameters, used inqspec.models
.- Parameters:
-
- fNone
The frequency quantiles $f$ (arb. units).
- f0None
A frequency offset $f_0$ ([
f
]).- sigmaNone
The standard deviation of the underlying normal distribution in frequency units ([
f
]).- xiNone
The asymmetry parameter $\xi$ ([
f
]).- collinearbool
The laser can be aligned collinearly (
True
) or anticollinearly (False
) to the velocity of the atom.
- Returns:
-
- rho_fndarray
The probability density in thermal equilibrium at the frequency
f
(1/[f
]).