diff --git a/doc/html/_page_projections.html b/doc/html/_page_projections.html new file mode 100644 index 0000000..103a183 --- /dev/null +++ b/doc/html/_page_projections.html @@ -0,0 +1,116 @@ + + +
+ + + + +
+ PEARL Procedures
+ rev-distro-2.0.3-0-g0fb0fd9
+
+ Igor procedures for the analysis of PEARL data
+ |
+
the functions of the anglescan package support the following map projections.
+for a description of the different projections, see, for example, https://en.wikipedia.org/wiki/Map_projection
+Selector | Projection | Function | Properties |
---|---|---|---|
kProjDist = 0 | azimuthal equidistant | r = c * theta | radius is proportional to polar angle. |
kProjStereo = 1 | stereographic | r = c * tan theta/2 | circles on sphere map to circles. |
kProjArea = 2 | azimuthal equal-area | r = c * sin theta/2 | preserves area measure. |
kProjGnom = 3 | gnomonic | r = c * tan theta | great circles map to straight lines. |
kProjOrtho = 4 | orthographic | r = c * sin theta | k-space mapping in ARPES and LEED. |
the projections in this package are defined for 0 <= theta < 90.
+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.
+ +fermi-edge-analysis.ipf | |
pearl-anglescan-panel.ipf | |
pearl-anglescan-process.ipf | |
fermi-edge-analysis.ipf | Tools for analysing the Fermi edge measured by the Scienta EW4000 analyser |
pearl-anglescan-panel.ipf | Interactive processing of angle scanned XPD data |
pearl-anglescan-process.ipf | Processing and holographic mapping of angle scanned XPD data |
pearl-anglescan-tracker.ipf | |
pearl-area-display.ipf | |
pearl-area-import.ipf | |
pearl-area-profiles.ipf | |
pearl-arpes.ipf | |
pearl-data-explorer.ipf | |
pearl-elog.ipf | |
pearl-fitfuncs.ipf | |
pearl-area-display.ipf | Visualization tools for 2D and 3D data |
pearl-area-import.ipf | HDF5 file import from EPICS area detectors |
pearl-area-profiles.ipf | Profile extraction for multi-dimensional datasets acquired from area detectors |
pearl-arpes.ipf | Data acquisition and analysis package for ARPES at PEARL |
pearl-data-explorer.ipf | Preview and import panel for PEARL data |
pearl-elog.ipf | Interface for writing ELOG entries with Igor graphs as attachment |
pearl-fitfuncs.ipf | Various fit functions for photoelectron spectroscopy |
pearl-gui-tools.ipf | |
pearl-matrix-import.ipf | |
pearl-matrix-import.ipf | Data file import for omicron matrix (STM) files |
pearl-menu.ipf | |
pearl-otf-import.ipf | |
pearl-pmsco-import.ipf | |
pearl-pmsco-import.ipf | Data import/export procedures for multiple scattering calculations |
pearl-polar-coordinates.ipf | |
pearl-pshell-import.ipf | |
pearl-scienta-preprocess.ipf | |
pearl-pshell-import.ipf | Import data from PShell |
pearl-scienta-preprocess.ipf | Preprocessing functions for Scienta detector images |
pearl-tools.ipf | |
pearl-vector-operations.ipf |