Belle II Software
development
pxd_calibration_path_check.py
1
#!/usr/bin/env python3
2
3
10
11
'''
12
Perform script check for calibrations.
13
'''
14
15
from
pxd.calibration
import
hot_pixel_mask_calibration, gain_calibration
16
17
if
__name__ ==
'__main__'
:
18
cal_mask = hot_pixel_mask_calibration(input_files=[])
19
cal_gain = gain_calibration(input_files=[])
pxd.calibration
Definition:
__init__.py:1
pxd
tests
pxd_calibration_path_check.py
Generated on Tue Nov 12 2024 02:40:36 for Belle II Software by
1.9.6