- Apr 21, 2021
-
-
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
This is kind of overkill (also throwing processes with threads at this particular cell), but it does in my testing save something like half a minute.
-
David Hammer authored
-
- Apr 13, 2021
-
-
Karim Ahmed authored
-
- Apr 12, 2021
-
-
Karim Ahmed authored
-
Karim Ahmed authored
-
Karim Ahmed authored
-
- Apr 09, 2021
-
-
Thomas Kluyver authored
-
- Apr 07, 2021
-
-
Robert Rosca authored
-
- Apr 06, 2021
-
-
Karim Ahmed authored
-
- Apr 01, 2021
-
-
Karim Ahmed authored
-
- Mar 31, 2021
-
-
Karim Ahmed authored
-
Karim Ahmed authored
-
- Mar 30, 2021
-
-
Karim Ahmed authored
-
Karim Ahmed authored
-
- Mar 25, 2021
-
-
David Hammer authored
-
- Mar 24, 2021
-
-
David Hammer authored
-
- Mar 23, 2021
-
-
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
-
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
-