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