From f4ba2bc3d653ed06bf13d4de24235b379224499b Mon Sep 17 00:00:00 2001 From: Matthew Andrew <matthew.andrew@tessella.com> Date: Tue, 10 Mar 2020 14:04:37 +0000 Subject: [PATCH] Clarified wording in release notes Re #28238 --- docs/source/release/v5.0.0/indirect_geometry.rst | 6 +++--- docs/source/release/v5.0.0/muon.rst | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/source/release/v5.0.0/indirect_geometry.rst b/docs/source/release/v5.0.0/indirect_geometry.rst index 8d427d52a41..f84d82b2676 100644 --- a/docs/source/release/v5.0.0/indirect_geometry.rst +++ b/docs/source/release/v5.0.0/indirect_geometry.rst @@ -13,12 +13,12 @@ New ### - Simultaneous fitting has been added as an option on the convolutional, F(Q) and Msd fitting tabs in QENS Data Analysis. This allows multiple spectra from one or more reductions - to be fitted with parameters tied together. For more infomation on these changes see the updated documentation :ref:`Indirect Data Analysis <interface-indirect-data-analysis>`. + to be fitted with parameters tied together. For more information on these changes, see the updated documentation :ref:`Indirect Data Analysis <interface-indirect-data-analysis>`. Improvements ############ -- On workbench an issue with plotting was slowing down mantid when some of the interfaces were open. This has been resolved speeding up many of the indirect workflows. +- On workbench a plotting related issue was slowing down Mantid when some of the interfaces were open. This issue has been resolved, speeding up many of the indirect workflows. - In Abins the instrumental broadening implementation has been overhauled. @@ -55,6 +55,6 @@ BugFixes - Indirect ILL reductions for BATS and Doppler QENS modes will now flag the outputs as distributions if the data is normalised by the monitor. - :ref:`IndirectILLReductionFWS <algm-IndirectILLReductionFWS>` will now allow for manual setting of the inelastic peak channels. - The context menu on the fitting preview plots for Data Analysis has been temporarily disabled due to lack of communication between it and the interface causing bugs. -- Fixed an issue which caused the Indirect Data Analysis Gui to crash when a function was changed in the I(Q, t) Fit tab. +- Fixed an issue which caused the Indirect Data Analysis GUI to crash when a function was changed in the I(Q, t) Fit tab. :ref:`Release 5.0.0 <v5.0.0>` diff --git a/docs/source/release/v5.0.0/muon.rst b/docs/source/release/v5.0.0/muon.rst index 773c656526f..64bd799e49d 100644 --- a/docs/source/release/v5.0.0/muon.rst +++ b/docs/source/release/v5.0.0/muon.rst @@ -50,7 +50,7 @@ Algorithms Bug Fixes --------- -- :ref:`LoadPSIMuonBin <algm-LoadPSIMuonBin>` can produce an empty dead time table, the time data is offset such that the start of thepulse is at time zero. The start and end date logs have been fixed and if no group name is present a default is generated. +- :ref:`LoadPSIMuonBin <algm-LoadPSIMuonBin>` can produce an empty deadtime table, where the time data is offset such that the start of the pulse is at time zero. The start and end date logs have been fixed and if there is no group name present a default is generated. Muon Analysis (old) ################### -- GitLab