Changeset 1116 for sans/Dev/trunk


Ignore:
Timestamp:
Sep 27, 2018 8:58:44 AM (4 years ago)
Author:
srkline
Message:

adding pdf documentation of VSANS reduction to the tags as a workaround to webster access being cut off.

Location:
sans/Dev/trunk/NCNR_User_Procedures/Reduction/VSANS
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • sans/Dev/trunk/NCNR_User_Procedures/Reduction/VSANS/V_DetectorCorrections.ipf

    r1112 r1116  
    14321432 
    14331433        Wave w = V_getDetectorDataW(folder,"B") 
    1434 //              w -= kReadNoiseLevel            // a constant value 
    14351434         
    14361435        MatrixFilter /N=3 median w 
    1437         Print "*** median noise filter applied to the back detector***" 
     1436        Print "*** median noise filter (ONE pass) applied to the back detector***" 
    14381437         
    14391438        return(0) 
  • sans/Dev/trunk/NCNR_User_Procedures/Reduction/VSANS/V_EventModeProcessing.ipf

    r1115 r1116  
    134134 
    135135// for decimation (not used for VSANS - may be added back in the future) 
    136         Variable/G root:Packages:NIST:VSANS:Event:gEventFileTooLarge = 1500             // 1500 MB considered too large 
     136        Variable/G root:Packages:NIST:VSANS:Event:gEventFileTooLarge = 1501             // 1500 MB considered too large 
    137137        Variable/G root:Packages:NIST:VSANS:Event:gDecimation = 100 
    138138        Variable/G root:Packages:NIST:VSANS:Event:gEvent_t_longest_decimated = 0 
  • sans/Dev/trunk/NCNR_User_Procedures/Reduction/VSANS/V_Protocol_Reduction.ipf

    r1113 r1116  
    25292529 
    25302530                if(cmpstr(detStr,"B") == 0 ) 
    2531                         Print "Median Filtering RAW data" 
     2531                        Print "Median Filtering RAW data (3 passes)" 
    25322532                        Wave w = V_getDetectorDataW("RAW",detStr) 
    2533                         MatrixFilter /N=3 median w 
     2533                        MatrixFilter /N=3 /P=3 median w 
    25342534                endif 
    25352535 
Note: See TracChangeset for help on using the changeset viewer.