Skip to content

Commit 914847f

Browse files
committed
added diamond config
1 parent 33aa051 commit 914847f

File tree

2 files changed

+100
-17
lines changed

2 files changed

+100
-17
lines changed
Lines changed: 100 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,100 @@
1+
analysis_name: results_diamond_state_0000 # defaults to analysis
2+
3+
# working directory defaults to current working directory
4+
# all relative paths specified herein are assumed to be in the working_dir
5+
# any files not in working_dir should be specified with an absolute path
6+
#
7+
# working_dir:
8+
9+
# "all", "half", or -1 means all but one, defaults to -1
10+
multiprocessing: -1
11+
12+
material:
13+
definitions: materials.h5
14+
active: diamond
15+
dmin: 0.5 # defaults to 1.0 angstrom
16+
tth_width: 0.2 # defaults to 0.25 degrees
17+
# min_sfac_ratio: 0.05 # min percentage of max |F|^2 to exclude; default None
18+
19+
image_series:
20+
format: frame-cache
21+
data:
22+
- file: ../imageseries/LT1_Ne_zr001_00000-fc_GE2.npz
23+
args: {}
24+
panel: GE2 # must match detector key
25+
26+
instrument: GE2_APS_1-ID-C_20110713.hexrd
27+
28+
find_orientations:
29+
orientation_maps:
30+
# A file name must be specified. If it doesn't exist, one will be created
31+
file: null
32+
33+
threshold: null
34+
bin_frames: 1 # defaults to 1
35+
36+
# "all", or a list of hkl orders used to find orientations
37+
# defaults to all orders listed in the material definition
38+
active_hkls: [1,2,4,5,6,9]
39+
40+
# either search full quaternion grid, or seed search based on sparse
41+
# orientation maps. For input search space:
42+
#
43+
# use_quaternion_grid: some/file/name
44+
#
45+
# otherwise defaults to seeded search:
46+
seed_search: # this section is ignored if use_quaternion_grid is defined
47+
hkl_seeds: [0,1,2] # hkls ids to use, must be defined for seeded search
48+
fiber_step: 0.5 # degrees, defaults to ome tolerance
49+
# Method selection:
50+
# Now 3 choices: label (the original), 'blob_dog', and 'blob_log'
51+
# Each has its own parameter names, examples below.
52+
#
53+
method:
54+
label:
55+
filter_radius: 0
56+
threshold: 250 # defaults to 1
57+
58+
# this is the on-map threshold using in the scoring
59+
# defaults to 1
60+
threshold: 25
61+
62+
omega:
63+
tolerance: 1.0 # in degrees, defaults to 2x ome step
64+
65+
# specify the branch cut, in degrees. The range must be 360 degrees.
66+
# defaults to full 360 starting at the first omega value in imageseries.
67+
# !!! THIS OPTION IS DEPRECATED.
68+
# period: [0, 360]
69+
70+
eta:
71+
tolerance: 1.0 # in degrees, defaults to 2x ome step
72+
mask: 5 # degrees, mask angles close to ome rotation axis, defaults to 5
73+
74+
clustering:
75+
# algorithm choices are
76+
# sph-dbscan
77+
# ort-dbscn
78+
# dbscan <default>
79+
# fclusterdata; this is a fallback and won't work for large problems
80+
radius: 1.0
81+
completeness: 0.75 # completeness threshold
82+
algorithm: dbscan
83+
84+
fit_grains:
85+
do_fit: true # if false, extracts grains but doesn't fit. defaults to true
86+
87+
# estimate: null
88+
89+
npdiv: 2 # number of polar pixel grid subdivisions, defaults to 2
90+
91+
threshold: 5
92+
93+
tolerance:
94+
tth: [0.2, 0.1] # tolerance lists must be identical length
95+
eta: [5.0, 5.0]
96+
omega: [5.0, 5.0]
97+
98+
# refit: [1, 1]
99+
100+
tth_max: 17.5

README.md

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)