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!
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
" Not enough data to process darks.")
" Not enough data to process darks.")
images = np.transpose(
images = np.transpose(
instr_dc[instrument_src, "data.adc"].ndarray().astype(np.float64), (3, 2, 1, 0))
instr_dc[instrument_src, "data.adc"].ndarray(), (3, 2, 1, 0))
acelltable = np.transpose(instr_dc[instrument_src, "data.memoryCell"].ndarray())
acelltable = np.transpose(instr_dc[instrument_src, "data.memoryCell"].ndarray())
gain_vals = np.transpose(
gain_vals = np.transpose(
instr_dc[instrument_src, "data.gain"].ndarray(), (3, 2, 1, 0))
instr_dc[instrument_src, "data.gain"].ndarray(), (3, 2, 1, 0))
Loading