source: sans/Dev/trunk/NCNR_User_Procedures/Reduction/USANS/USANS_Includes.ipf @ 544

Last change on this file since 544 was 544, checked in by srkline, 14 years ago

Lots of changes to add the first version of a USANS simulator, like SASCALC

(!) first issue is with the entanglement of dependencies - need to load SANS macros first!

otherwise, worth a first test for interface and accuracy. behavior is similar to the 1D SASCALC

  • Property eol-style set to native
File size: 795 bytes
RevLine 
[28]1#pragma rtGlobals=1             // Use modern global access method.
[35]2#pragma version=2.20
[262]3#pragma IgorVersion=6.0
[28]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
[35]11#include "BT5_Loader",version >= 2.20   
12#include "COR_Graph",version >= 2.20                   
13#include "Main_USANS",version >= 2.20   
[405]14#include "PlotUtilsMacro_v40",version >= 2.20
15#include "NIST_XML_v40"
16#include "USANS_SlitSmearing_v40"       
[35]17#include "WriteUSANSData",version >= 2.20       
18#include "LakeDesmearing_JB",version >= 2.20   
19#include "USANSCatNotebook",version >= 2.20     
[377]20#include "CheckVersionFTP"                              //added June 2008
[432]21#include "GaussUtils_v40"                               //added Oct 2008 for unified file loading
[544]22
23// USANS simulation test
24#include "U_CALC"
Note: See TracBrowser for help on using the repository browser.