Changeset 816 for sans/Dev/trunk/NCNR_User_Procedures/Reduction/SANS
- Timestamp:
- Jul 13, 2011 3:02:15 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sans/Dev/trunk/NCNR_User_Procedures/Reduction/SANS/MultScatter_MonteCarlo_2D.ipf
r813 r816 1559 1559 NVAR ctTime = root:Packages:NIST:SAS:gCntTime 1560 1560 1561 // make the error wave, if data is exported as qxqy 1562 Duplicate/O linear_data root:Packages:NIST:SAS:linear_data_error 1563 WAVE linear_data_error = root:Packages:NIST:SAS:linear_data_error 1564 linear_data_error = 1 + sqrt(linear_data + 0.75) 1565 1561 1566 if(!rawCts) //go ahead and do the abs scaling to the linear_data 1562 1567 linear_data = linear_data / kappa 1563 1568 linear_data /= detectorEff 1569 linear_data_error /= kappa 1564 1570 endif 1565 1571
Note: See TracChangeset
for help on using the changeset viewer.