PEARL Procedures  rev-distro-1.6.1-0-ge1f1aa9-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-data-explorer"// preview and import panel for PEARL data
10 #include "pearl-anglescan-process"// angle scan (XPD) processing functions
11 #include "pearl-anglescan-panel"// panel interface to angle scan processing
12 #include "pearl-anglescan-tracker"// live preview of hemispherical angle scan
13 #include "pearl-scienta-preprocess"// pre-processing functions for Scienta detector images
14 #include "pearl-elog"
15 #if exists("pvOpen")
16 #include "pearl-area-live"// live view of area detector
17 #include "pearl-epics"// EPICS access under Igor
18 #include "pearl-arpes-scans"// run ARPES scans under Igor
19 #endif
20 
21 // $Id$
22 //
23 // author: matthias.muntwiler@psi.ch
24 // Copyright (c) 2012-15 Paul Scherrer Institut
25 //
26 // Licensed under the Apache License, Version 2.0 (the "License");
27 // you may not use this file except in compliance with the License.
28 // You may obtain a copy of the License at
29 // http://www.apache.org/licenses/LICENSE-2.0
30 
49 
55 
81 
83 static variable AfterCompiledHook(){
84 
85  dfref savefolder = GetDataFolderDFR()
86 
87  return 0
88 };
89 
91  execute /p/q/z "DELETEINCLUDE \"pearl-arpes\""
92  execute /p/q/z "COMPILEPROCEDURES "
93 };
94 
variable UnloadPearlArpesPackage()
Definition: pearl-arpes.ipf:90
static variable AfterCompiledHook()
initializes package data once when the procedure is first loaded
Definition: pearl-arpes.ipf:83