-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.ini
45 lines (37 loc) · 874 Bytes
/
config.ini
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
[project]
ebsd_data_dir = data/ebsd
phase_data_dir = data/phase
analysis_output_dir = output/analyses
map_output_dir = output/maps
cache_dir = .cache
phase_database_path = phase_database.xml
[data]
euler_axis_set = zxz
pixel_size = 0.808
[analysis]
reduce_resolution = false
compute_dislocation_densities = true
compute_channelling_fractions = true
compute_orientation_clusters = true
use_cache = true
use_cuda = true
random_seed = 0
[maps]
upscale_factor = 4
[resolution_reduction]
reduction_factor = 1
scaling_tolerance = 0.999
[dislocation_density]
corrective_factor = 3.6
[channelling_fraction]
beam_atomic_number = 31
beam_energy = 30000.0
beam_tilt = 5.0
[orientation_clustering]
neighbour_threshold = 20
neighbourhood_radius = 5.0
[tests]
ebsd_data_dir = tests/data
control_analysis_dir = tests/analyses
control_map_dir = tests/maps
config_dir = tests/config