Skip to content

Commit be90043

Browse files
authored
Update mstp params in default_1.json
1 parent 9ff7e54 commit be90043

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

examples/tiled_processing/default_1.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -323,25 +323,25 @@
323323
"description": "If compute Multi-scale topographic position. Parameter for GUIs."
324324
},
325325
"mstp_local_scale": {
326-
"min": 6,
327-
"max": 42,
328-
"step": 4,
326+
"min": 1,
327+
"max": 50,
328+
"step": 1,
329329
"description": "Local scale minimum radius, maximum radius and step in pixels to calculate maximum mean deviation from elevation. All have to be integers!"
330330
},
331331
"mstp_meso_scale": {
332-
"min": 46,
333-
"max": 406,
334-
"step": 36,
332+
"min": 5,
333+
"max": 50,
334+
"step": 5,
335335
"description": "Meso scale minimum radius, maximum radius and step in pixels to calculate maximum mean deviation from elevation. All have to be integers!"
336336
},
337337
"mstp_broad_scale": {
338-
"min": 446,
339-
"max": 4046,
340-
"step": 360,
338+
"min": 50,
339+
"max": 500,
340+
"step": 500,
341341
"description": "Broad scale minimum radius, maximum radius and step in pixels to calculate maximum mean deviation from elevation. All have to be integers!"
342342
},
343343
"mstp_lightness": {
344-
"value": 1.2,
344+
"value": 0.9,
345345
"description": "Lightness factor to adjust MSTP visibility."
346346
},
347347
"mstp_save_float": {

0 commit comments

Comments
 (0)