Skip to content
Snippets Groups Projects

[JUNGFRAU][DARK][BURST] Convert to float only within each process to save memory for > 4800 trains

Merged Karim Ahmed requested to merge fix/Jungfrau_dark_process_4800_trains into master
All threads resolved!
@@ -309,7 +309,7 @@
" \" Not enough data to process darks.\")\n",
"\n",
" images = np.transpose(\n",
" instr_dc[instrument_src, \"data.adc\"].ndarray().astype(np.float64), (3, 2, 1, 0))\n",
" instr_dc[instrument_src, \"data.adc\"].ndarray(), (3, 2, 1, 0))\n",
" acelltable = np.transpose(instr_dc[instrument_src, \"data.memoryCell\"].ndarray())\n",
" gain_vals = np.transpose(\n",
" instr_dc[instrument_src, \"data.gain\"].ndarray(), (3, 2, 1, 0))\n",
Loading