Skip to content
Snippets Groups Projects
Unverified Commit 9156661a authored by Nick Draper's avatar Nick Draper Committed by GitHub
Browse files

Merge pull request #22979 from samueljackson92/add-images-to-release-docs

Add images to release notes
parents c48ccb48 e9a4e5cb
No related branches found
No related tags found
No related merge requests found
docs/source/images/indirect-data-analysis-multiple-input.png

231 KiB

docs/source/images/instrument-view.png

279 KiB

...@@ -5,9 +5,7 @@ Diffraction Changes ...@@ -5,9 +5,7 @@ Diffraction Changes
.. contents:: Table of Contents .. contents:: Table of Contents
:local: :local:
.. warning:: **Developers:** Sort changes under appropriate heading :ref:`Release 3.13.0 <v3.13.0>`
putting new features at the top of the section, followed by
improvements, followed by bug fixes.
Powder Diffraction Powder Diffraction
------------------ ------------------
...@@ -15,6 +13,13 @@ Powder Diffraction ...@@ -15,6 +13,13 @@ Powder Diffraction
New New
### ###
.. figure:: ../../images/D2B_calib.png
:align: center
D2B calibration constants generated from PowderDiffILLDetEffCorr
:ref:`PowderDiffILLDetEffCorr <algm-PowderDiffILLDetEffCorr-v1>`
- :ref:`LoadILLDiffraction <algm-LoadILLDiffraction>` is extended to apply vertical and horizontal tube alignment for D2B, based on the IPF. - :ref:`LoadILLDiffraction <algm-LoadILLDiffraction>` is extended to apply vertical and horizontal tube alignment for D2B, based on the IPF.
- :ref:`LoadILLDiffraction <algm-LoadILLDiffraction>` is modified to comply with the U-shape convention for tube numbering for D2B. - :ref:`LoadILLDiffraction <algm-LoadILLDiffraction>` is modified to comply with the U-shape convention for tube numbering for D2B.
- :ref:`PowderDiffILLDetEffCorr <algm-PowderDiffILLDetEffCorr>` is extended to compute the detector efficiencies also for the 2-dimensional scanning diffractometer D2B at the ILL. - :ref:`PowderDiffILLDetEffCorr <algm-PowderDiffILLDetEffCorr>` is extended to compute the detector efficiencies also for the 2-dimensional scanning diffractometer D2B at the ILL.
...@@ -73,19 +78,18 @@ Improvements ...@@ -73,19 +78,18 @@ Improvements
- The ``.nxs`` file from the Focus tab is now saved in the Focus directory with all the other focus output - The ``.nxs`` file from the Focus tab is now saved in the Focus directory with all the other focus output
:ref:`Release 3.13.0 <v3.13.0>`
Single Crystal Diffraction Single Crystal Diffraction
-------------------------- --------------------------
New New
### ###
- New algorithm :ref:`LoadDNSSCD <algm-LoadDNSSCD>` to load multiple single crystal diffraction data files from the DNS instrument into MDEventWorkspace. .. figure:: ../../images/LoadWANDSCD.png
:align: center
- :ref:`SaveLauenorm <algm-SaveLauenorm>` now has input options for crystal system and reflection condition for lscale output instead of trying to determine from lattice parameters. Integrated output from LoadWANDSCD :ref:`LoadDNSSCD <algm-LoadWANDSCD-v1>`
- :ref:`CreatePeaksWorkspace <algm-CreatePeaksWorkspace>` now accepts MD workspaces as input. - New algorithm :ref:`LoadDNSSCD <algm-LoadDNSSCD>` to load multiple single crystal diffraction data files from the DNS instrument into MDEventWorkspace.
- New algorithms :ref:`LoadWANDSCD <algm-LoadWANDSCD>` and :ref:`ConvertWANDSCDtoQ <algm-ConvertWANDSCDtoQ>` to load single crystal HB2C data and convert it to either Q-sample or HKL space. - New algorithms :ref:`LoadWANDSCD <algm-LoadWANDSCD>` and :ref:`ConvertWANDSCDtoQ <algm-ConvertWANDSCDtoQ>` to load single crystal HB2C data and convert it to either Q-sample or HKL space.
...@@ -93,13 +97,19 @@ New ...@@ -93,13 +97,19 @@ New
- New algorithm :ref:`FindSatellitePeaks <algm-FindSatellitePeaks>` to predict the location of fractional satellite peaks using a set of nuclear peaks and a set of seed satellite peaks. - New algorithm :ref:`FindSatellitePeaks <algm-FindSatellitePeaks>` to predict the location of fractional satellite peaks using a set of nuclear peaks and a set of seed satellite peaks.
- New TOPAZ instrument geometry for 2018 run cycle
- New algorithm :ref:`IndexSatellitePeaks <algm-IndexSatellitePeaks>` to index satellite peaks found using the :ref:`FindSatellitePeaks <algm-FindSatellitePeaks>` algorithm. - New algorithm :ref:`IndexSatellitePeaks <algm-IndexSatellitePeaks>` to index satellite peaks found using the :ref:`FindSatellitePeaks <algm-FindSatellitePeaks>` algorithm.
- :ref:`SaveLauenorm <algm-SaveLauenorm>` now has input options for crystal system and reflection condition for lscale output instead of trying to determine from lattice parameters.
- New TOPAZ instrument geometry for 2018 run cycle
Improvements Improvements
############ ############
- :ref:`CreatePeaksWorkspace <algm-CreatePeaksWorkspace>` now accepts MD workspaces as input.
- PeaksWorkspace has column added for the unique peak number so peaks can be found after sorting or filtering. - PeaksWorkspace has column added for the unique peak number so peaks can be found after sorting or filtering.
- :ref:`StatisticsOfPeaksWorkspace <algm-StatisticsOfPeaksWorkspace>` has option to use a weighted Z score for determining which peaks are outliers and has a new output workspace for plotting intensities of equivalent peaks. - :ref:`StatisticsOfPeaksWorkspace <algm-StatisticsOfPeaksWorkspace>` has option to use a weighted Z score for determining which peaks are outliers and has a new output workspace for plotting intensities of equivalent peaks.
...@@ -49,7 +49,6 @@ Changes ...@@ -49,7 +49,6 @@ Changes
SANS <sans> SANS <sans>
Direct Inelastic <direct_inelastic> Direct Inelastic <direct_inelastic>
Indirect Inelastic <indirect_inelastic> Indirect Inelastic <indirect_inelastic>
Instrument Visualization <instrument_view>
Full Change Listings Full Change Listings
-------------------- --------------------
......
...@@ -5,10 +5,6 @@ Indirect Inelastic Changes ...@@ -5,10 +5,6 @@ Indirect Inelastic Changes
.. contents:: Table of Contents .. contents:: Table of Contents
:local: :local:
.. warning:: **Developers:** Sort changes under appropriate heading
putting new features at the top of the section, followed by
improvements, followed by bug fixes.
:ref:`Release 3.13.0 <v3.13.0>` :ref:`Release 3.13.0 <v3.13.0>`
Data Reduction Interfaces Data Reduction Interfaces
...@@ -47,6 +43,12 @@ Improvements ...@@ -47,6 +43,12 @@ Improvements
Data Analysis Interfaces Data Analysis Interfaces
------------------------ ------------------------
.. figure:: ../../images/indirect-data-analysis-multiple-input.png
:align: center
:width: 700px
The ConvFit interface with the new multiple input section.
New New
### ###
......
========================
Instrument Visualization
========================
.. contents:: Table of Contents
:local:
.. warning:: **Developers:** Sort changes under appropriate heading
putting new features at the top of the section, followed by
improvements, followed by bug fixes.
Instrument View
---------------
Improvements
############
The `Instrument View <https://www.mantidproject.org/MantidPlot:_Instrument_View>`__ visualization tool in Mantid has undergone some major changes under-the-hood which has resulted in a smoother, more responsive interface.
Instruments generally load faster as well. Below are a few noteworthy improvements to load times:
+------------+-----------+
| Instrument | Speedup |
+============+===========+
| WISH | 5x |
+------------+-----------+
| BASIS | 5x |
+------------+-----------+
| GEM | 4x |
+------------+-----------+
| SANS2D | 3x |
+------------+-----------+
| POLARIS | 3x |
+------------+-----------+
| CNCS | 2x |
+------------+-----------+
Tested on Windows 10.
:ref:`Release 3.13.0 <v3.13.0>`
...@@ -5,10 +5,6 @@ UI & Usability Changes ...@@ -5,10 +5,6 @@ UI & Usability Changes
.. contents:: Table of Contents .. contents:: Table of Contents
:local: :local:
.. warning:: **Developers:** Sort changes under appropriate heading
putting new features at the top of the section, followed by
improvements, followed by bug fixes.
:ref:`Release 3.13.0 <v3.13.0>` :ref:`Release 3.13.0 <v3.13.0>`
...@@ -33,6 +29,43 @@ Bugfixes ...@@ -33,6 +29,43 @@ Bugfixes
- A bug in the load dialog where bad filename input would cause the last file to be loaded has been fixed. - A bug in the load dialog where bad filename input would cause the last file to be loaded has been fixed.
- Fix crash when starting the Mantid VSI on MacOS. - Fix crash when starting the Mantid VSI on MacOS.
Instrument View
---------------
Improvements
############
.. figure:: ../../images/instrument-view.png
:align: center
:width: 700px
The instrument view showing data from WISH.
The `Instrument View
<https://www.mantidproject.org/MantidPlot:_Instrument_View>`__ visualization
tool in Mantid has undergone some major changes under-the-hood which has
resulted in a smoother, more responsive interface. Instruments generally load
faster as well. Below are a few noteworthy improvements to load times:
+------------+-----------+
| Instrument | Speedup |
+============+===========+
| WISH | 5x |
+------------+-----------+
| BASIS | 5x |
+------------+-----------+
| GEM | 4x |
+------------+-----------+
| SANS2D | 3x |
+------------+-----------+
| POLARIS | 3x |
+------------+-----------+
| CNCS | 2x |
+------------+-----------+
Tested on Windows 10.
SliceViewer SliceViewer
----------- -----------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment