Changeset 1222 for sans/Dev/trunk/NCNR_Igor_Procedures
- Timestamp:
- Oct 18, 2019 1:08:35 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sans/Dev/trunk/NCNR_Igor_Procedures/NCNR_Package_Loader.ipf
r1219 r1222 17 17 // <U underlines, <U bolds (?? maybe use these to show which is actually loaded) 18 18 19 // SRK OCT 2019 20 // -- removed HFIR SANS Reduction loader. HFIR data uses XML, but the XML XOP is no longer supported. 21 // the XML XOP is not available on Igor 8 (or 7), and is not worth the effort to maintain - especially 22 // since Andy Nelson can't do it any longer. Comment out the loader, and see if anyone notices. 23 // 19 24 20 25 … … 29 34 StrVarOrDefault("root:Packages:NCNRItemStr2b","Load QUOKKA SANS Reduction Macros"), NCNR_SANSReductionLoader(StrVarOrDefault("root:Packages:NCNRItemStr2b","Load QUOKKA SANS Reduction Macros")) 30 35 StrVarOrDefault("root:Packages:NCNRItemStr2c","Load ILL SANS Reduction Macros"), NCNR_SANSReductionLoader(StrVarOrDefault("root:Packages:NCNRItemStr2c","Load ILL SANS Reduction Macros")) 31 StrVarOrDefault("root:Packages:NCNRItemStr2d","Load HFIR SANS Reduction Macros"), NCNR_SANSReductionLoader(StrVarOrDefault("root:Packages:NCNRItemStr2d","Load HFIR SANS Reduction Macros"))36 // StrVarOrDefault("root:Packages:NCNRItemStr2d","Load HFIR SANS Reduction Macros"), NCNR_SANSReductionLoader(StrVarOrDefault("root:Packages:NCNRItemStr2d","Load HFIR SANS Reduction Macros")) 32 37 // StrVarOrDefault("root:Packages:NCNRItemStr2e","Load HANARO SANS Reduction Macros"), NCNR_SANSReductionLoader(StrVarOrDefault("root:Packages:NCNRItemStr2e","Load HANARO SANS Reduction Macros")) 33 38 // StrVarOrDefault("root:Packages:NCNRItemStr2b","-"), NCNR_SANSReductionLoader(StrVarOrDefault("root:Packages:NCNRItemStr2b","-"))
Note: See TracChangeset
for help on using the changeset viewer.