Skip to content

Separate intensities for sum and profile integration

Zamaan Raza requested to merge profile-integration into main

In this MR, I have added extra attributes to Peak3D: instead of _rawIntensity and _meanBackground, we have _sumIntensity and _sumBackground, which store intensities from pixel sum integration. In addition, we now have _profileIntensity and _profileBackground which are the intensity and background inferred from all profile integration methods.

The GUI has columns for these new members, and the user can choose whether to merge or export sum or profile intensities. Additionally, there are new GUI columns dispaying the background and its associated sigma.

Note that these changes break compatibility with existing .ohkl files.

Resolves #591 (closed)

Merge request reports