igor 8 compatibility
This commit is contained in:
@ -6,6 +6,7 @@
|
||||
#include "pearl-area-profiles" // data processing for multi-dimensional datasets
|
||||
#include "pearl-area-import" // import data files generated by area detector software
|
||||
#include "pearl-pshell-import"
|
||||
#include "pearl-compat" // compatibility with igor 6
|
||||
#include "pearl-data-explorer" // preview and import panel for PEARL data
|
||||
#include "pearl-anglescan-process" // angle scan (XPD) processing functions
|
||||
#include "pearl-anglescan-panel" // panel interface to angle scan processing
|
||||
@ -16,18 +17,9 @@
|
||||
#include "pearl-area-live" // live view of area detector
|
||||
#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
|
||||
#endif
|
||||
|
||||
// $Id$
|
||||
//
|
||||
// author: matthias.muntwiler@psi.ch
|
||||
// Copyright (c) 2012-15 Paul Scherrer Institut
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
// You may obtain a copy of the License at
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
/// @file
|
||||
/// @brief data acquisition and analysis package for ARPES at PEARL.
|
||||
///
|
||||
@ -77,6 +69,7 @@
|
||||
/// * pearl-area-live.ipf
|
||||
/// * pearl-epics.ipf
|
||||
/// * pearl-arpes-scans.ipf
|
||||
/// * pearl-sample-tracker.ipf
|
||||
///
|
||||
|
||||
/// initializes package data once when the procedure is first loaded
|
||||
|
Reference in New Issue
Block a user