#pragma rtGlobals=1 // Use modern global access method. #pragma version=5.0 #pragma IgorVersion=4.0 //************* // the list of files to include in the SANS reduction experiment // - files must be located somewhere in the User Procedures folder // or sub-folders // // these procedure files are those used in version 5.0 of the // SANS Reduction macros, August 2006 #include "AvgGraphics" version>=5.0 #include "Buttons" version>=5.0 #include "CatVSTable" version>=5.0 #include "CircSectAve" version>=5.0 #include "Correct" version>=5.0 #include "DisplayUtils" version>=5.0 #include "FIT_Ops" version>=5.0 #include "Initialize" version>=5.0 #include "MainPanel" version>=5.0 #include "Marquee" version>=5.0 #include "MaskUtils" version>=5.0 #include "Menu" version>=5.0 #include "MultipleReduce" version>=5.0 #include "NSORT" version>=5.0 #include "PatchFiles" version>=5.0 #include "PlotUtils" version>=5.0 #include "ProDiv" version>=5.0 #include "ProtocolAsPanel" version>=5.0 //#include "RawDataReader" version>=5.0 //branched 29MAR07 #include "RawWindowHook" version>=5.0 #include "RectAnnulAvg" version>=5.0 #include "Schematic" version>=5.0 #include "Tile_2D" version>=5.0 #include "Transmission" version>=5.0 //#include "VAXFileUtils" version>=5.0 //branched 29MAR07 #include "WorkFileUtils" version>=5.0 #include "WriteQIS" version>=5.0 // removed RT button from main panel AUG2006 // removed RT ipf file in 29MAR07 branch (do not delete, but do not include or maintain) //#include "RealTimeUpdate_RT" version>=5.0 #include "SANSPreferences" version>=5.0 //NEW 05MAY03 #include "Subtract_1D" version>=5.0 //NEW 14MAY03 #include "NCNR_Utils" //new in the 29MAR07 branch #include "NCNR_DataReadWrite" //new in the 29MAR07 branch #include "SANS_Utilities" //new in the 29MAR07 branch // new in Jan 2008 #include "SASCALC" // to include the analysis packages, uncomment the following // include statement and click "compile" at the bottom of this window. // ** the SANSModels menu will appear, and the packages will be // available under the Macros menu as usual. //#include "Analysis_SRK" // a simple list of items to add to the Beta menu // to allow testing of these features // // To activate the SANSBeta menu, change "xMenu" to "Menu" // and click "compile" at the bottom of this window. The SANSBeta // menu will appear in the menubar. // Menu "SANSBeta" "FillEMPUsingSelection" "GuessEveryTransFile" "GuessSelectedTransFiles" "ClearSelectedTransAssignments" "-" //// "CreateRunNumList" //// "TransList" "ScatteringAtSDDList" //// "RemoveRunFromList" "FillMREDList" "-" //// "Set3NSORTFiles" "CreateTableToCombine" "DoCombineFiles" "-" "Convert To Lens" "Convert To Pinhole" "Patch Detector Pixel Size" "Read Detector Pixel Size" "-" "AddALLToLayout" End