Changeset 662 for sans/Dev/trunk/NCNR_User_Procedures/Reduction/SANS
- Timestamp:
- Apr 6, 2010 11:15:13 AM (13 years ago)
- Location:
- sans/Dev/trunk/NCNR_User_Procedures/Reduction/SANS
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sans/Dev/trunk/NCNR_User_Procedures/Reduction/SANS/CatVSTable.ipf
r661 r662 76 76 WAVE XCenter = $"root:myGlobals:CatVSHeaderInfo:XCenter" 77 77 WAVE YCenter = $"root:myGlobals:CatVSHeaderInfo:YCenter" 78 WAVE/B NumGuides = $"root:myGlobals:CatVSHeaderInfo:nGuides"78 WAVE/B nGuides = $"root:myGlobals:CatVSHeaderInfo:nGuides" 79 79 WAVE/B NumAttens = $"root:myGlobals:CatVSHeaderInfo:NumAttens" 80 80 WAVE RunNumber = $"root:myGlobals:CatVSHeaderInfo:RunNumber" … … 108 108 #if (exists("NCNR")==6) 109 109 ModifyTable width(:myGlobals:CatVSHeaderInfo:nGuides)=40 110 ModifyTable width(:myGlobals:CatVSHe daerInfo:Pos)=30110 ModifyTable width(:myGlobals:CatVSHeaderInfo:Pos)=30 111 111 #endif 112 112 -
sans/Dev/trunk/NCNR_User_Procedures/Reduction/SANS/Initialize.ipf
r601 r662 117 117 //set XML globals 118 118 String/G root:Packages:NIST:gXMLLoader_Title = "" 119 Variable/G root:Packages:NIST:gXML_Write = 0119 Variable/G root:Packages:NIST:gXML_Write = 1 120 120 121 121
Note: See TracChangeset
for help on using the changeset viewer.