Skip to content
CircularSurvey.SettingsGroup.json 1.44 KiB
Newer Older
[
{
    "name":             "DeltaR",
    "shortDescription": "The distance between two consecutive circles.",
    "type":             "double",
    "units":            "m",
    "min":              0.3,
    "decimalPlaces":    1,
},
{
    "name":             "DeltaAlpha",
    "shortDescription": "Angle discretisation of the circles.",
    "type":             "double",
    "units":            "Deg",
    "min":              0.3,
    "max":              90,
    "decimalPlaces":    1,
},
{
    "name":             "TransectMinLength",
    "shortDescription": "The minimal length transects must have to be accepted.",
    "type":             "double",
    "units":            "m",
    "min":              0.3,
    "decimalPlaces":    1,
    "defaultValue":     5.0
Valentin Platzgummer's avatar
Valentin Platzgummer committed
    "name":             "FixedDirection",
    "shortDescription": "Determines whether all transects have the same direction or not.",
Valentin Platzgummer's avatar
Valentin Platzgummer committed
    "type":             "bool",
    "defaultValue":     1
},
{
    "name":             "Reverse",
    "shortDescription": "Reverses the transect path.",
    "type":             "bool",
    "defaultValue":     0
},
{
    "name":             "MaxWaypoints",
    "shortDescription": "The maximum number of waypoints the circular survey can containt. To many waypoints cause a performance hit.",
    "type":             "uint32",
    "defaultValue":     2000,