You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/tiled_processing/default_1.json
+10-10Lines changed: 10 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -323,25 +323,25 @@
323
323
"description": "If compute Multi-scale topographic position. Parameter for GUIs."
324
324
},
325
325
"mstp_local_scale": {
326
-
"min": 6,
327
-
"max": 42,
328
-
"step": 4,
326
+
"min": 1,
327
+
"max": 50,
328
+
"step": 1,
329
329
"description": "Local scale minimum radius, maximum radius and step in pixels to calculate maximum mean deviation from elevation. All have to be integers!"
330
330
},
331
331
"mstp_meso_scale": {
332
-
"min": 46,
333
-
"max": 406,
334
-
"step": 36,
332
+
"min": 5,
333
+
"max": 50,
334
+
"step": 5,
335
335
"description": "Meso scale minimum radius, maximum radius and step in pixels to calculate maximum mean deviation from elevation. All have to be integers!"
336
336
},
337
337
"mstp_broad_scale": {
338
-
"min": 446,
339
-
"max": 4046,
340
-
"step": 360,
338
+
"min": 50,
339
+
"max": 500,
340
+
"step": 500,
341
341
"description": "Broad scale minimum radius, maximum radius and step in pixels to calculate maximum mean deviation from elevation. All have to be integers!"
342
342
},
343
343
"mstp_lightness": {
344
-
"value": 1.2,
344
+
"value": 0.9,
345
345
"description": "Lightness factor to adjust MSTP visibility."
0 commit comments