Skip to content
This repository has been archived by the owner on Feb 11, 2023. It is now read-only.

Version 1.3.0

Latest
Compare
Choose a tag to compare
@leloup314 leloup314 released this 28 Jul 09:11
· 15 commits to main since this release
cd37df9

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