Skip to content

Commit 2e24304

Browse files
authored
Update mstp params in default.py
1 parent be90043 commit 2e24304

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

rvt/default.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -281,10 +281,10 @@ def __init__(self):
281281
self.msrm_scaling_factor = 2
282282
# multi-scale topographic position
283283
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
284+
self.mstp_local_scale = (1, 5, 1)
285+
self.mstp_meso_scale = (5, 50, 5)
286+
self.mstp_broad_scale = (50, 500, 50)
287+
self.mstp_lightness = 0.9
288288
# save float
289289
self.slp_save_float = 1
290290
self.hs_save_float = 1

0 commit comments

Comments
 (0)