{ "version": 1, "fileType": "FactMetaData", "QGC.MetaData.Facts": [ { "name": "Altitude", "shortDesc": "Altitude for the bottom layer of the structure scan.", "type": "double", "units": "m", "decimalPlaces": 1, "default": 50 }, { "name": "CorridorWidth", "shortDesc": "Corridor width. Specify 0 width for a single pass scan.", "type": "double", "units": "m", "min": 0, "decimalPlaces": 1, "default": 50 }, { "name": "Trigger distance", "shortDesc": "Distance between each triggering of the camera. 0 specifies not camera trigger.", "type": "double", "decimalPlaces": 2, "min": 0, "units": "m", "default": 25 }, { "name": "GridSpacing", "shortDesc": "Amount of spacing in between parallel grid lines.", "type": "double", "decimalPlaces": 2, "min": 0.1, "units": "m", "default": 30 }, { "name": "TurnaroundDistance", "shortDesc": "Amount of additional distance to add outside the survey area for vehicle turnaround.", "type": "double", "decimalPlaces": 2, "min": 0, "units": "m", "default": 30 } ] }