Add HPGe processing capability to activation_foils workflow#90
Add HPGe processing capability to activation_foils workflow#90RemDelaporteMathurin merged 50 commits intoLIBRA-project:mainfrom
Conversation
Co-authored-by: Rémi Delaporte-Mathurin <40028739+RemDelaporteMathurin@users.noreply.github.com>
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #90 +/- ##
==========================================
+ Coverage 87.11% 87.25% +0.14%
==========================================
Files 19 19
Lines 1506 1562 +56
==========================================
+ Hits 1312 1363 +51
- Misses 194 199 +5 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
libra_toolbox/neutron_detection/activation_foils/calibration.py
Outdated
Show resolved
Hide resolved
libra_toolbox/neutron_detection/activation_foils/calibration.py
Outdated
Show resolved
Hide resolved
libra_toolbox/neutron_detection/activation_foils/calibration.py
Outdated
Show resolved
Hide resolved
libra_toolbox/neutron_detection/activation_foils/calibration.py
Outdated
Show resolved
Hide resolved
Co-authored-by: Rémi Delaporte-Mathurin <40028739+RemDelaporteMathurin@users.noreply.github.com>
Co-authored-by: Rémi Delaporte-Mathurin <40028739+RemDelaporteMathurin@users.noreply.github.com>
Co-authored-by: Rémi Delaporte-Mathurin <40028739+RemDelaporteMathurin@users.noreply.github.com>
Co-authored-by: Rémi Delaporte-Mathurin <40028739+RemDelaporteMathurin@users.noreply.github.com>
Co-authored-by: Rémi Delaporte-Mathurin <40028739+RemDelaporteMathurin@users.noreply.github.com>
|
The CI is failing now due to not being able to find the PRT .h5 file... I tried rerunning the tests, but still came back with the same error. |
so this happens when the CI runner fails to download the .h5 file from Zenodo.. as long as the tests are not failing we're good to go |
RemDelaporteMathurin
left a comment
There was a problem hiding this comment.
Happy to merge this whenever you're ready! Good job @cdunn314
Thanks! Ready to merge |
Users existing functions and workflow for NaI activation foil analysis, but adds HPGe processing capability.
This mostly just adds a detector_type attribute to the Measurement class, adds peak search parameters for common check sources in the get_peak() function and allows for peak search parameter kwargs in the get_calibration_data() function.