code changes for release 2.2.0

This commit is contained in:
2021-09-09 12:45:39 +02:00
parent c50ca2e577
commit e3e80f5796
25 changed files with 3519 additions and 238 deletions

View File

@ -1,3 +1,4 @@
#pragma TextEncoding = "UTF-8"
#pragma rtGlobals=3 // Use modern global access method and strict wave access.
#pragma IgorVersion = 6.1
#pragma ModuleName = PearlArpes
@ -18,7 +19,7 @@
#include "pearl-epics" // EPICS access under Igor
#include "pearl-arpes-scans" // run ARPES scans under Igor
#include "pearl-sample-tracker" // live tracking and adjustment of sample position
#include "pearl-scienta-countrate"
#include "pearl-scienta-live"
#endif
/// @file
@ -84,4 +85,4 @@ end
function UnloadPearlArpesPackage()
execute /p/q/z "DELETEINCLUDE \"pearl-arpes\""
execute /p/q/z "COMPILEPROCEDURES "
end
end