We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fd0ea73 + e4d0de8 commit c5d716bCopy full SHA for c5d716b
programs/match_template/match_template_example_config.yaml
@@ -35,6 +35,7 @@ orientation_search_config:
35
base_grid_method: uniform
36
psi_step: 1.5 # in degrees
37
theta_step: 2.5 # in degrees
38
+ symmetry: C1 # Symmetry of structure being searched (default C1)
39
preprocessing_filters:
40
whitening_filter:
41
enabled: true
@@ -47,6 +48,6 @@ preprocessing_filters:
47
48
high_freq_cutoff: null # Both in terms of Nyquist frequency (e.g. low-pass to 3 Å @ 1.06 Å/px would be high_freq_cutoff=0.353)
49
low_freq_cutoff: null
50
computational_config:
- gpu_ids:
51
+ gpu_ids: # Use "all" for all GPUs
52
- 0
53
num_cpus: 1
0 commit comments