This repository has been archived by the owner on Feb 11, 2023. It is now read-only.
This version partially adapts to the upgraded setup but primarily ships with scripts to perform offline analysis of e.g. irradiation or calibration data. The analysis is accessible via a dedicated CLI irrad_analyse
usage: irrad_analyse [-h] -f INFILE [INFILE ...] [-o OUTPDF [OUTPDF ...]]
[--irradiation | --full] [--damage] [--scan] [--beam]
[--calibration] [--multipart]
Perform analysis on irradiation data
optional arguments:
-h, --help show this help message and exit
-f INFILE [INFILE ...], --file INFILE [INFILE ...]
-o OUTPDF [OUTPDF ...], --output OUTPDF [OUTPDF ...]
--irradiation
--full
--damage
--scan
--beam
--calibration
--multipart
Furthermore, the following issues have been addressed:
- Offline analysis for generating fluence, TID and NIEL damage distributions from raw irradiation data #21
- Baseline of unittests #7
- Remove GitHub pages page in favor of newly-designed HISKP irradiation webpage #71
Bug fixes:
- Bug where scan stops due to negative beam current measurement when beam conditions are unstable #69