From 706e731a55b0f25e840e2cc4479a9f991a91564e Mon Sep 17 00:00:00 2001 From: Pete Peterson <petersonpf@ornl.gov> Date: Mon, 17 Dec 2018 14:41:58 -0500 Subject: [PATCH] Change SNS to use ONCAT --- docs/source/release/v3.14.0/framework.rst | 2 +- instrument/Facilities.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/release/v3.14.0/framework.rst b/docs/source/release/v3.14.0/framework.rst index 2407585f9a1..ee2aa821060 100644 --- a/docs/source/release/v3.14.0/framework.rst +++ b/docs/source/release/v3.14.0/framework.rst @@ -38,8 +38,8 @@ Archive Searching SNS / ONCat ########### +- SNS file searching has been moved to `ONCAT <https://oncat.ornl.gov/>`_ - For HFIR instruments that write out raw files with run numbers, we have enabled functionality that allows for the searching of file locations by making calls to ONCat. To use this, make sure that the "Search Data Archive" option is checked in your "Manage User Directories" settings. The ``FileFinder`` and algorithms such as :ref:`Load <algm-Load>` will then accept inputs such as "``HB2C_143210``". -- In the short term, for SNS instruments, the default "out of the box" behaviour will be to continue using ICAT for archive searching. This can be manually overridden by changing ``<archiveSearch plugin="SNSDataSearch" />`` to ``<archiveSearch plugin="ORNLDataSearch" />`` in your ``Facilities.xml`` file. Existing functionality should be almost completely unaffected, except that you may find that archive searching is a little quicker and slightly more robust. ``ORNLDataSearch`` will become the default option at SNS in a future version of Mantid. ISIS / ICat ########### diff --git a/instrument/Facilities.xml b/instrument/Facilities.xml index bf7f5718088..d97a9656c7a 100644 --- a/instrument/Facilities.xml +++ b/instrument/Facilities.xml @@ -442,7 +442,7 @@ <facility name="SNS" delimiter="_" FileExtensions=".nxs.h5,_event.nxs,.nxs,.dat,_runinfo.xml,_histo.nxs"> <archive> - <archiveSearch plugin="SNSDataSearch" /> + <archiveSearch plugin="ORNLDataSearch" /> </archive> <computeResource name="Fermi"> -- GitLab