- May 28, 2021
-
-
David Hammer authored
-
David Hammer authored
Merge branch 'fix/agipd_dark_retrieve_correct_old_constants' of ssh://git.xfel.eu:10022/detectors/pycalibration into fix/agipd_dark_retrieve_correct_old_constants
-
David Hammer authored
-
David Hammer authored
-
David Hammer authored
-
David Hammer authored
-
David Hammer authored
-
David Hammer authored
-
David Hammer authored
-
David Hammer authored
-
David Hammer authored
-
David Hammer authored
-
David Hammer authored
-
David Hammer authored
Same thing as for AGIPD. Proposing to save this alongside the module mapping (if we're creating YAML files per module anyway). Note that I had to add "cap" and "qm" layers to old_const and old_mdata; there's probably only one element in each, so the dictionary is overkill, but as we loop over both, this would otherwise break if we ever have more than one of either...
-
David Hammer authored
-
David Hammer authored
-
David Hammer authored
-
David Hammer authored
-
David Hammer authored
-
David Hammer authored
This commit does too many things, sorry, but stuff was all tangled up: - clean up a bit (imports, unused variables) - map to PDU with one query instead of in loop (each query gets all anyway) - start fetching old constants (for comparison) in the background - add qm layer to dict holding old constants (see issue #49)
-
David Hammer authored
-
- May 27, 2021
-
-
David Hammer authored
-
- May 26, 2021
-
-
David Hammer authored
-
- May 25, 2021
-
-
David Hammer authored
-
- May 21, 2021
-
-
David Hammer authored
-
- May 20, 2021
-
-
David Hammer authored
Merge branch 'feat/agipd-darks-save-old-const-paths' into fix/agipd_dark_retrieve_correct_old_constants
-
- May 17, 2021
-
-
David Hammer authored
-
- May 14, 2021
-
-
Robert Rosca authored
Use argparse only if name is main, call main with args dict See merge request detectors/pycalibration!490
-
Robert Rosca authored
main function takes in `argv` as an optional argument and uses `sys.argv` if it is missing. This allows for easier testing.
-
Philipp Schmidt authored
Use full hostname for webservice overview See merge request detectors/pycalibration!488
-
- May 12, 2021
-
-
Philipp Schmidt authored
-
- May 07, 2021
-
-
Calibration Team authored
-
Calibration Team authored
Fixes issues where the type to initialize Detector Constants differ in online and offline calibration. The enum themselves are used in offline calibration, while their string representation are used in the online calibration
-
Calibration Team authored
-
Calibration Team authored
-
Robert Rosca authored
Feat/user notebooks See merge request detectors/pycalibration!466
-
Robert Rosca authored
slurm_calibrate.sh options
-
Robert Rosca authored
-
Robert Rosca authored
-
Cyril Danilevski authored
Main refactors are: 1- fstrings. 2- Removing unused variables and imports. 3- Remove code duplication for retrieving constants. 4- Using pathlib. No changes have been done to the notebook functionality. See merge request detectors/pycalibration!477
-