Skip to content

Commit

Permalink
Cherry pick pull request #18777
Browse files Browse the repository at this point in the history
Refs #18770 add live data address for mandi

(cherry picked from commit 4876d3c)

Add release patch note
  • Loading branch information
martyngigg committed Feb 23, 2017
1 parent b55eca5 commit f5d47cc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/source/release/v3.9.1/index.rst
Expand Up @@ -24,6 +24,7 @@ Please cite any usage of Mantid as follows:
Changes in this version
-----------------------

* `18777 <https://www.github.com/mantidproject/mantid/pull/18777>`_ Add live data address for MANDI
* `18833 <https://www.github.com/mantidproject/mantid/pull/18833>`_ Added check for if nonorthogonal axes should be displayed
* `18857 <https://www.github.com/mantidproject/mantid/pull/18857>`_ Indirect Diffraction - OSIRIS diffonly interface crash
* `18865 <https://www.github.com/mantidproject/mantid/pull/18865>`_ Fix bug in reflectometry GUI
Expand All @@ -42,6 +43,8 @@ Summary of impact
| Issue | Impact | Solution | Side Effect |
| | | | Probability |
+=======+===================================================================================+=============================================+==============+
| 18777 | Allow MANDI to use live data | Add address to facilities file | **low** |
+-------+-----------------------------------------------------------------------------------+---------------------------------------------+--------------+
| 18833 | HKL axes now respect the non-orthogonal checkbox | Add check if button is in a checked state | **low** |
+-------+-----------------------------------------------------------------------------------+---------------------------------------------+--------------+
| 18857 | Diffraction reduction in diffonly mode does not crash fro OSIRIS | Only run OSIRIS-specific reduction | **low** |
Expand Down
3 changes: 3 additions & 0 deletions instrument/Facilities.xml
Expand Up @@ -512,6 +512,9 @@
<technique>Neutron Diffraction</technique>
<technique>Single Crystal Diffraction</technique>
<technique>Protein Crystallography</technique>
<livedata>
<connection name="event" address="bl11b-daq1.sns.gov:31415" listener="SNSLiveEventDataListener" />
</livedata>
</instrument>

<instrument name="TOPAZ" beamline="12">
Expand Down

0 comments on commit f5d47cc

Please sign in to comment.