-
Notifications
You must be signed in to change notification settings - Fork 128
2D Pawley refinement for POLDI #39912
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Will be used in calibration
Data from detector developers is sometimes transposed after correction
Blocked by #39776 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I haven't done functional testing yet as I need to rebuild mantid on my pr testing branch but in the interest of not holding things up I did have a few comments and questions
👋 Hi, @RichardWaiteSTFC, Conflicts have been detected against the base branch. Please rebase your branch against the base branch. |
Also removed duplicate getter method
Description of work
Add module of classes to implement 2D Pawley refinement for POLDI.
Includes:
PeakProfile
base class and inherited classes representing types of peak profiles (and how peak parameters change with d-spacing)Phase
class to represent crystal latticePawleyPattern1D
class to perform 1D Pawley refinements (pre-requisite for 2D Pawley refinement of POLDI)PawleyPattern2D
class to perform 2D Pawley refinementCloses #38970
Report to: Florencia (POLDI,PSI)
To test:
(1) Load data
(2) Do 1D refinement of silicon data
Try playing around fixing parameters (see commented code), changing profile to
PVProfile
, changing background functions etc.(3) Perform 2D refinement
Not sure why it's not fitting the peak at |Q|~2 Ang, it does in the silicon data with chopperspeed=10k
Reviewer
Your comments will be used as part of the gatekeeper process. Comment clearly on what you have checked and tested during your review. Provide an audit trail for any changes requested.
As per the review guidelines:
Gatekeeper
As per the gatekeeping guidelines: