This repository was archived by the owner on Jul 28, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig_synthesis_example.cfg
More file actions
70 lines (60 loc) · 1.59 KB
/
config_synthesis_example.cfg
File metadata and controls
70 lines (60 loc) · 1.59 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
debug = True
log_level = debug
seed = 0
[global]
morphology_dir = data/morphologies_for_synthesis
[[atlas]]
path = data
region_filename = brain_regions.nrrd
[[create_graph]]
intermediate_number = 10
min_intermediate_distance = 500
min_random_point_distance = 500
voronoi_steps = 1
use_orientation_penalty = True
orientation_penalty_exponent = 0.1
orientation_penalty_amplitude = 1
use_depth_penalty = True
depth_penalty_sigma = 0.25
depth_penalty_amplitude = 2
use_terminal_penalty = True
favored_regions = ["fiber tracts"]
favored_region_min_random_point_distance = 100
[[post_processing]]
random_coeff = 1
length_coeff = 1
global_target_sigma_coeff = 10
target_sigma_coeff = 2
history_sigma_coeff = 2
[[outputs]]
enable_final_figures = True
enable_graph_creation_figures = False
enable_graph_creation_data = False
enable_main_trunk_figures = False
enable_main_trunk_morphologies = False
enable_morphologies = True
enable_postprocess_trunk_figures = False
enable_postprocess_trunk_morphologies = True
enable_steiner_tree_solution_figures = False
enable_steiner_tree_solutions = False
enable_target_point_figures = False
enable_target_points = False
enable_tuft_figures = False
enable_tuft_morphologies = True
[create-inputs]
output_dir = inputs
clustering_parameters = '''{
"sphere_parents": {"method": "sphere_parents", "sphere_radius": 300, "max_path_distance": 300}
}
'''
[[wmr]]
path = WMR.yaml
[synthesize]
output_dir = out
[validation]
[[mimic]]
output_dir = mimic_validation
clustering_parameters = '''{
"sphere_parents": {"method": "sphere_parents", "sphere_radius": 300, "max_path_distance": 300}
}
'''