Skip to content

Feat: Correct multiple modules of jungfrau at once

Mikhail Karnevskiy requested to merge feat/jungfrau_miltimodule into master

@ahmedk @kamile

Multiple modules of Jungfrau notebook can be corrected with one notebook. Loop inside notebook is going across modules and sequences.

In a contrast to AGIPD notebook parallelization via IP clusters is performed via chunks of data and not over modules. The reason is following: In some cases correction notebook will be executed only for one module (single-module detectors.) One sequence could be quite big: data array 1000,16,512,1024 which may take significant time to correct without parallelization over chunks.

Merge request reports