Commit 37a8fcce87cf15f08b1ceb36bbce309dc8b1a853
1 parent
c7c743fe
Exists in
master
change SLEEP_NAVIGATION to 0.175
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
invesalius/constants.py
... | ... | @@ -749,7 +749,7 @@ PEEL_DEPTH = 5 |
749 | 749 | MAX_PEEL_DEPTH = 30 |
750 | 750 | SEED_OFFSET = 15 |
751 | 751 | SEED_RADIUS = 1.5 |
752 | -SLEEP_NAVIGATION = 0.1 | |
752 | +SLEEP_NAVIGATION = 0.175 | |
753 | 753 | BRAIN_OPACITY = 0.5 |
754 | 754 | N_CPU = psutil.cpu_count() |
755 | 755 | TREKKER_CONFIG = {'seed_max': 1, 'step_size': 0.1, 'min_fod': 0.1, 'probe_quality': 3, | ... | ... |