Calculate the constant of proportionality (k) in the relationship
between the EELS signal and the dielectric function.
dielectric function from a single scattering distribution (SSD) using
the Kramers-Kronig relations.
zlp ({number, BaseSignal}) – If the ZLP is the same for all spectra, the intengral of the ZLP
can be provided as a number. Otherwise, if the ZLP intensity is not
the same for all spectra, it can be provided as i) a Signal
of the same dimensions as the current signal containing the ZLP
spectra for each location ii) a Signal of signal dimension 0
and navigation_dimension equal to the current signal containing the
integrated ZLP intensity.
t ({None, number, BaseSignal}) – The sample thickness in nm. If the thickness is the same for all
spectra it can be given by a number. Otherwise, it can be provided
as a Signal with signal dimension 0 and navigation_dimension equal
to the current signal.
Returns:
k
Return type:
Signal instance
exspy.utils.eels.effective_angle(E0, E, alpha, beta)#
width (float) – Width of window, in eV, around energy in which to find nearby
energies, i.e. a value of 10 eV (the default) means to
search +/- 5 eV. The default is 10.
only_major (bool) – Whether to show only the major edges. The default is False.
order (str) – Sort the edges, if ‘closest’, return in the order of energy difference,
if ‘ascending’, return in ascending order, similarly for ‘descending’
Returns:
edges – All edges that are within the given energy window, sorted by
energy difference to the given energy.