| 1 | #pragma rtGlobals=1 // Use modern global access method. |
|---|
| 2 | #pragma version=5.0 |
|---|
| 3 | #pragma IgorVersion=6.0 |
|---|
| 4 | |
|---|
| 5 | //************* |
|---|
| 6 | // the list of files to include in the SANS reduction experiment |
|---|
| 7 | // - files must be located somewhere in the User Procedures folder |
|---|
| 8 | // or sub-folders |
|---|
| 9 | // |
|---|
| 10 | // these procedure files are those used in version 5.0 of the |
|---|
| 11 | // SANS Reduction macros, August 2006 |
|---|
| 12 | |
|---|
| 13 | #include "AvgGraphics" version>=5.0 |
|---|
| 14 | #include "Buttons" version>=5.0 |
|---|
| 15 | #include "CatVSTable" version>=5.0 |
|---|
| 16 | #include "CircSectAve" version>=5.0 |
|---|
| 17 | #include "Correct" version>=5.0 |
|---|
| 18 | #include "DisplayUtils" version>=5.0 |
|---|
| 19 | #include "FIT_Ops" version>=5.0 |
|---|
| 20 | #include "Initialize" version>=5.0 |
|---|
| 21 | #include "MainPanel" version>=5.0 |
|---|
| 22 | #include "Marquee" version>=5.0 |
|---|
| 23 | #include "MaskUtils" version>=5.0 |
|---|
| 24 | #include "Menu" version>=5.0 |
|---|
| 25 | #include "MultipleReduce" version>=5.0 |
|---|
| 26 | #include "NSORT" version>=5.0 |
|---|
| 27 | #include "PatchFiles" version>=5.0 |
|---|
| 28 | //#include "PlotUtils" version>=5.0 |
|---|
| 29 | //AJJ October 2008 - switch to shared file loader |
|---|
| 30 | #include "PlotUtilsMacro_v40" |
|---|
| 31 | #include "NIST_XML_v40" |
|---|
| 32 | #include "USANS_SlitSmearing_v40" |
|---|
| 33 | #include "GaussUtils_v40" // for isSANSResolution - could put this function elsewhere |
|---|
| 34 | // |
|---|
| 35 | #include "ProDiv" version>=5.0 |
|---|
| 36 | #include "ProtocolAsPanel" version>=5.0 |
|---|
| 37 | //#include "RawDataReader" version>=5.0 //branched 29MAR07 |
|---|
| 38 | #include "RawWindowHook" version>=5.0 |
|---|
| 39 | #include "RectAnnulAvg" version>=5.0 |
|---|
| 40 | #include "Schematic" version>=5.0 |
|---|
| 41 | #include "Tile_2D" version>=5.0 |
|---|
| 42 | #include "Transmission" version>=5.0 |
|---|
| 43 | //#include "VAXFileUtils" version>=5.0 //branched 29MAR07 |
|---|
| 44 | #include "WorkFileUtils" version>=5.0 |
|---|
| 45 | #include "WriteQIS" version>=5.0 |
|---|
| 46 | // removed RT button from main panel AUG2006 |
|---|
| 47 | // removed RT ipf file in 29MAR07 branch (do not delete, but do not include or maintain) |
|---|
| 48 | //#include "RealTimeUpdate_RT" version>=5.0 |
|---|
| 49 | #include "SANSPreferences" version>=5.0 //NEW 05MAY03 |
|---|
| 50 | #include "Subtract_1D" version>=5.0 //NEW 14MAY03 |
|---|
| 51 | |
|---|
| 52 | #include "NCNR_Utils" //new in the 29MAR07 branch |
|---|
| 53 | #include "NCNR_DataReadWrite" //new in the 29MAR07 branch |
|---|
| 54 | #include "SANS_Utilities" //new in the 29MAR07 branch |
|---|
| 55 | |
|---|
| 56 | // new in Jan 2008 |
|---|
| 57 | #include "SASCALC" |
|---|
| 58 | #include "CheckVersionFTP" //added June 2008 |
|---|
| 59 | |
|---|
| 60 | #include "TISANE" |
|---|
| 61 | |
|---|
| 62 | |
|---|
| 63 | //AJJ Oct 2008 |
|---|
| 64 | #include "PlotManager_v40" |
|---|
| 65 | |
|---|
| 66 | // to include the analysis packages, uncomment the following |
|---|
| 67 | // include statement and click "compile" at the bottom of this window. |
|---|
| 68 | // ** the SANSModels menu will appear, and the packages will be |
|---|
| 69 | // available under the Macros menu as usual. |
|---|
| 70 | |
|---|
| 71 | //#include "Analysis_SRK" |
|---|
| 72 | |
|---|
| 73 | |
|---|
| 74 | // a simple list of items to add to the Beta menu |
|---|
| 75 | // to allow testing of these features |
|---|
| 76 | // |
|---|
| 77 | // To activate the SANSBeta menu, change "xMenu" to "Menu" |
|---|
| 78 | // and click "compile" at the bottom of this window. The SANSBeta |
|---|
| 79 | // menu will appear in the menubar. |
|---|
| 80 | // |
|---|
| 81 | Menu "SANSBeta" |
|---|
| 82 | "Help for Beta Operations",DisplayHelpTopic/Z/K=1 "Beta SANS Tools" |
|---|
| 83 | "-" |
|---|
| 84 | "FillEMPUsingSelection" |
|---|
| 85 | // "GuessEveryTransFile" |
|---|
| 86 | // "GuessSelectedTransFiles" |
|---|
| 87 | "ClearSelectedTransAssignments" |
|---|
| 88 | "-" |
|---|
| 89 | //// "CreateRunNumList" |
|---|
| 90 | //// "TransList" |
|---|
| 91 | "ScatteringAtSDDList" |
|---|
| 92 | //// "RemoveRunFromList" |
|---|
| 93 | "FillMREDList" |
|---|
| 94 | "-" |
|---|
| 95 | //// "Set3NSORTFiles" |
|---|
| 96 | "CreateTableToCombine" |
|---|
| 97 | "DoCombineFiles" |
|---|
| 98 | "-" |
|---|
| 99 | "Convert To Lens" |
|---|
| 100 | "Convert To Pinhole" |
|---|
| 101 | "Patch Detector Pixel Size" |
|---|
| 102 | "Read Detector Pixel Size" |
|---|
| 103 | "-" |
|---|
| 104 | "AddALLToLayout" |
|---|
| 105 | |
|---|
| 106 | End |
|---|