Apply calibration to Jungfrau raw data (#216)

- Added function to read calibration file
- Multi threaded pedestal subtraction and application of the calibration
This commit is contained in:
Erik Fröjdh
2025-07-18 10:19:14 +02:00
committed by GitHub
parent 1414d75320
commit abae2674a9
12 changed files with 236 additions and 87 deletions

View File

@@ -32,6 +32,7 @@ set( PYTHON_FILES
aare/ClusterFinder.py
aare/ClusterVector.py
aare/calibration.py
aare/func.py
aare/RawFile.py
aare/transform.py