source: sans/Dev/trunk/NCNR_User_Procedures/Reduction/SANS/Includes.ipf

Last change on this file was 693, checked in by srkline, 13 years ago

Corrected the identification of HFIR trans files

Added new includes for analysis and usans, with higher version numbers. the old ones now simply point to the new one. this provides a mechanism for identifying experiments that were generated and saved with an older version of the macros - the old include file will be present. All three packages now display an alert if the experiment was generated from asn old version of the macros.

File size: 2.2 KB
Line 
1#pragma rtGlobals=1             // Use modern global access method.
2#pragma version=1.2
3#pragma IgorVersion=6.1
4
5
6
7// SRK 7 APR 2010
8// as of version 5.1, this is now a pointer to the current version of the includes
9#include "Includes_v520"
10
11// SRK 12 FEB 08
12// as of version 5.1, this is now a pointer to the current version of the includes
13//#include "Includes_v510"
14
15// as of version 5, this is now a pointer to the current version of the includes
16// -- need for back-compatibility so that anyone opening an old template (v4.2 or earlier)
17// will get an experiment that actualy compiles, rather than bonks with an error
18//
19// SRK 19 NOV 07
20//#include "Includes_v500"
21
22////*************
23//// the list of files to include in the SANS reduction experiment
24////  - files must be located somewhere in the User Procedures folder
25//// or sub-folders
26////
27//// these procedure files are those used in version 4.2 of the
28//// SANS Reduction macros, October 2003
29//
30//#include "AvgGraphics"                        version>=1.2
31//#include "Buttons"                            version>=1.2
32//#include "CatVSTable"                 version>=1.2
33//#include "CircSectAve"                        version>=1.2
34//#include "Correct"                            version>=1.2
35//#include "DisplayUtils"                       version>=1.2
36//#include "FIT_Ops"                            version>=1.2
37//#include "Initialize"                 version>=1.2
38//#include "MainPanel"                  version>=1.2
39//#include "Marquee"                            version>=1.2
40//#include "MaskUtils"                  version>=1.2
41//#include "Menu"                                       version>=1.2
42//#include "MultipleReduce"             version>=1.2
43//#include "NSORT"                                      version>=1.2
44//#include "PatchFiles"                 version>=1.2
45//#include "PlotUtils"                  version>=1.2
46//#include "ProDiv"                             version>=1.2
47//#include "ProtocolAsPanel"            version>=1.2
48//#include "RawDataReader"              version>=1.2
49//#include "RawWindowHook"              version>=1.2
50//#include "RectAnnulAvg"                       version>=1.2
51//#include "Schematic"                  version>=1.2
52//#include "Tile_2D"                            version>=1.2
53//#include "Transmission"                       version>=1.2
54//#include "VAXFileUtils"                       version>=1.2
55//#include "WorkFileUtils"              version>=1.2
56//#include "WriteQIS"                           version>=1.2
57////single file necessary for RealTime updating, now in the same folder
58//#include "RealTimeUpdate_RT"          version>=1.0
59//
60////NEW 05MAY03
61//#include "SANSPreferences"                            version>=1.0
62//
63////NEW 14MAY03
64//#include "Subtract_1D"                                version>=1.0
Note: See TracBrowser for help on using the repository browser.