Skip to content

Commit b7f25b2

Browse files
committed
update chresp json file name, add more comments in base fcl config
1 parent 3fe786b commit b7f25b2

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ local params = data_params {
4040
# provides filename for parametrized per channel electronics response correction
4141
# default is: use_parmresp = false
4242
files: super.files {
43-
chresp: if (use_paramresp == 'true') then "sbnd-params-channel-responses-data-ideal-v1.json.bz2" else null,
43+
chresp: if (use_paramresp == 'true') then "sbnd-params-chresp-ideal-v1.json.bz2" else null,
4444
},
4545
};
4646

sbndcode/WireCell/wcsp_data_sbnd.fcl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ sbnd_wcls_sp_data.wcls_main.params : {
5050
# Save output signal waveforms (recob::Wire) in "sparse" or "dense" form
5151
signal_output_form: "sparse"
5252

53-
# use parametrized per channel response
53+
# whether or not to use calibrated, parametrized electronics response
54+
# MUST be a string!
5455
use_paramresp: "false"
5556
}
5657

0 commit comments

Comments
 (0)