-
Notifications
You must be signed in to change notification settings - Fork 16
/
test_opt.config
47 lines (38 loc) · 1.26 KB
/
test_opt.config
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
46
# root of command to run
./icpc_fieldgen_opt m/30925.config -r m/30925.spe -z 0 -b 6000
#
# geometry options for scanning; values are low, high, increment
# g0 = gw: wrap_around_radius
# g1 = gg: hole_length_gap
# g2 = gh: hole_radius
# g3 = gt: inner_taper_length
# g4 = ga: taper_angle
# g5 = gl: xtal length
# g6 = gr: xtal radius
# g7 = gz: z-cut position in mm (changes the -z input)
# default values:
massgoal 3300
dmass 200
fwhmgoal 2.5
dfwhm 0.15
aoegoal 0.8
daoe 0.3 # TOO SMALL? Changes with grid size, some noise....
# for doplot opt.pdc to work, need three -g options below;
# if want only one or two, use extras with max = min, e.g.
# -g3 55 55 5 # taper length
# -g1 32 32 0.5 # hole_length_gap
# for color matching first option, use three values in second -g option
-gw 15 16 2 # wrap_around_radius
#-gw 14 14.5 .5 # wrap_around_radius
-gt 55 65 5 # inner_taper_length
-gg 31.5 32 1 # hole_length_gap
#-g3 55 65 5 # taper length
#-g1 36 38 0.5 # hole_length_gap
#-g2 4 6 2 # mirion
#-g3 0 70 5
#-g4 5 8 3 # mirion
#-g5 100 110 5
#-g6 44 45 0.5
# ./icpc_opt opt.config [-d[d]]; doplot.sh opt
# head -2 opt2.out> j; sort -n -k 7 opt2.out | tail -10 >> j; head -2 opt2.out >> j; sort -n -k 17 opt2.out | tail -10 >> j; cat j
# FOM in columns 7, 10, 17