PEARL Procedures
rev-distro-1.4.0-1-g0a436db-dirty
Igor procedures for the analysis of PEARL data
|
tools for analysing the Fermi edge measured by the Scienta EW4000 analyser. More...
#include "pearl-area-profiles"
Go to the source code of this file.
Functions | |
variable | analyse_curved_edge (wave data) |
variable | record_results (variable index) |
variable | integrate_curved_edge (wave data, wave data_sig) |
variable | slit_correction (wave data, wave data_out, variable epass) |
threadsafe variable | FermiFuncLinDOS2D_corr (variable w, threadsafe x, wave y) |
threadsafe variable | slit_shift (variable ypix, variable epass) |
variable | show_shift (wave data) |
variable | analyser_energy_resolution (variable epass, variable slit) |
calculate the energy resolution of the analyser More... | |
Variables | |
static const variable | mcp_radius_pix = 555 |
MCP radius seen by the camera in pixels. More... | |
static const variable | mcp_radius_mm = 20 |
physical size (radius) of the MCP in mm More... | |
static const variable | hemi_radius_mm = 200 |
physical size (radius) of the hemisphere in mm More... | |
static const variable | mcp_radius_epass = 0.04 |
energy range imaged on MCP relative to the pass energy More... | |
tools for analysing the Fermi edge measured by the Scienta EW4000 analyser.
proposed procedure
Definition in file fermi-edge-analysis.ipf.
variable analyse_curved_edge | ( | wave | data | ) |
Definition at line 27 of file fermi-edge-analysis.ipf.
variable analyser_energy_resolution | ( | variable | epass, |
variable | slit | ||
) |
calculate the energy resolution of the analyser
epass | pass energy in eV |
slit | analyser entrance slit in mm |
Definition at line 306 of file fermi-edge-analysis.ipf.
threadsafe variable FermiFuncLinDOS2D_corr | ( | variable | w, |
threadsafe | x, | ||
wave | y | ||
) |
Definition at line 216 of file fermi-edge-analysis.ipf.
variable integrate_curved_edge | ( | wave | data, |
wave | data_sig | ||
) |
Definition at line 116 of file fermi-edge-analysis.ipf.
variable record_results | ( | variable | index | ) |
Definition at line 98 of file fermi-edge-analysis.ipf.
variable show_shift | ( | wave | data | ) |
Definition at line 284 of file fermi-edge-analysis.ipf.
variable slit_correction | ( | wave | data, |
wave | data_out, | ||
variable | epass | ||
) |
Definition at line 173 of file fermi-edge-analysis.ipf.
threadsafe variable slit_shift | ( | variable | ypix, |
variable | epass | ||
) |
Definition at line 267 of file fermi-edge-analysis.ipf.
|
static |
physical size (radius) of the hemisphere in mm
Definition at line 263 of file fermi-edge-analysis.ipf.
|
static |
energy range imaged on MCP relative to the pass energy
Definition at line 265 of file fermi-edge-analysis.ipf.
|
static |
physical size (radius) of the MCP in mm
Definition at line 261 of file fermi-edge-analysis.ipf.
|
static |
MCP radius seen by the camera in pixels.
Definition at line 259 of file fermi-edge-analysis.ipf.