- 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_DetectorCorrections.ipf
r994 r995 34 34 // -- clean up when done 35 35 // -- calculate + return the error contribution? 36 // 36 // -- verify the error propagation 37 37 Function DeadTimeCorrectionTubes(dataW,data_errW,dtW,ctTime) 38 38 Wave dataW,data_errW,dtW … … 60 60 61 61 dataW[][] = dataW[p][q]/(1-sumTubes[p]*dtW[p]) //correct the data 62 data_errW[][] = data_errW[p][q]/(1-sumTubes[p]*dtW[p]) // propagate the error wave 62 63 63 64 elseif(cmpstr(orientation,"horizontal")==0) … … 68 69 69 70 dataW[][] = dataW[p][q]/(1-sumTubes[q]*dtW[q]) 71 data_errW[][] = data_errW[p][q]/(1-sumTubes[q]*dtW[q]) 70 72 71 73 else
Note: See TracChangeset
for help on using the changeset viewer.