forked from M4I-nanoscopy/tpx3HitParser
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path300kv.cfg
More file actions
40 lines (30 loc) · 747 Bytes
/
300kv.cfg
File metadata and controls
40 lines (30 loc) · 747 Bytes
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
[Defaults]
cores = 4
algorithm = centroid
## Hit parsing
max_hits = 0
hits_remove_cross = True
hits_combine_chips = True
hits_cross_extra_offset = 2
# Set default ToT threshold
hits_tot_threshold = 5
# Default to no ToT correction being used
hits_tot_correct_file = 0
hits_ftoa_correct_file = 0
# ToA phase correction
hits_toa_phase_correction = 0
## Cluster finding
cluster_chunk_size = 6000
cluster_matrix_size = 10
# Cluster min and max number of pixels
cluster_time_window = 50
cluster_min_size = 4
cluster_max_size = 14
# Cluster min and max tot value
cluster_min_sum_tot = 350
cluster_max_sum_tot = 525
# Store cluster_stats
cluster_stats = True
## Event finding
event_cnn_model = model-200kv-tottoa.h5
event_cnn_tot_only = False