- Timestamp:
- Apr 29, 2016 5:04:20 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sans/Dev/trunk/NCNR_User_Procedures/Reduction/VSANS/V_Testing_Data_Procs.ipf
r994 r995 43 43 V_writeDetectorData(fileName,detStr,tmpData) 44 44 45 val = VCALC_get TopBottomSDDOffset(detStr)/10 + VCALC_getSDD(detStr)*100 // make sure value is in cm45 val = VCALC_getSDD(detStr)*100 // make sure value is in cm 46 46 print val 47 47 V_writeDet_distance(fileName,detStr,val) 48 49 val = VCALC_getTopBottomSDDOffset(detStr) //val is in mm, as for data file 50 if(val != 0) 51 V_writeDet_TBSetback(fileName,detStr,val) 52 endif 48 53 49 54 // x and y pixel sizes for each detector should be correct in the "base" file - but if not... … … 58 63 59 64 60 61 65 // the calibration data for each detector (except B) is already correct in the "base" file 62 66 //V_writeDetTube_spatialCalib(fname,detStr,inW)
Note: See TracChangeset
for help on using the changeset viewer.