1 | #pragma rtGlobals=1 // Use modern global access method. |
---|
2 | #pragma version=2.20 |
---|
3 | #pragma IgorVersion=6.1 |
---|
4 | |
---|
5 | |
---|
6 | // to properly set up the template for other facility reduction templates, |
---|
7 | // function NCNR_USANS() must exist here in the Includes file. |
---|
8 | // |
---|
9 | Function NCNR_USANS() |
---|
10 | //does nothing but define NCNR_USANS() |
---|
11 | return(0) |
---|
12 | End |
---|
13 | |
---|
14 | |
---|
15 | //************* |
---|
16 | // the list of files to include in the USANS reduction experiment |
---|
17 | // - files must be located somewhere in the User Procedures folder |
---|
18 | // or sub-folders |
---|
19 | // |
---|
20 | |
---|
21 | |
---|
22 | #include "BT5_Loader",version >= 2.20 |
---|
23 | #include "COR_Graph",version >= 2.20 |
---|
24 | #include "Main_USANS",version >= 2.20 |
---|
25 | #include "PlotUtilsMacro_v40",version >= 2.20 |
---|
26 | #include "NIST_XML_v40" //cansas file writer |
---|
27 | #include "USANS_SlitSmearing_v40" |
---|
28 | #include "WriteUSANSData",version >= 2.20 |
---|
29 | #include "LakeDesmearing_JB",version >= 2.20 |
---|
30 | #include "USANSCatNotebook",version >= 2.20 |
---|
31 | #include "CheckVersionFTP" //added June 2008 |
---|
32 | #include "GaussUtils_v40" //added Oct 2008 for unified file loading |
---|
33 | #include "BT5_AddFiles" //Oct 2009 to add raw data files |
---|
34 | #include "NCNR_Utils" //needed for NIST_XML |
---|
35 | #include "U_NCNR_Utils" //USANS-specific initialization |
---|
36 | |
---|
37 | |
---|
38 | // USANS simulation and required procedures |
---|
39 | #include "U_CALC" |
---|
40 | #include "USANS_EmptyWaves" |
---|
41 | #include "MultScatter_MonteCarlo_2D" |
---|
42 | #include "SASCALC" |
---|
43 | #include "NCNR_DataReadWrite" |
---|
44 | #include "SANS_Utilities" |
---|
45 | #include "MultipleReduce" |
---|
46 | #include "WriteQIS" |
---|
47 | |
---|
48 | //AJJ for data set output |
---|
49 | #include "DataSetHandling" |
---|
50 | #Include "WriteModelData_v40" |
---|
51 | #include "PlotManager_v40" |
---|