-
Notifications
You must be signed in to change notification settings - Fork 74
/
beersheba.conf
42 lines (36 loc) · 1.12 KB
/
beersheba.conf
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
files_in = '$ICDIR/database/test_data/228Th_10evt_hits.h5'
file_out = '$ICDIR/database/test_data/test_beersheba.h5'
compression = 'ZLIB4'
event_range = 10
# run number 0 is for MC
run_number = 0
# Detector database used
detector_db = 'new'
# How frequently to print events
print_mod = 1
threshold = 6 * pes
same_peak = True
deconv_params = dict(
q_cut = 10,
drop_dist = [10., 10.],
psf_fname = '$ICDIR/database/test_data/PSF_dst_sum_collapsed.h5',
e_cut = 1e-3,
n_iterations = 100,
iteration_tol = 0.01,
sample_width = [10., 10.],
bin_size = [ 1., 1.],
energy_type = Ec,
diffusion = (1.0, 1.0),
deconv_mode = joint,
n_dim = 2,
cut_type = abs,
inter_method = cubic)
# satellite_params = dict(satellite_start_iter = 75,
# satellite_max_size = 3,
# e_cut = 0.2,
# cut_type = CutType.abs)
satellite_params = None
corrections = dict(
filename = "$ICDIR/database/test_data/kr_emap_xy_100_100_r_6573_time.h5",
apply_temp = False,
norm_strat = kr)