PEARL Procedures rev-distro-3.1.0-0-gea838b3-dirty
Igor procedures for the analysis of PEARL data
Loading...
Searching...
No Matches
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.06
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#include "pearl-scilog"
18#if exists("pvOpen")
19#include "pearl-area-live" // live view of area detector
20#include "pearl-epics" // EPICS access under Igor
21#include "pearl-arpes-scans" // run ARPES scans under Igor
22#include "pearl-sample-tracker" // live tracking and adjustment of sample position
23#include "pearl-scienta-live"
24#endif
25
44
50
77
79static function AfterCompiledHook()
80
81 dfref savefolder = GetDataFolderDFR()
82
83 return 0
84end
85
87 execute /p/q/z "DELETEINCLUDE \"pearl-arpes\""
88 execute /p/q/z "COMPILEPROCEDURES "
89end
static variable AfterCompiledHook()
initializes package data once when the procedure is first loaded
variable UnloadPearlArpesPackage()