| Parameter | Description | 
 | a_decay | Constant for the "linear fitting" applied to the decay time constants obtained from calibration (tau = a_decay*abs(reading-min_reading) + b_decay) | 
 | a_rise | Constant for the "linear fitting" applied to the rise time constants obtained from calibration (tau = a_rise*abs(reading-min_reading) + b_rise) | 
 | b_decay | Constant for the "linear fitting" applied to the decay time constants obtained from calibration (tau = a_decay*abs(reading-min_reading) + b_decay) | 
 | b_rise | Constant for the "linear fitting" applied to the rise time constants obtained from calibration (tau = a_rise*abs(reading-min_reading) + b_rise) | 
 | decimate_value | Decimation value after noise-filtering (use 1 to dont apply decimation) | 
 | ENOSE_LABEL | The name of the MOOS variable containing the Enose data to be displayed | 
 | save_maplog | Indicates (true/false) if a "log file" will be saved for offline matlab visualization. | 
 | winNoise_size | Size of the noise-filtering window (smooth) used within the MOXmodel. |