- Timestamp:
- Apr 7, 2010 11:00:01 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sans/Dev/trunk/NCNR_User_Procedures/Reduction/SANS/WorkFileUtils.ipf
r609 r668 121 121 122 122 // switches to control what is done, don't do the transmission correction for the BGD measurement 123 NVAR doEfficiency = root: myGlobals:gDoDetectorEffCorr124 NVAR gDoTrans = root: myGlobals:gDoTransmissionCorr123 NVAR doEfficiency = root:Packages:NIST:gDoDetectorEffCorr 124 NVAR gDoTrans = root:Packages:NIST:gDoTransmissionCorr 125 125 Variable doTrans = gDoTrans 126 126 if(cmpstr("BGD",newtype) == 0) … … 291 291 //apply nonlinear, Jacobian corrections --- 292 292 // switches to control what is done, don't do the transmission correction for the BGD measurement 293 NVAR doEfficiency = root: myGlobals:gDoDetectorEffCorr294 NVAR gDoTrans = root: myGlobals:gDoTransmissionCorr293 NVAR doEfficiency = root:Packages:NIST:gDoDetectorEffCorr 294 NVAR gDoTrans = root:Packages:NIST:gDoTransmissionCorr 295 295 Variable doTrans = gDoTrans 296 296 if(cmpstr("BGD",newtype) == 0)
Note: See TracChangeset
for help on using the changeset viewer.