Skip to content
Snippets Groups Projects
Unverified Commit f37ebff2 authored by Gagik Vardanyan's avatar Gagik Vardanyan Committed by GitHub
Browse files

Merge pull request #26873 from martyngigg/hzb-neat-definition

Add instrument definition for NEAT at HZB
parents b38f24cf 30fa76a3
No related branches found
No related tags found
No related merge requests found
...@@ -14,7 +14,7 @@ Concepts ...@@ -14,7 +14,7 @@ Concepts
Algorithms Algorithms
---------- ----------
* :ref:`LoadNGEM <algm-LoadNGEM>` added as a loader for the .edb files generated by the nGEM detector used for diagnostics. Generates an event workspace. * :ref:`LoadNGEM <algm-LoadNGEM>` added as a loader for the .edb files generated by the nGEM detector used for diagnostics. Generates an event workspace.
* :ref:`MaskAngle <algm-MaskAngle>` has an additional option of ``Angle='InPlane'`` * :ref:`MaskAngle <algm-MaskAngle>` has an additional option of ``Angle='InPlane'``
* :ref:`FitIncidentSpectrum <algm-FitIncidentSpectrum>` will fit a curve to an incident spectrum returning the curve and it's first derivative. * :ref:`FitIncidentSpectrum <algm-FitIncidentSpectrum>` will fit a curve to an incident spectrum returning the curve and it's first derivative.
* :ref:`CalculatePlaczekSelfScattering <algm-CalculatePlaczekSelfScattering>` will calculate the Placzek correction from an incident spectrum as generated by :ref:`FitIncidentSpectrum <algm-FitIncidentSpectrum>`. * :ref:`CalculatePlaczekSelfScattering <algm-CalculatePlaczekSelfScattering>` will calculate the Placzek correction from an incident spectrum as generated by :ref:`FitIncidentSpectrum <algm-FitIncidentSpectrum>`.
...@@ -24,6 +24,10 @@ Algorithms ...@@ -24,6 +24,10 @@ Algorithms
* New algorithm :ref:`SaveNexusESS <algm-SaveNexusESS>` to save data and nexus geometry to a single processed file. * New algorithm :ref:`SaveNexusESS <algm-SaveNexusESS>` to save data and nexus geometry to a single processed file.
* Version upgrade :ref:`LoadNexusProcessed <algm-LoadNexusProcessed>` to allow loading of both existing Mantid format Processed Nexus files and those produced via :ref:`SaveNexusESS <algm-SaveNexusESS>`. * Version upgrade :ref:`LoadNexusProcessed <algm-LoadNexusProcessed>` to allow loading of both existing Mantid format Processed Nexus files and those produced via :ref:`SaveNexusESS <algm-SaveNexusESS>`.
Instrument Definition Files
---------------------------
* A definition file for the NEAT instrument at HZB as been added along with an entry in the facilities file.
Data Objects Data Objects
------------ ------------
...@@ -48,4 +52,3 @@ Bug Fixes ...@@ -48,4 +52,3 @@ Bug Fixes
* ref:`LoadInstrument <algm-LoadInstrument>` correctly handles IDF files which use all lowercase naming. * ref:`LoadInstrument <algm-LoadInstrument>` correctly handles IDF files which use all lowercase naming.
:ref:`Release 4.2.0 <v4.2.0>` :ref:`Release 4.2.0 <v4.2.0>`
...@@ -903,6 +903,11 @@ ...@@ -903,6 +903,11 @@
<facility name="HZB" FileExtensions=".nxs"> <facility name="HZB" FileExtensions=".nxs">
<timezone>Europe/Berlin</timezone> <timezone>Europe/Berlin</timezone>
<instrument name="NEAT">
<technique>Neutron Spectroscopy</technique>
<technique>TOF Direct Geometry Spectroscopy</technique>
</instrument>
<instrument name="EXED"> <instrument name="EXED">
<technique>TOF Direct Geometry Spectroscopy</technique> <technique>TOF Direct Geometry Spectroscopy</technique>
<technique>Single Crystal Diffraction</technique> <technique>Single Crystal Diffraction</technique>
......
This diff is collapsed.
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