Skip to content

Commit d84df89

Browse files
committed
timepix chips correction applied to ob. this refs #328
1 parent aefee23 commit d84df89

2 files changed

Lines changed: 4 additions & 6 deletions

File tree

notebooks/A_TABLE_OF_CONTENTS.ipynb

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@
55
"id": "0",
66
"metadata": {},
77
"source": [
8-
"# Table of contents\n",
9-
"\n",
10-
"Last release: 09/09/22 09:30"
8+
"# Table of contents"
119
]
1210
},
1311
{

notebooks/__code/normalization_tof/normalization_for_timepix1_timepix3.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -231,9 +231,9 @@ def normalization_with_list_of_full_path(
231231
logging.info(f"number of zeros in ob_data_combined data: {np.sum(ob_data_combined == 0)} ")
232232

233233
if correct_chips_alignment_flag:
234-
correct_chips_alignment(ob_data_combined,
235-
correct_chips_alignment_config,
236-
verbose=verbose)
234+
ob_data_combined = correct_chips_alignment(ob_data_combined,
235+
correct_chips_alignment_config,
236+
verbose=verbose)
237237

238238
ob_data_combined_for_spectrum = calculate_ob_data_combined_used_by_spectrum_normalization(roi=roi,
239239
ob_data_combined=ob_data_combined,

0 commit comments

Comments
 (0)