Skip to content

Tools for plotting integration regions in Python

Raza, Zamaan requested to merge notebooks into develop

Added RegionData object which contains raw image data and integration region overlay for a specific peak, in the form of Eigen::MatrixXi matrices. Added a method to PeakCollection to select a single peak by Miller index.

This functionality is demonstrated in notebook/integration.ipynb.

Merge request reports