PEARL Procedures
rev-distro-3.0.0-0-gfa24916-dirty
Igor procedures for the analysis of PEARL data
|
Go to the source code of this file.
Functions | |
string | PearlMenuEnableFunc (string funcname) |
check whether a function name exists More... | |
variable | LoadPearlOptics () |
variable | LoadPearlArpes () |
variable | LoadPearlPreparation () |
variable | Display2dProfiles () |
variable | Display3dSlicer () |
variable | DisplayGizmoSlicer () |
variable | PearlLiveDisplay (string epicsname, string nickname, string wbRGB) |
area detector live display More... | |
variable | PearlCameraDisplay (string epicsname, string nickname, string wbRGB) |
area detector surveillance camera display More... | |
variable | PearlAnglescanTracker (string epicsname, string wbRGB) |
display the angle scan tracker window More... | |
variable | PearlSampleTracker (variable action) |
display the sample tracker window More... | |
variable Display2dProfiles | ( | ) |
Definition at line 117 of file pearl-menu.ipf.
variable Display3dSlicer | ( | ) |
Definition at line 134 of file pearl-menu.ipf.
variable DisplayGizmoSlicer | ( | ) |
Definition at line 153 of file pearl-menu.ipf.
variable LoadPearlArpes | ( | ) |
Definition at line 105 of file pearl-menu.ipf.
variable LoadPearlOptics | ( | ) |
Definition at line 99 of file pearl-menu.ipf.
variable LoadPearlPreparation | ( | ) |
Definition at line 111 of file pearl-menu.ipf.
variable PearlAnglescanTracker | ( | string | epicsname, |
string | wbRGB | ||
) |
display the angle scan tracker window
epicsname | base name of the detector, e.g. X03DA-SCIENTA: image1: and cam1: are appended by the function. see ad_connect(). |
wbRGB | window background color, e.g. "(32768,49152,55296)" |
Definition at line 243 of file pearl-menu.ipf.
variable PearlCameraDisplay | ( | string | epicsname, |
string | nickname, | ||
string | wbRGB | ||
) |
area detector surveillance camera display
display an area detector channel in a simple image window without any interactive controls.
epicsname | base name of the detector, e.g. X03DA-SCIENTA: image1: and cam1: are appended by the function. see ad_connect(). |
nickname | nick name under which this detector is referred to in Igor. must be a valid name for a data folder. see ad_connect(). |
wbRGB | window background color, e.g. "(32768,49152,55296)" |
Definition at line 219 of file pearl-menu.ipf.
variable PearlLiveDisplay | ( | string | epicsname, |
string | nickname, | ||
string | wbRGB | ||
) |
area detector live display
display an area detector channel in an ad_display_profiles() window.
epicsname | base name of the detector, e.g. X03DA-SCIENTA: image1: and cam1: are appended by the function. see ad_connect(). |
nickname | nick name under which this detector is referred to in Igor. must be a valid name for a data folder. see ad_connect(). |
wbRGB | window background color, e.g. "(32768,49152,55296)" |
Definition at line 186 of file pearl-menu.ipf.
string PearlMenuEnableFunc | ( | string | funcname | ) |
check whether a function name exists
return a prefix which disables the menu item if the function does not exist
Definition at line 90 of file pearl-menu.ipf.
variable PearlSampleTracker | ( | variable | action | ) |
display the sample tracker window
epicsname | base name of the detector, e.g. X03DA-SCIENTA: image1: and cam1: are appended by the function. see ad_connect(). |
wbRGB | window background color, e.g. "(32768,49152,55296)" |
Definition at line 262 of file pearl-menu.ipf.