CircularSurvey.SettingsGroup.json 519 Bytes
Newer Older
1 2 3 4 5 6 7 8
[
{
    "name":             "DeltaR",
    "shortDescription": "The distance between two consecutive circles.",
    "type":             "double",
    "units":            "m",
    "min":              0.3,
    "decimalPlaces":    1,
9
    "defaultValue":     20.0
10 11 12 13 14 15 16 17
},
{
    "name":             "DeltaAlpha",
    "shortDescription": "Angle discretisation of the circles.",
    "type":             "double",
    "units":            "Deg",
    "min":              0.3,
    "decimalPlaces":    1,
18
    "defaultValue":     5.0
19 20
}
]