1 | #pragma rtGlobals=1 // Use modern global access method. |
---|
2 | #pragma version=5.0 |
---|
3 | #pragma IgorVersion=4.0 |
---|
4 | |
---|
5 | |
---|
6 | // now simply point to the current version of the includes v410 |
---|
7 | // -- then if this file is open, I'll know the experiment is "old" |
---|
8 | #include "Includes_v510" |
---|
9 | |
---|
10 | |
---|
11 | // |
---|
12 | ////************* |
---|
13 | //// the list of files to include in the SANS reduction experiment |
---|
14 | //// - files must be located somewhere in the User Procedures folder |
---|
15 | //// or sub-folders |
---|
16 | //// |
---|
17 | //// these procedure files are those used in version 5.0 of the |
---|
18 | //// SANS Reduction macros, August 2006 |
---|
19 | // |
---|
20 | //#include "AvgGraphics" version>=5.0 |
---|
21 | //#include "Buttons" version>=5.0 |
---|
22 | //#include "CatVSTable" version>=5.0 |
---|
23 | //#include "CircSectAve" version>=5.0 |
---|
24 | //#include "Correct" version>=5.0 |
---|
25 | //#include "DisplayUtils" version>=5.0 |
---|
26 | //#include "FIT_Ops" version>=5.0 |
---|
27 | //#include "Initialize" version>=5.0 |
---|
28 | //#include "MainPanel" version>=5.0 |
---|
29 | //#include "Marquee" version>=5.0 |
---|
30 | //#include "MaskUtils" version>=5.0 |
---|
31 | //#include "Menu" version>=5.0 |
---|
32 | //#include "MultipleReduce" version>=5.0 |
---|
33 | //#include "NSORT" version>=5.0 |
---|
34 | //#include "PatchFiles" version>=5.0 |
---|
35 | //#include "PlotUtils" version>=5.0 |
---|
36 | //#include "ProDiv" version>=5.0 |
---|
37 | //#include "ProtocolAsPanel" version>=5.0 |
---|
38 | ////#include "RawDataReader" version>=5.0 //branched 29MAR07 |
---|
39 | //#include "RawWindowHook" version>=5.0 |
---|
40 | //#include "RectAnnulAvg" version>=5.0 |
---|
41 | //#include "Schematic" version>=5.0 |
---|
42 | //#include "Tile_2D" version>=5.0 |
---|
43 | //#include "Transmission" version>=5.0 |
---|
44 | ////#include "VAXFileUtils" version>=5.0 //branched 29MAR07 |
---|
45 | //#include "WorkFileUtils" version>=5.0 |
---|
46 | //#include "WriteQIS" version>=5.0 |
---|
47 | //// removed RT button from main panel AUG2006 |
---|
48 | //// removed RT ipf file in 29MAR07 branch (do not delete, but do not include or maintain) |
---|
49 | ////#include "RealTimeUpdate_RT" version>=5.0 |
---|
50 | //#include "SANSPreferences" version>=5.0 //NEW 05MAY03 |
---|
51 | //#include "Subtract_1D" version>=5.0 //NEW 14MAY03 |
---|
52 | // |
---|
53 | //#include "NCNR_Utils" //new in the 29MAR07 branch |
---|
54 | //#include "NCNR_DataReadWrite" //new in the 29MAR07 branch |
---|
55 | //#include "SANS_Utilities" //new in the 29MAR07 branch |
---|
56 | // |
---|
57 | //// new in Jan 2008 |
---|
58 | //#include "SASCALC" |
---|
59 | // |
---|
60 | //// to include the analysis packages, uncomment the following |
---|
61 | //// include statement and click "compile" at the bottom of this window. |
---|
62 | //// ** the SANSModels menu will appear, and the packages will be |
---|
63 | //// available under the Macros menu as usual. |
---|
64 | // |
---|
65 | ////#include "Analysis_SRK" |
---|
66 | // |
---|
67 | // |
---|
68 | //// a simple list of items to add to the Beta menu |
---|
69 | //// to allow testing of these features |
---|
70 | //// |
---|
71 | //// To activate the SANSBeta menu, change "xMenu" to "Menu" |
---|
72 | //// and click "compile" at the bottom of this window. The SANSBeta |
---|
73 | //// menu will appear in the menubar. |
---|
74 | //// |
---|
75 | //Menu "SANSBeta" |
---|
76 | // "FillEMPUsingSelection" |
---|
77 | // "GuessEveryTransFile" |
---|
78 | // "GuessSelectedTransFiles" |
---|
79 | // "ClearSelectedTransAssignments" |
---|
80 | // "-" |
---|
81 | ////// "CreateRunNumList" |
---|
82 | ////// "TransList" |
---|
83 | // "ScatteringAtSDDList" |
---|
84 | ////// "RemoveRunFromList" |
---|
85 | // "FillMREDList" |
---|
86 | // "-" |
---|
87 | ////// "Set3NSORTFiles" |
---|
88 | // "CreateTableToCombine" |
---|
89 | // "DoCombineFiles" |
---|
90 | // "-" |
---|
91 | // "Convert To Lens" |
---|
92 | // "Convert To Pinhole" |
---|
93 | // "Patch Detector Pixel Size" |
---|
94 | // "Read Detector Pixel Size" |
---|
95 | // "-" |
---|
96 | // "AddALLToLayout" |
---|
97 | // |
---|
98 | //End |
---|