PEARL Procedures  rev-distro-2.1.0-1-gb7390cb-dirty
Igor procedures for the analysis of PEARL data
pearl-arpes.ipf
Go to the documentation of this file.
1 #pragma rtGlobals=3 // Use modern global access method and strict wave access.
2 #pragma IgorVersion = 6.1
3 #pragma ModuleName = PearlArpes
4 #pragma version = 1.05
5 #include "pearl-area-display" // 2D and 3D data visualization
6 #include "pearl-area-profiles" // data processing for multi-dimensional datasets
7 #include "pearl-area-import" // import data files generated by area detector software
8 #include "pearl-pshell-import"
9 #include "pearl-compat" // compatibility with igor 6
10 #include "pearl-data-explorer" // preview and import panel for PEARL data
11 #include "pearl-anglescan-process" // angle scan (XPD) processing functions
12 #include "pearl-anglescan-panel" // panel interface to angle scan processing
13 #include "pearl-anglescan-tracker" // live preview of hemispherical angle scan
14 #include "pearl-scienta-preprocess" // pre-processing functions for Scienta detector images
15 #include "pearl-elog"
16 #if exists("pvOpen")
17 #include "pearl-area-live" // live view of area detector
18 #include "pearl-epics" // EPICS access under Igor
19 #include "pearl-arpes-scans" // run ARPES scans under Igor
20 #include "pearl-sample-tracker" // live tracking and adjustment of sample position
21 #include "pearl-scienta-countrate"
22 #endif
23 
42 
48 
75 
77 static function AfterCompiledHook()
78 
79  dfref savefolder = GetDataFolderDFR()
80 
81  return 0
82 end
83 
85  execute /p/q/z "DELETEINCLUDE \"pearl-arpes\""
86  execute /p/q/z "COMPILEPROCEDURES "
87 end
variable UnloadPearlArpesPackage()
Definition: pearl-arpes.ipf:84
static variable AfterCompiledHook()
initializes package data once when the procedure is first loaded
Definition: pearl-arpes.ipf:77