cfg/flow_proc_dict.cfg : Added 'bypass' variable to spec_dist.

This commit is contained in:
kevin 2022-12-16 10:49:32 -05:00
parent 1229cbc155
commit 569d498395

View File

@ -214,7 +214,8 @@
spec_dist: { spec_dist: {
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."},