- Timestamp:
- Apr 5, 2010 4:29:46 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sans/Dev/trunk/NCNR_User_Procedures/Reduction/SANS/CatVSTable.ipf
r656 r661 102 102 ModifyTable width(:myGlobals:CatVSHeaderInfo:Field)=50 103 103 ModifyTable width(:myGlobals:CatVSHeaderInfo:MCR)=50 104 ModifyTable width(:myGlobals:CatVSHedaerInfo:Pos)=30105 104 #if (exists("ILL_D22")==6) 106 105 ModifyTable width(:myGlobals:CatVSHeaderInfo:Reactorpower)=50 //activate for ILL, June 2008 … … 109 108 #if (exists("NCNR")==6) 110 109 ModifyTable width(:myGlobals:CatVSHeaderInfo:nGuides)=40 110 ModifyTable width(:myGlobals:CatVSHedaerInfo:Pos)=30 111 111 #endif 112 112 … … 215 215 #if (exists("ILL_D22")==6) 216 216 Wave GReactPow = $"root:myGlobals:CatVSHeaderInfo:ReactorPower" //activate for ILL June 2008 ( and the sort line too) 217 Sort GSuffix, GSuffix, GFilenames, GLabels, GDateTime, GSDD, GLambda, GCntTime, GTotCnts, GCntRate, GTransmission, GThickness, GXCenter, GYCenter, GNumAttens,GRunNumber,GIsTrans,GRot,GTemp,GField,GMCR,G Pos,GReactPow217 Sort GSuffix, GSuffix, GFilenames, GLabels, GDateTime, GSDD, GLambda, GCntTime, GTotCnts, GCntRate, GTransmission, GThickness, GXCenter, GYCenter, GNumAttens,GRunNumber,GIsTrans,GRot,GTemp,GField,GMCR,GReactPow 218 218 #endif 219 219 220 220 #if (exists("NCNR")==6) 221 221 // Sort GSuffix, GSuffix, GFilenames, GLabels, GDateTime, GSDD, GLambda, GCntTime, GTotCnts, GCntRate, GTransmission, GThickness, GXCenter, GYCenter, GNumAttens,GRunNumber,GIsTrans,GRot,GTemp,GField,GMCR 222 Sort GSuffix, GSuffix, GFilenames, GLabels, GDateTime, GSDD, GLambda, GCntTime, GTotCnts, GCntRate, GTransmission, GThickness, GXCenter, GYCenter, GNumAttens,GRunNumber,GIsTrans,GRot,GTemp,GField,GMCR, gNumGuides222 Sort GSuffix, GSuffix, GFilenames, GLabels, GDateTime, GSDD, GLambda, GCntTime, GTotCnts, GCntRate, GTransmission, GThickness, GXCenter, GYCenter, GNumAttens,GRunNumber,GIsTrans,GRot,GTemp,GField,GMCR,GPos,gNumGuides 223 223 #else 224 224 // Sort GSuffix, GSuffix, GFilenames, GLabels, GDateTime, GSDD, GLambda, GCntTime, GTotCnts, GCntRate, GTransmission, GThickness, GXCenter, GYCenter, GNumAttens,GRunNumber,GIsTrans,GRot,GTemp,GField,GMCR … … 399 399 GMCR[lastPoint] = getMonitorCount(fname)/ctime //total monitor count / total count time 400 400 401 //Sample Position 402 InsertPoints lastPoint,1,GPos 403 GPos[lastPoint] = getSamplePosition(fname) 401 404 402 405 403 #if (exists("ILL_D22")==6) … … 413 411 InsertPoints lastPoint,1,GNumGuides 414 412 GNumGuides[lastPoint] = numGuides(getSourceToSampleDist(fname)) 413 414 //Sample Position 415 InsertPoints lastPoint,1,GPos 416 GPos[lastPoint] = getSamplePosition(fname) 415 417 #endif 416 418
Note: See TracChangeset
for help on using the changeset viewer.