diff --git a/docs/source/images/indirect-data-analysis-multiple-input.png b/docs/source/images/indirect-data-analysis-multiple-input.png new file mode 100644 index 0000000000000000000000000000000000000000..3aa328796e7d2f9c8fb758268cc49ccba70d472b Binary files /dev/null and b/docs/source/images/indirect-data-analysis-multiple-input.png differ diff --git a/docs/source/images/instrument-view.png b/docs/source/images/instrument-view.png new file mode 100644 index 0000000000000000000000000000000000000000..2f205b60834112800effddd1cfb0ada32399fa50 Binary files /dev/null and b/docs/source/images/instrument-view.png differ diff --git a/docs/source/release/v3.13.0/diffraction.rst b/docs/source/release/v3.13.0/diffraction.rst index 72ea9157f30bd62751e17ff3d3436cec2983eeb5..eb98c4eab28fc5a74b2b0d4d279a35e93e63771a 100644 --- a/docs/source/release/v3.13.0/diffraction.rst +++ b/docs/source/release/v3.13.0/diffraction.rst @@ -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. + + diff --git a/docs/source/release/v3.13.0/index.rst b/docs/source/release/v3.13.0/index.rst index ee6ff739fa298440ce02bec1d1d8b516efffbe6c..2e20ee15545a56340c4ce9b5613f3cbfccf89cca 100644 --- a/docs/source/release/v3.13.0/index.rst +++ b/docs/source/release/v3.13.0/index.rst @@ -49,7 +49,6 @@ Changes SANS <sans> Direct Inelastic <direct_inelastic> Indirect Inelastic <indirect_inelastic> - Instrument Visualization <instrument_view> Full Change Listings -------------------- diff --git a/docs/source/release/v3.13.0/indirect_inelastic.rst b/docs/source/release/v3.13.0/indirect_inelastic.rst index 7c317161efe768694ebfe05e1ce46ca87234333b..48c2b20df70321ab93f87b5da547b854059d3329 100644 --- a/docs/source/release/v3.13.0/indirect_inelastic.rst +++ b/docs/source/release/v3.13.0/indirect_inelastic.rst @@ -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 ### diff --git a/docs/source/release/v3.13.0/instrument_view.rst b/docs/source/release/v3.13.0/instrument_view.rst deleted file mode 100644 index fc6de74b9c44411a4807b5b139eed42da75d7634..0000000000000000000000000000000000000000 --- a/docs/source/release/v3.13.0/instrument_view.rst +++ /dev/null @@ -1,39 +0,0 @@ -======================== -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>` diff --git a/docs/source/release/v3.13.0/ui.rst b/docs/source/release/v3.13.0/ui.rst index da6ff22d23b502ed2b951eddf622b349e02b36a4..8ef871f513c8218b267535d992ef0428e74f92f7 100644 --- a/docs/source/release/v3.13.0/ui.rst +++ b/docs/source/release/v3.13.0/ui.rst @@ -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 -----------