cfg/flow_proc_dict.cfg : Added 'bypass' variable to spec_dist.
This commit is contained in:
parent
1229cbc155
commit
569d498395
@ -215,6 +215,7 @@
|
|||||||
vars: {
|
vars: {
|
||||||
in: { type:spectrum, srcFl:true, doc:"Spectrum input." },
|
in: { type:spectrum, srcFl:true, doc:"Spectrum input." },
|
||||||
|
|
||||||
|
bypass: { type:bool, value: false, doc:"Copy input to output without transform."},
|
||||||
ceiling: { type:real, value: 30.0, doc:"Ceiling parameter."},
|
ceiling: { type:real, value: 30.0, doc:"Ceiling parameter."},
|
||||||
expo: { type:real, value: 2.0, doc:"Exponent parameter."},
|
expo: { type:real, value: 2.0, doc:"Exponent parameter."},
|
||||||
thresh: { type:real, value: 54.0, doc:"Threshold parameter."},
|
thresh: { type:real, value: 54.0, doc:"Threshold parameter."},
|
||||||
|
Loading…
Reference in New Issue
Block a user