- Timestamp:
- Jun 30, 2008 8:49:58 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sans/Dev/trunk/NCNR_User_Procedures/SANS/Reduction/NCNR_DataReadWrite.ipf
r370 r392 1435 1435 1436 1436 //field strength is at byte 190 1437 // 190 is not the right location, 348 looks to be correct for the electromagnets, 450 for the 1438 // superconducting magnet. Although each place is only the voltage, it is correct 1437 1439 Function getFieldStrength(fname) 1438 1440 String fname 1439 1441 1440 return(getRealValueFromHeader(fname,190)) 1442 // return(getRealValueFromHeader(fname,190)) 1443 return(getRealValueFromHeader(fname,348)) 1441 1444 end 1442 1445
Note: See TracChangeset
for help on using the changeset viewer.