Skip to content

Commit 2788992

Browse files
Merge pull request #881 from SBNSoftware/feature/munjung-CNR_off
turn coherent noise removal off for both MC and data
2 parents 8a8a280 + f63b750 commit 2788992

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ function(params, anode, chndbobj, n, name='', dft=default_dft)
6363
wc.tn(single),
6464
],
6565
grouped_filters: [
66-
wc.tn(grouped),
66+
// wc.tn(grouped),
6767
],
6868
channel_status_filters: [
6969
],

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ function(params, anode, chndbobj, n, name='', dft=default_dft)
6363
wc.tn(single),
6464
],
6565
grouped_filters: [
66-
wc.tn(grouped),
66+
// wc.tn(grouped),
6767
],
6868
channel_status_filters: [
6969
],

0 commit comments

Comments
 (0)