CircularSurvey.SettingsGroup.json 1.01 KB
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
},
{
    "name":             "DeltaAlpha",
    "shortDescription": "Angle discretisation of the circles.",
    "type":             "double",
    "units":            "Deg",
    "min":              0.3,
17
    "max":              90,
18
    "decimalPlaces":    1,
19
    "defaultValue":     5.0
20 21 22 23 24 25 26 27 28
},
{
    "name":             "TransectMinLength",
    "shortDescription": "The minimal length transects must have to be accepted.",
    "type":             "double",
    "units":            "m",
    "min":              0.3,
    "decimalPlaces":    1,
    "defaultValue":     5.0
29 30 31 32 33 34
},
{
    "name":             "IsSnakePath",
    "shortDescription": "Determines whether the transects are arranged in a snake or a zig-zag manner.",
    "type":             "bool",
    "defaultValue":     1
35 36
}
]