Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
mantidproject
mantid
Commits
5bf002e9
Commit
5bf002e9
authored
Sep 14, 2021
by
Zhou, Wenduo
Browse files
Deprecate GetDetOffsetsMultiPeaks.
parent
d952051d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Framework/Algorithms/inc/MantidAlgorithms/GetDetOffsetsMultiPeaks.h
View file @
5bf002e9
...
...
@@ -7,6 +7,7 @@
#pragma once
#include
"MantidAPI/Algorithm.h"
#include
"MantidAPI/DeprecatedAlgorithm.h"
#include
"MantidAPI/MatrixWorkspace_fwd.h"
#include
"MantidAlgorithms/DllConfig.h"
#include
"MantidDataObjects/EventWorkspace.h"
...
...
@@ -46,7 +47,7 @@ struct FitPeakOffsetResult {
@author Vickie Lynch, SNS
@date 12/12/2011
*/
class
MANTID_ALGORITHMS_DLL
GetDetOffsetsMultiPeaks
:
public
API
::
Algorithm
{
class
MANTID_ALGORITHMS_DLL
GetDetOffsetsMultiPeaks
:
public
API
::
Algorithm
,
public
API
::
DeprecatedAlgorithm
{
public:
/// Default constructorMatrix
GetDetOffsetsMultiPeaks
();
...
...
docs/source/release/v6.2.0/diffraction.rst
View file @
5bf002e9
...
...
@@ -53,6 +53,13 @@ Bugfixes
- Fixed a bug when converting TOF to d-spacing using diffractometer constants with non-zero DIFA when a parabolic model is selected.
- Corrected the equation for pseudo-voigt FWHM and mixing parameter in peak profile function :ref:`Bk2BkExpConvPV <func-Bk2BkExpConvPV>`.
Deprecation
###########
- Existing :ref:`CalibrateRectangularDetectors <algm-CalibrateRectangularDetectors>` is deprecated.
- Existing :ref:`GetDetOffsetsMultiPeaks <algm-GetDetOffsetsMultiPeaks>` is deprecated.
Engineering Diffraction
-----------------------
New features
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment