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

Last change on this file since 393 was 377, checked in by srkline, 15 years ago

Added menu option to all 3 templates for "Check for Updates". Includes for each template now include the FTP procedure file.

Added a condition to CheckIfRawData? (NCNR_Utils) to look for very small files. Small files (cleanout.txt is 2 bytes) were moving past EOF and displaying an error dialog.

  • Property eol-style set to native
File size: 619 bytes
Line 
1#pragma rtGlobals=1             // Use modern global access method.
2#pragma version=2.20
3#pragma IgorVersion=6.0
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 "PlotUtils_USANS",version >= 2.20     
15#include "WriteUSANSData",version >= 2.20       
16#include "LakeDesmearing_JB",version >= 2.20   
17#include "USANSCatNotebook",version >= 2.20     
18#include "CheckVersionFTP"                              //added June 2008
Note: See TracBrowser for help on using the repository browser.