- Mar 30, 2021
-
-
Cyril Danilevski authored
Add AGIPD Fixed Gain Mode See merge request detectors/pycalibration!438
-
Cyril Danilevski authored
Add AGIPD Fixed Gain Correction See merge request detectors/pycalibration!451
-
- Mar 29, 2021
-
-
Cyril Danilevski authored
-
Robert Rosca authored
Add instructions on setting up GitLab SSH to README See merge request detectors/pycalibration!455
-
Robert Rosca authored
-
- Mar 25, 2021
-
-
Thomas Kluyver authored
Fix SQL parameter for query-rid action See merge request detectors/pycalibration!460
-
Thomas Kluyver authored
It needs to be a tuple even when there's a single argument. https://in.xfel.eu/redmine/issues/87389
-
David Hammer authored
-
David Hammer authored
-
David Hammer authored
-
David Hammer authored
We had both imported cal_tools.cython.agipdalgs as calgs # Conflicts: # cal_tools/cal_tools/agipdlib.py
-
- Mar 24, 2021
-
-
David Hammer authored
-
Karim Ahmed authored
[AGIPD][CORRECT] Fix/Add missing imports for agipdlib See merge request detectors/pycalibration!454
-
Karim Ahmed authored
-
David Hammer authored
Merge branch 'feat/agipd-fixed-gain-correction' of ssh://git.xfel.eu:10022/detectors/pycalibration into feat/agipd-fixed-gain-correction
-
David Hammer authored
-
- Mar 23, 2021
-
-
David Hammer authored
Merge branch 'feat/agipd-fixed-gain-correction' of ssh://git.xfel.eu:10022/detectors/pycalibration into feat/agipd-fixed-gain-correction
-
David Hammer authored
-
David Hammer authored
-
David Hammer authored
-
David Hammer authored
-
David Hammer authored
-
David Hammer authored
-
David Hammer authored
-
David Hammer authored
- trailing whitespace - unused variables - unused imports - misc formatting
-
David Hammer authored
-
David Hammer authored
nbstripout, some flake8 (removing unused variables, imports), isort, simplifying retrieve_constants as it does not need to work under ipyparallel
-
David Hammer authored
-
David Hammer authored
-
David Hammer authored
-
David Hammer authored
Merge branch 'feat/agipd-add-fixed-gain' of ssh://git.xfel.eu:10022/detectors/pycalibration into feat/agipd-add-fixed-gain
-
David Hammer authored
-
David Hammer authored
-
David Hammer authored
-
David Hammer authored
Currently, there is no way to specify most parameters when requesting darks via MyMDC - values are just loaded from the calibration configurations repository. To allow for using different offset thresholds in fixed gain mode versus adaptive gain mode, adding these extra parameters is a pragmatic if not elegant solution for now.
-
David Hammer authored
The relevant data is copied into memory in pretty large chunks, so the core driver is not expected to do much for us here. In some brief testing, using the default driver instead resulted in approximately the same (or slightly better) runtime and significantly lower peak memory consumption.
-
David Hammer authored
-
David Hammer authored
-
David Hammer authored
-
David Hammer authored
This requires the pending MR for cal_db_interactive. Tested with e79f2c9d (current head of the branch of that MR).
-