Skip to content

Commit

Permalink
update summary_scale
Browse files Browse the repository at this point in the history
  • Loading branch information
HaiwangYu committed Feb 28, 2025
1 parent 3879d00 commit 5053f40
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cfg/pgrapher/experiment/sbnd/wcls-img-clus.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ local wcls_input = g.pnode({
name: 'sigs',
data: {
nticks: params.daq.nticks,
scale: 50, // scale up input recob::Wire by this factor
frame_scale: 50, // scale up input recob::Wire by this factor
summary_scale: 50, // scale up input summary by this factor
frame_tags: ["orig"], // frame tags (only one frame in this module)
recobwire_tags: std.extVar('recobwire_tags'), // ["sptpc2d:gauss", "sptpc2d:wiener"],
trace_tags: std.extVar('trace_tags'), // ["gauss", "wiener"],
Expand Down

0 comments on commit 5053f40

Please sign in to comment.