Skip to content

Commit c5d716b

Browse files
authored
Merge pull request #115 from Lucaslab-Berkeley/jd_config_symmetry
Update match_template_example_config.yaml with symmetry
2 parents fd0ea73 + e4d0de8 commit c5d716b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

programs/match_template/match_template_example_config.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ orientation_search_config:
3535
base_grid_method: uniform
3636
psi_step: 1.5 # in degrees
3737
theta_step: 2.5 # in degrees
38+
symmetry: C1 # Symmetry of structure being searched (default C1)
3839
preprocessing_filters:
3940
whitening_filter:
4041
enabled: true
@@ -47,6 +48,6 @@ preprocessing_filters:
4748
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)
4849
low_freq_cutoff: null
4950
computational_config:
50-
gpu_ids:
51+
gpu_ids: # Use "all" for all GPUs
5152
- 0
5253
num_cpus: 1

0 commit comments

Comments
 (0)