source: sans/Dev/trunk/NCNR_User_Procedures/Reduction/USANS/KIST_USANS_Includes_v230.ipf @ 954

Last change on this file since 954 was 903, checked in by srkline, 10 years ago

minor changes to the MC scripting, more examples of looping to generate long "runs"

Modified the NCNR loader (Macros menu) to include different facility packages, hopefully exclusive. Will need final tweaking once we settle on file names.

For the USANS procedures from KIST - changed the names to have "KIST_" prefix, and changed NCNR-specific to have "NCNR_" prefix, and I'll do the same with the SANS reduction procedures. Then all will be consistent, and each set of facility-specific files will be grouped in a directory listing.

File size: 1.6 KB
Line 
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 KIST_USANS() must exist here in the Includes file.
8//
9Function KIST_USANS()
10        //does nothing but define KIST_USANS()
11        return(0)
12End
13
14
15
16
17//*************
18// the list of files to include in the USANS reduction experiment
19//  - files must be located somewhere in the User Procedures folder
20// or sub-folders
21//
22
23#include "BT5_Loader",version >= 2.20   
24#include "COR_Graph",version >= 2.20                   
25#include "Main_USANS",version >= 2.20   
26#include "PlotUtilsMacro_v40",version >= 2.20
27#include "NIST_XML_v40"                                         //cansas file writer
28#include "USANS_SlitSmearing_v40"       
29#include "WriteUSANSData",version >= 2.20       
30#include "LakeDesmearing_JB",version >= 2.20   
31#include "USANSCatNotebook",version >= 2.20     
32#include "CheckVersionFTP"                              //added June 2008
33#include "GaussUtils_v40"                               //added Oct 2008 for unified file loading
34#include "BT5_AddFiles"                                 //Oct 2009 to add raw data files
35#include "KIST_USANS_Utils"                                     //USANS-specific initialization
36#include "KIST_Utils"                                   // from the SANS reduction, needed only for XML to compile
37
38
39// USANS simulation and required procedures
40#include "U_CALC"
41#include "USANS_EmptyWaves"
42#include "MultScatter_MonteCarlo_2D"
43#include "SASCALC"
44#include "KIST_DataReadWrite"                           // needed in part for USANS simulator
45#include "SANS_Utilities"
46#include "MultipleReduce"
47#include "WriteQIS"
48
49//AJJ for data set output
50#include "DataSetHandling"
51#Include "WriteModelData_v40"
52#include "PlotManager_v40"
Note: See TracBrowser for help on using the repository browser.