Changeset 1116 for sans/Dev/trunk
- Timestamp:
- Sep 27, 2018 8:58:44 AM (4 years ago)
- 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 1432 1432 1433 1433 Wave w = V_getDetectorDataW(folder,"B") 1434 // w -= kReadNoiseLevel // a constant value1435 1434 1436 1435 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***" 1438 1437 1439 1438 return(0) -
sans/Dev/trunk/NCNR_User_Procedures/Reduction/VSANS/V_EventModeProcessing.ipf
r1115 r1116 134 134 135 135 // for decimation (not used for VSANS - may be added back in the future) 136 Variable/G root:Packages:NIST:VSANS:Event:gEventFileTooLarge = 150 0// 1500 MB considered too large136 Variable/G root:Packages:NIST:VSANS:Event:gEventFileTooLarge = 1501 // 1500 MB considered too large 137 137 Variable/G root:Packages:NIST:VSANS:Event:gDecimation = 100 138 138 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 2529 2529 2530 2530 if(cmpstr(detStr,"B") == 0 ) 2531 Print "Median Filtering RAW data "2531 Print "Median Filtering RAW data (3 passes)" 2532 2532 Wave w = V_getDetectorDataW("RAW",detStr) 2533 MatrixFilter /N=3 median w2533 MatrixFilter /N=3 /P=3 median w 2534 2534 endif 2535 2535
Note: See TracChangeset
for help on using the changeset viewer.