Skip to content

Commit 2562b99

Browse files
authored
Merge pull request #2 from HEXRD/active-hkls
Update mruby_config_composite.yml
2 parents 914847f + 92cd51b commit 2562b99

File tree

2 files changed

+16
-6
lines changed

2 files changed

+16
-6
lines changed

NIST_ruby/multiruby_dexelas/include/mruby_config_composite.yml

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,22 @@ find_orientations:
5151
# A file name must be specified. If it doesn't exist, one will be created
5252
file: null
5353

54-
threshold: 250
55-
bin_frames: 1 # defaults to 1
56-
57-
# "all", or a list of hkl orders used to find orientations
58-
# defaults to all orders listed in the material definition
59-
active_hkls: [0,1,2,3,4,5]
54+
threshold: 250 # threshold on raw images to build maps
55+
bin_frames: 1 # how many successive frames to bin. default is 1
56+
57+
# specify which hkls to use
58+
# "all", or a list of hkl indices. Note that the default value of "all"
59+
# means all hkls that are not marked as excluded in the material definition.
60+
# can be a list of indices or a list of [h, k, l].
61+
# !!! used to be active_hkls: [0,1,2,3,4,5]
62+
# !!! this was really [0,1,2,4,6,7] considering the material paramters above
63+
active_hkls:
64+
- [0, 1, 2]
65+
- [1, 0, 4]
66+
- [1, 1, 0]
67+
- [1, 1, 3]
68+
- [0, 2, 4]
69+
- [1, 1, 6]
6070

6171
# either search full quaternion grid, or seed search based on sparse
6272
# orientation maps. For input search space:
Binary file not shown.

0 commit comments

Comments
 (0)