| Parameter | Description | 
 | enose_noise_offset | Offset noise to add to all readings (typ=0) | 
 | enose_noise_std | Additive gaussian noise (standard deviation)  (readings saturate to [0,1]) | 
 | enose_pose_on_robot_x | The (x,y) position on the robot | 
 | enose_pose_on_robot_y | The (x,y) position on the robot | 
 | enose_tau_decay | 1st order model constant (seconds) | 
 | enose_tau_rise | 1st order model constant (seconds) | 
 | map_bitmap | [bitmap] Path to the initial bitmap image used to initialize the gas concentration | 
 | map_filename_prefix | [GasMapModel_Dynamic] The prefix used for the filnames | 
 | map_frameRate | [GasMapModel_Dynamic] The frame rate at wich process the bitmaps (frames/seconds) | 
 | map_gastype | The ID of the gasMap. Usually is the model of a gas sensor (0x2620) | 
 | map_init_from | Possible values: "bitmap", "uniform" | 
 | map_resolution | [uniform] meters/pixel | 
 | map_sequence_folder | [GasMapModel_Dynamic] The path to the folder containing the bitmap sequence. | 
 | map_value | [uniform] Value to asign to the uniform gasMap | 
 | map_x0 | [uniform] Coordinates of the initial point (meters) | 
 | map_x1 | [uniform] Coordinates of the final point (meters) | 
 | map_y0 | [uniform] Coordinates of the initial point (meters) | 
 | map_y1 | [uniform] Coordinates of the final point (meters) | 
 | num_enoses | The number of enoses to simulate.Note: all enoses are enabled to detect all typesof gases (i.e. all the individual maps simultaneously) | 
 | num_gas_maps | Number of gasMaps to simulate | 
 | rate_refresh_gui | In Hz: rate of resent gas map to GUI | 
 | rate_sensor | In Hz: rate of sensor measurements | 
 | sensor_label | The name given to the field "Sensor_label" in the generated CObservation, and also name of the MOOS variable to publish | 
 | simulator | The simulator type to be used. Existing classes are: GasMapModel_Static and GasMapModel_Dynamic | 
 | voltage_max | All sensor output concentrations data are normalized scaled by this value |