source: sans/Dev/trunk/NCNR_User_Procedures/Reduction/USANS/USANS_Includes_v230.ipf @ 795

Last change on this file since 795 was 740, checked in by srkline, 13 years ago

Added 1D data processing routines to the USANS package.

Added the Data Management panel to all menus - "ReWrite? Experimental Data". This mainly adds the functionality to convert data back and forth between XML and 6-column. Still needs debugging.

Added menu item for Rebinning of 1D data. Brings up a separate panel, since I couldn't figure out where it really belonged. It's small enough that it could be added to most any panel. Routines are at the end of the DataSetHandling?.ipf file.

File size: 1.2 KB
Line 
1#pragma rtGlobals=1             // Use modern global access method.
2#pragma version=2.20
3#pragma IgorVersion=6.1
4
5//*************
6// the list of files to include in the USANS reduction experiment
7//  - files must be located somewhere in the User Procedures folder
8// or sub-folders
9//
10
11#include "BT5_Loader",version >= 2.20   
12#include "COR_Graph",version >= 2.20                   
13#include "Main_USANS",version >= 2.20   
14#include "PlotUtilsMacro_v40",version >= 2.20
15#include "NIST_XML_v40"
16#include "USANS_SlitSmearing_v40"       
17#include "WriteUSANSData",version >= 2.20       
18#include "LakeDesmearing_JB",version >= 2.20   
19#include "USANSCatNotebook",version >= 2.20     
20#include "CheckVersionFTP"                              //added June 2008
21#include "GaussUtils_v40"                               //added Oct 2008 for unified file loading
22#include "BT5_AddFiles"                                 //Oct 2009 to add raw data files
23
24// USANS simulation and required procedures
25#include "U_CALC"
26#include "USANS_EmptyWaves"
27#include "MultScatter_MonteCarlo_2D"
28#include "SASCALC"
29#include "NCNR_DataReadWrite"
30#include "SANS_Utilities"
31#include "NCNR_Utils"
32#include "MultipleReduce"
33#include "WriteQIS"
34
35//AJJ for data set output
36#include "DataSetHandling"
37#Include "WriteModelData_v40"
38#include "PlotManager_v40"
Note: See TracBrowser for help on using the repository browser.