CircularGenerator.SettingsGroup.json 858 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
{
    "version":      1,
    "fileType":  "FactMetaData",
    "QGC.MetaData.Facts":
[
{
    "name":             "TransectDistance",
    "shortDescription": "The distance between transects.",
    "type":             "double",
    "units":            "m",
    "min":              0.3,
    "decimalPlaces":    1,
    "defaultValue":     5.0
},
{
    "name":             "DeltaAlpha",
    "shortDescription": "Angle discretisation.",
    "type":             "double",
    "units":            "Deg",
    "min":              0.3,
    "max":              90,
    "decimalPlaces":    1,
    "defaultValue":     5.0
},
{
    "name":             "MinLength",
    "shortDescription": "The minimal transect length.",
    "type":             "double",
    "units":            "m",
    "min":              0.3,
    "decimalPlaces":    1,
    "defaultValue":     5.0
}
]
}