Skip to content

Commit edbc86a

Browse files
committed
add new configurables for coherent noise removal
1 parent 30cffe1 commit edbc86a

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

sbndcode/WireCell/cfg/pgrapher/experiment/sbnd/nf-data.jsonnet

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ function(params, anode, chndbobj, n, name='', dft=default_dft)
2828
anode: wc.tn(anode),
2929
dft: wc.tn(dft),
3030
rms_threshold: 0.0,
31+
correlation_threshold: 1.0,
32+
default_scaling: 0.0,
3133
},
3234
},
3335
local sticky = {

sbndcode/WireCell/cfg/pgrapher/experiment/sbnd/nf.jsonnet

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ function(params, anode, chndbobj, n, name='', dft=default_dft)
2828
anode: wc.tn(anode),
2929
dft: wc.tn(dft),
3030
rms_threshold: 0.0,
31+
correlation_threshold: 1.0,
32+
default_scaling: 0.0,
3133
},
3234
},
3335
local sticky = {

0 commit comments

Comments
 (0)