Skip to content

Conversation

dmitry-ganyushin
Copy link
Collaborator

@dmitry-ganyushin dmitry-ganyushin commented Aug 23, 2024

6890: Update PG3StripPeaks to not use AlignDetectors algorithm

Description of work

Fixes #37859

SNSPowderRedux.PG3StripPeaks should no longer use AlignDetectors algorithm.
The proposed change is centered on L219. Currently,

AlignDetectors(InputWorkspace="PG3_4866", OutputWorkspace="PG3_4866", OffsetsWorkspace="PG3_offsets")
ConvertUnits(InputWorkspace="PG3_4866", OutputWorkspace="PG3_4866", Target="TOF")

should become

ApplyDiffCal(InstrumentWorkspace="PG3_4866", OffsetsWorkspace="PG3_offsets")
ConvertUnits(InputWorkspace="PG3_4866", OutputWorkspace="PG3_4866", Target="dSpacing")
ApplyDiffCal(InstrumentWorkspace="PG3_4866", ClearCalibration=True) ConvertUnits(InputWorkspace="PG3_4866", OutputWorkspace="PG3_4866", Target="TOF")

Release note is missing because a system test is modernized.

@peterfpeterson peterfpeterson added the Maintenance Unassigned issues to be addressed in the next maintenance period. label Aug 26, 2024
@peterfpeterson peterfpeterson added this to the Release 6.11 milestone Aug 26, 2024
@sf1919 sf1919 merged commit 0504e90 into main Aug 28, 2024
@sf1919 sf1919 deleted the Update-PG3StripPeaks branch August 28, 2024 07:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Maintenance Unassigned issues to be addressed in the next maintenance period.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update PG3StripPeaks to not use AlignDetectors algorithm
3 participants