Ignore:
Timestamp:
Mar 9, 2007 3:41:17 PM (16 years ago)
Author:
srkline
Message:

changed the desmeared error calculation to be abs(err) so that
none of the errors were negative

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sans/USANSReduction/trunk/Put in User Procedures Folder/USANS Procedures v2.20/LakeDesmearing_JB.ipf

    r35 r53  
    17391739        SetDataFolder root:DSM 
    17401740        Duplicate/O S_work err 
    1741         S_dsm = err/I_work*I_dsm                //proportional error 
     1741        S_dsm = abs(err/I_work*I_dsm)           //proportional error 
     1742//John simply keeps the same error as was read in from the smeared data set - is this right? 
     1743//      S_dsm = S_Work 
    17421744         
    17431745        NVAR gChi = root:DSM:gChi2Final         //chi^2 final 
Note: See TracChangeset for help on using the changeset viewer.