We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be90043 commit 2e24304Copy full SHA for 2e24304
rvt/default.py
@@ -281,10 +281,10 @@ def __init__(self):
281
self.msrm_scaling_factor = 2
282
# multi-scale topographic position
283
self.mstp_compute = 0
284
- self.mstp_local_scale = (3, 21, 2)
285
- self.mstp_meso_scale = (23, 203, 18)
286
- self.mstp_broad_scale = (223, 2023, 180)
287
- self.mstp_lightness = 1.2
+ self.mstp_local_scale = (1, 5, 1)
+ self.mstp_meso_scale = (5, 50, 5)
+ self.mstp_broad_scale = (50, 500, 50)
+ self.mstp_lightness = 0.9
288
# save float
289
self.slp_save_float = 1
290
self.hs_save_float = 1
0 commit comments