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