Skip to content

Added fixed integration region to GUI

Raza, Zamaan requested to merge fixed_integration_region into develop

This merge request implements fixed integration regions and resolves MR #347 (closed).

In SubframeIntegrate, a combo box is now available in the "integration region" section of the GUI to change the type of integration region. The options are "Variable ellipsoid" (the original implementation), "Fixed ellipsoid" (use the peak shape scaled to a "radius" of a fixed number of pixels) and "Fixed sphere" (use a sphere of a given radius in pixels). Note that for the latter two, the meaning of "peak end", "background begin" and "background end" changes, to the radius in pixels, and two length scaling factors respectively.

Merge request reports