-
Notifications
You must be signed in to change notification settings - Fork 7
Description
Current Behaviour
We can do Bragg edge fitting on a number of ROIS.
Desired Behaviour
We want to be able to do that on a grid of binned macro-pixels so we measure how fitted params map across sample.
The simplest solution is probably too generate a list of ROIs to represent a list of macropixels - this may have performance issues due to the number of ROI depending on the size of grid - may need to calculate how much MI can handle based on resources available in the future.
The previous work on RITS export gives some of the mechanisms needed to do this.

SpectrumViewerWindowModel.save_rits_images()
has code to create a set of virtual ROIs from the binning settings.
Look at NEAT code for initial implementation.
Potential Pitfalls or Risks to Avoid
The GUI might become slow when the binning settings result in a large number of ROIs.
Performance optimisation could be done later.
Importance of Feature
Key feature for 3.1
Additional Context
Metadata
Metadata
Assignees
Labels
Type
Projects
Status