Move common code from IntegratePEaksSkew
, IntegratePeaksShoeboxTOF
and FindSXPEaksConvolve
to separate file
#36989
Labels
Diffraction
Issues and pull requests related to diffraction
ISIS Team: Diffraction
Issue and pull requests managed by the Diffraction subteam at ISIS
Maintenance
Unassigned issues to be addressed in the next maintenance period.
Single Crystal
Issues and pull requests related to single crystal
Milestone
Describe the outcome that is desired.
There's actually a lot of code in
IntegratePeaksSkew
that is used in the other algorithms I wrote later (IntegratePeaksShoeboxTOF
andFindSXPeaksConvolve
) - in particular thePeakData
class.mantid/Framework/PythonInterface/plugins/algorithms/IntegratePeaksSkew.py
Line 224 in e02aa69
I think all of the common code used in these algorithms belongs in a separate helper algorithm (I think you have something like this in quasibayes?).
The text was updated successfully, but these errors were encountered: