redefine channel_gain

parent 6e40e4eb
......@@ -86,7 +86,7 @@ enum fsi_expert_mode {
struct fsi_peak_config {
double frequency; /**< estimated frequency where peak fits */
double range1, range2; /**< estimated interval of peak range */
double channel_gain; /**< FIXME: should be per-channel, not per-peak? */
int channel_gain; /**< use channel gain (toggle?) */
enum fsi_peak_type type; /**< shape of peak to fit */
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment