Skip to content

Commit f096051

Browse files
author
mantid-builder
committed
Automatic update of developer site
1 parent 8565588 commit f096051

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ISISReflectometryInterface.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,10 +101,10 @@ <h3>Navigation</h3>
101101

102102
<section id="isis-reflectometry-interface">
103103
<span id="isisreflectometryinterface"></span><h1>ISIS Reflectometry Interface<a class="headerlink" href="#isis-reflectometry-interface" title="Link to this heading"></a></h1>
104-
<p>This document gives a brief overview of the <a class="reference external" href="https://docs.mantidproject.org/nightly/interfaces/ISIS%20Reflectometry.html">ISIS Reflectometry Interface</a> design and things that you should be aware of when working on this interface. If you need to work on this interface, please make sure you are familiar with the <a class="reference internal" href="#development-guidelines">Development guidelines</a> below as a minimum.</p>
104+
<p>This document gives a brief overview of the <a class="reference external" href="https://docs.mantidproject.org/nightly/interfaces/reflectometry/ISIS%20Reflectometry.html">ISIS Reflectometry Interface</a> design and things that you should be aware of when working on this interface. If you need to work on this interface, please make sure you are familiar with the <a class="reference internal" href="#development-guidelines">Development guidelines</a> below as a minimum.</p>
105105
<section id="overview">
106106
<h2>Overview<a class="headerlink" href="#overview" title="Link to this heading"></a></h2>
107-
<p>The <a class="reference external" href="https://docs.mantidproject.org/nightly/interfaces/ISIS%20Reflectometry.html">ISIS Reflectometry Interface</a> provides a way for users to easily run a reduction on a <em>batch</em> of runs. A batch of runs is entered into a table, which is actually a tree structure with two levels - this allows sets of runs to be grouped so that their outputs are post-processed (stitched) together. Various default settings can be specified on the tabs. A tab is also provided to make exporting the results for a set of workspaces easy.</p>
107+
<p>The <a class="reference external" href="https://docs.mantidproject.org/nightly/interfaces/reflectometry/ISIS%20Reflectometry.html">ISIS Reflectometry Interface</a> provides a way for users to easily run a reduction on a <em>batch</em> of runs. A batch of runs is entered into a table, which is actually a tree structure with two levels - this allows sets of runs to be grouped so that their outputs are post-processed (stitched) together. Various default settings can be specified on the tabs. A tab is also provided to make exporting the results for a set of workspaces easy.</p>
108108
<p>The reduction for each row is done via <a class="reference external" href="https://docs.mantidproject.org/nightly/algorithms/ReflectometryISISLoadAndProcess-v1.html#algm-reflectometryisisloadandprocess" title="(in MantidProject v6.10)"><span>ReflectometryISISLoadAndProcess v1</span></a> (which includes any pre-processing). Post-processing for a group is done via <a class="reference external" href="https://docs.mantidproject.org/nightly/algorithms/Stitch1DMany-v1.html#algm-stitch1dmany" title="(in MantidProject v6.10)"><span>Stitch1DMany v1</span></a>.</p>
109109
<p>The GUI provides a lot of other functionality as well. Because it is quite complex, it is important to keep to the established guidelines, in particular sticking to the MVP design pattern, to avoid the code becoming difficult to work with.</p>
110110
</section>

0 commit comments

Comments
 (0)