Skip to content
Snippets Groups Projects
Commit e9a4e5cb authored by Samuel Jackson's avatar Samuel Jackson
Browse files

Add images to release notes

parent 73928a3b
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
.. 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.
:ref:`Release 3.13.0 <v3.13.0>`
Powder Diffraction
------------------
......@@ -15,6 +13,13 @@ Powder Diffraction
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 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.
......@@ -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
:ref:`Release 3.13.0 <v3.13.0>`
Single Crystal Diffraction
--------------------------
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.
......@@ -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 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.
- :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
############
- :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.
- :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.
......@@ -40,7 +40,6 @@ Changes
SANS <sans>
Direct Inelastic <direct_inelastic>
Indirect Inelastic <indirect_inelastic>
Instrument Visualization <instrument_view>
Full Change Listings
--------------------
......
......@@ -5,10 +5,6 @@ Indirect Inelastic Changes
.. 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.
:ref:`Release 3.13.0 <v3.13.0>`
Data Reduction Interfaces
......@@ -47,6 +43,12 @@ Improvements
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
###
......
========================
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
.. 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.
:ref:`Release 3.13.0 <v3.13.0>`
......@@ -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.
- 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
-----------
......
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