Save single-crystal shoebox/skew integration on peak shape for subsequent overlap detection and two-step integration #38254
Labels
Diffraction
Issues and pull requests related to diffraction
ISIS Team: Diffraction
Issue and pull requests managed by the Diffraction subteam at ISIS
Single Crystal
Issues and pull requests related to single crystal
Milestone
Is your feature request related to a problem? Please describe.
Q-space integration methods save the peak shape (sphere or ellipsoid) on the peak.
For example
PeakShapeEllipsoid
heremantid/Framework/DataObjects/src/PeakShapeEllipsoid.cpp
Line 16 in b7e0aaf
Is set on each peak during the Q-space integration here
mantid/Framework/MDAlgorithms/src/IntegratePeaksMD2.cpp
Lines 621 to 624 in 94f78bf
This peak shape is currently used only for visualisation purposes - but could have other uses.
Describe the solution you'd like
It would be good to save the detector IDs and TOF bin indices in a similar shape e.g.
DetectorTOFShape
this could be used for:The text was updated successfully, but these errors were encountered: