We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8ea5c13 + 42d05b6 commit 22e0e8eCopy full SHA for 22e0e8e
1 file changed
icaruscode/TPC/ICARUSWireCell/icarus/sp.jsonnet
@@ -24,7 +24,7 @@ function(params, tools, override = {}) {
24
dft: wc.tn(tools.dft),
25
field_response: wc.tn(tools.field),
26
ftoffset: 0.0, // default 0.0
27
- ctoffset: 0.5*wc.microsecond, //2.0*wc.microsecond, // default -8.0
+ ctoffset: 1.3*wc.microsecond, //2.0*wc.microsecond, // default -8.0
28
per_chan_resp: pc.name,
29
fft_flag: 0, // 1 is faster but higher memory, 0 is slightly slower but lower memory
30
elecresponse : wc.tn(tools.elec_resp[2]),
0 commit comments