Skip to content

Commit 2e01b88

Browse files
author
mantid-builder
committed
Automatic update of developer site
1 parent 70c0df8 commit 2e01b88

File tree

6 files changed

+214
-5
lines changed

6 files changed

+214
-5
lines changed

Testing/EngineeringDiffraction/EngineeringDiffractionTestGuide.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<link rel="index" title="Index" href="../../genindex.html" />
1616
<link rel="search" title="Search" href="../../search.html" />
1717
<link rel="next" title="Error Reporter Testing" href="../ErrorReporter-ProjectRecovery/ErrorReporterTesting.html" />
18-
<link rel="prev" title="Inelastic QENS Fitting Testing" href="../Inelastic/QENSFittingTests.html" />
18+
<link rel="prev" title="Inelastic Bayes Fitting Testing" href="../Inelastic/BayesFittingTests.html" />
1919

2020
<script>
2121
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
@@ -388,7 +388,7 @@ <h2><a class="toc-backref" href="#id15" role="doc-backlink">Test 11</a><a class=
388388

389389

390390
<li>
391-
<a href="../Inelastic/QENSFittingTests.html" title="Previous Chapter: Inelastic QENS Fitting Testing"><span class="glyphicon glyphicon-chevron-left visible-sm"></span><span class="hidden-sm hidden-tablet">&laquo; Inelastic QEN...</span>
391+
<a href="../Inelastic/BayesFittingTests.html" title="Previous Chapter: Inelastic Bayes Fitting Testing"><span class="glyphicon glyphicon-chevron-left visible-sm"></span><span class="hidden-sm hidden-tablet">&laquo; Inelastic Bay...</span>
392392
</a>
393393
</li>
394394
<li>
Lines changed: 208 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,208 @@
1+
<!DOCTYPE html>
2+
3+
<html lang="en" data-content_root="../../">
4+
<head>
5+
<meta charset="utf-8" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />
7+
8+
<title>Inelastic Bayes Fitting Testing</title>
9+
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=fa44fd50" />
10+
<link rel="stylesheet" type="text/css" href="../../_static/bootstrap-sphinx.css?v=fadd4351" />
11+
<link rel="stylesheet" type="text/css" href="../../_static/custom.css?v=77160d70" />
12+
<script src="../../_static/documentation_options.js?v=a8da1a53"></script>
13+
<script src="../../_static/doctools.js?v=9a2dae69"></script>
14+
<script src="../../_static/sphinx_highlight.js?v=dc90522c"></script>
15+
<link rel="index" title="Index" href="../../genindex.html" />
16+
<link rel="search" title="Search" href="../../search.html" />
17+
<link rel="next" title="Engineering Diffraction Testing" href="../EngineeringDiffraction/EngineeringDiffractionTestGuide.html" />
18+
<link rel="prev" title="Inelastic QENS Fitting Testing" href="QENSFittingTests.html" />
19+
20+
<script>
21+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
22+
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
23+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
24+
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
25+
26+
ga('create', 'UA-59110517-1', 'auto');
27+
ga('send', 'pageview');
28+
29+
</script>
30+
31+
32+
</head><body>
33+
34+
35+
36+
37+
38+
<div id="navbar" class="navbar navbar-default ">
39+
<div class="container">
40+
<div class="navbar-header">
41+
42+
<!-- .btn-navbar is used as the toggle for collapsed navbar content -->
43+
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".nav-collapse">
44+
<span class="icon-bar"></span>
45+
<span class="icon-bar"></span>
46+
<span class="icon-bar"></span>
47+
</button>
48+
<a class="navbar-brand" href="http://www.mantidproject.org">
49+
</a>
50+
<span class="navbar-text navbar-version pull-left"><b>main</b></span>
51+
</div>
52+
53+
54+
<div class="collapse navbar-collapse nav-collapse">
55+
56+
<ul class="nav navbar-nav">
57+
<li class="divider-vertical"></li>
58+
59+
<li><a href="../../index.html">Home</a></li>
60+
<li><a href="https://download.mantidproject.org">Download</a></li>
61+
<li><a href="https://docs.mantidproject.org">User Documentation</a></li>
62+
<li><a href="http://www.mantidproject.org/contact">Contact Us</a></li>
63+
64+
65+
66+
67+
68+
69+
70+
71+
</ul>
72+
73+
<form class="navbar-form navbar-right" action="../../search.html" method="get">
74+
<div class="form-group">
75+
<input type="text" name="q" class="form-control" placeholder="Search" />
76+
</div>
77+
<input type="hidden" name="check_keywords" value="yes" />
78+
<input type="hidden" name="area" value="default" />
79+
</form>
80+
</div>
81+
</div>
82+
<p>
83+
<div class="related" role="navigation" aria-label="related navigation">
84+
<h3>Navigation</h3>
85+
<ul>
86+
<li class="nav-item nav-item-0"><a href="../../index.html">Documentation</a> &#187;</li>
87+
88+
<li class="nav-item nav-item-1"><a href="../index.html" accesskey="U">Testing</a> &#187;</li>
89+
90+
91+
92+
93+
<li class="nav-item nav-item-this"><a href="">Inelastic Bayes Fitting Testing</a></li>
94+
95+
96+
</ul>
97+
</div> </p>
98+
</div>
99+
100+
<div class="container">
101+
<div class="row">
102+
<div class="body col-md-12 content" role="main">
103+
104+
<section id="inelastic-bayes-fitting-testing">
105+
<span id="id1"></span><h1>Inelastic Bayes Fitting Testing<a class="headerlink" href="#inelastic-bayes-fitting-testing" title="Link to this heading"></a></h1>
106+
<nav class="contents local" id="contents">
107+
<ul class="simple">
108+
<li><p><a class="reference internal" href="#resnorm-tab" id="id2">ResNorm tab</a></p></li>
109+
<li><p><a class="reference internal" href="#quasi-tab" id="id3">Quasi Tab</a></p></li>
110+
<li><p><a class="reference internal" href="#stretch-tab" id="id4">Stretch Tab</a></p></li>
111+
</ul>
112+
</nav>
113+
<p><em>Prerequisites</em></p>
114+
<ul class="simple">
115+
<li><p>Download the <a class="reference external" href="http://download.mantidproject.org">ISIS Usage Data</a></p></li>
116+
</ul>
117+
<section id="resnorm-tab">
118+
<h2><a class="toc-backref" href="#id2" role="doc-backlink">ResNorm tab</a><a class="headerlink" href="#resnorm-tab" title="Link to this heading"></a></h2>
119+
<p><strong>Time required 3 - 5 minutes</strong></p>
120+
<hr class="docutils" />
121+
<ol class="arabic simple">
122+
<li><p>Go to <code class="docutils literal notranslate"><span class="pre">Interfaces</span></code> &gt; <code class="docutils literal notranslate"><span class="pre">Inelastic</span></code> &gt; <code class="docutils literal notranslate"><span class="pre">Bayes</span> <span class="pre">fitting</span></code></p></li>
123+
<li><p>Go to the <code class="docutils literal notranslate"><span class="pre">ResNorm</span></code> tab</p></li>
124+
<li><p>With the vanadium combo box set to <code class="docutils literal notranslate"><span class="pre">File</span></code> click browse and select the file <code class="docutils literal notranslate"><span class="pre">irs26173_graphite002_red</span></code> from the Usage Data folder</p></li>
125+
<li><p>With the resolution combo box set to <code class="docutils literal notranslate"><span class="pre">File</span></code> click browse and select the file <code class="docutils literal notranslate"><span class="pre">irs26173_graphite002_res</span></code> from the Usage Data folder</p></li>
126+
<li><p>Click <code class="docutils literal notranslate"><span class="pre">Run</span></code></p></li>
127+
<li><p>This should produce two workspaces with <code class="docutils literal notranslate"><span class="pre">ResNorm</span></code> and <code class="docutils literal notranslate"><span class="pre">ResNorm_Fit</span></code> suffixes</p></li>
128+
<li><p>Make sure that moving the black sliders in the plot will change the value of <code class="docutils literal notranslate"><span class="pre">EMin</span></code> and <code class="docutils literal notranslate"><span class="pre">EMax</span></code></p></li>
129+
<li><p>Change the <code class="docutils literal notranslate"><span class="pre">Preview</span> <span class="pre">Spectrum</span></code> value and the plot should be updated with the corresponding workspace index</p></li>
130+
<li><p>Check that the workspace index maximum is 9 (the last workspace index in the vanadium workspace)</p></li>
131+
<li><p>Check that when clicking <code class="docutils literal notranslate"><span class="pre">Plot</span> <span class="pre">Current</span> <span class="pre">Preview</span></code>, it will open a pop-up window with the current preview plot</p></li>
132+
<li><p>In the <code class="docutils literal notranslate"><span class="pre">Output</span> <span class="pre">Options</span></code>, select <code class="docutils literal notranslate"><span class="pre">All</span></code> and click <code class="docutils literal notranslate"><span class="pre">Plot</span></code>, it should open two plots suffixed with <code class="docutils literal notranslate"><span class="pre">Intensity</span></code> and <code class="docutils literal notranslate"><span class="pre">Stretch</span></code></p></li>
133+
<li><p>Plot individual results by selecting other options, it should only open one plot with the selected result</p></li>
134+
</ol>
135+
</section>
136+
<section id="quasi-tab">
137+
<h2><a class="toc-backref" href="#id3" role="doc-backlink">Quasi Tab</a><a class="headerlink" href="#quasi-tab" title="Link to this heading"></a></h2>
138+
<p><strong>Time required 3 - 5 minutes</strong></p>
139+
<hr class="docutils" />
140+
<ol class="arabic simple">
141+
<li><p>Go to <code class="docutils literal notranslate"><span class="pre">Interfaces</span></code> &gt; <code class="docutils literal notranslate"><span class="pre">Inelastic</span></code> &gt; <code class="docutils literal notranslate"><span class="pre">Bayes</span> <span class="pre">fitting</span></code></p></li>
142+
<li><p>Go to the <code class="docutils literal notranslate"><span class="pre">Quasi</span></code> tab</p></li>
143+
<li><p>Click on <code class="docutils literal notranslate"><span class="pre">Manage</span> <span class="pre">Directories</span></code> and set the default save directory to any location in your machine</p></li>
144+
<li><p>With the vanadium combo box set to <code class="docutils literal notranslate"><span class="pre">File</span></code> click browse and select the file <code class="docutils literal notranslate"><span class="pre">irs26176_graphite002_red</span></code> from the Usage Data folder</p></li>
145+
<li><p>With the resolution combo box set to <code class="docutils literal notranslate"><span class="pre">File</span></code> click browse and select the file <code class="docutils literal notranslate"><span class="pre">irs26173_graphite002_res</span></code> from the Usage Data folder</p></li>
146+
<li><p>Click <code class="docutils literal notranslate"><span class="pre">Run</span></code></p></li>
147+
<li><p>This should produce three workspaces with <code class="docutils literal notranslate"><span class="pre">Fit</span></code>, <code class="docutils literal notranslate"><span class="pre">Prob</span></code> and <code class="docutils literal notranslate"><span class="pre">Result</span></code> suffixes</p></li>
148+
<li><p>Make sure that moving the black sliders in the plot will change the value of <code class="docutils literal notranslate"><span class="pre">EMin</span></code> and <code class="docutils literal notranslate"><span class="pre">EMax</span></code></p></li>
149+
<li><p>Run the tab with different options in the <code class="docutils literal notranslate"><span class="pre">Fit</span> <span class="pre">Options</span></code> section</p></li>
150+
<li><p>Check that the workspace index maximum is 9 (the last workspace index in the vanadium workspace)</p></li>
151+
<li><p>Check that when clicking <code class="docutils literal notranslate"><span class="pre">Plot</span> <span class="pre">Current</span> <span class="pre">Preview</span></code>, it will open a pop-up window with the current preview plot</p></li>
152+
<li><p>In the <code class="docutils literal notranslate"><span class="pre">Output</span> <span class="pre">Options</span></code>, select <code class="docutils literal notranslate"><span class="pre">All</span></code> and click <code class="docutils literal notranslate"><span class="pre">Plot</span></code>, it should open three plots with <code class="docutils literal notranslate"><span class="pre">Prob</span></code>, <code class="docutils literal notranslate"><span class="pre">Amplitude</span></code> and <code class="docutils literal notranslate"><span class="pre">FWHM</span></code> data</p></li>
153+
<li><p>Plot individual results by selecting other options, it should only open one plot with the selected attribute</p></li>
154+
</ol>
155+
</section>
156+
<section id="stretch-tab">
157+
<h2><a class="toc-backref" href="#id4" role="doc-backlink">Stretch Tab</a><a class="headerlink" href="#stretch-tab" title="Link to this heading"></a></h2>
158+
<p><strong>Time required 3 - 5 minutes</strong></p>
159+
<hr class="docutils" />
160+
<ol class="arabic simple">
161+
<li><p>Go to <code class="docutils literal notranslate"><span class="pre">Interfaces</span></code> &gt; <code class="docutils literal notranslate"><span class="pre">Inelastic</span></code> &gt; <code class="docutils literal notranslate"><span class="pre">Bayes</span> <span class="pre">fitting</span></code></p></li>
162+
<li><p>Go to the <code class="docutils literal notranslate"><span class="pre">Stretch</span></code> tab</p></li>
163+
<li><p>Click on <code class="docutils literal notranslate"><span class="pre">Manage</span> <span class="pre">Directories</span></code> and set the default save directory to any location in your machine</p></li>
164+
<li><p>With the vanadium combo box set to <code class="docutils literal notranslate"><span class="pre">File</span></code> click browse and select the file <code class="docutils literal notranslate"><span class="pre">irs26176_graphite002_red</span></code> from the Usage Data folder</p></li>
165+
<li><p>With the resolution combo box set to <code class="docutils literal notranslate"><span class="pre">File</span></code> click browse and select the file <code class="docutils literal notranslate"><span class="pre">irs26173_graphite002_res</span></code> from the Usage Data folder</p></li>
166+
<li><p>Click <code class="docutils literal notranslate"><span class="pre">Run</span></code></p></li>
167+
<li><p>This should produce two workspaces with <code class="docutils literal notranslate"><span class="pre">Stretch_Contour</span></code> and <code class="docutils literal notranslate"><span class="pre">Stretch_Fit</span></code> suffixes</p></li>
168+
<li><p>Make sure that moving the black sliders in the plot will change the value of <code class="docutils literal notranslate"><span class="pre">EMin</span></code> and <code class="docutils literal notranslate"><span class="pre">EMax</span></code></p></li>
169+
<li><p>Run the tab with different settings in the <code class="docutils literal notranslate"><span class="pre">Fit</span> <span class="pre">Options</span></code> section</p></li>
170+
<li><p>Check that the workspace index maximum is 9 (the last workspace index in the vanadium workspace)</p></li>
171+
<li><p>Check that when clicking <code class="docutils literal notranslate"><span class="pre">Plot</span> <span class="pre">Current</span> <span class="pre">Preview</span></code>, it will open a pop-up window with the current preview plot</p></li>
172+
<li><p>In the <code class="docutils literal notranslate"><span class="pre">Output</span> <span class="pre">Options</span></code>, select <code class="docutils literal notranslate"><span class="pre">All</span></code> and click <code class="docutils literal notranslate"><span class="pre">Plot</span></code>, it should open three plots with <code class="docutils literal notranslate"><span class="pre">Sigma</span></code> and <code class="docutils literal notranslate"><span class="pre">Beta</span></code> data</p></li>
173+
<li><p>Plot individual results by selecting other options, it should only open one plot with the selected attribute</p></li>
174+
<li><p>Click <code class="docutils literal notranslate"><span class="pre">Plot</span> <span class="pre">Contour</span></code> to plot the stretch contour workspace</p></li>
175+
</ol>
176+
</section>
177+
</section>
178+
179+
180+
</div>
181+
182+
</div>
183+
</div>
184+
<footer class="footer">
185+
<div class="container">
186+
<ul class="nav navbar-nav" style=" float: right;">
187+
188+
189+
190+
191+
<li>
192+
<a href="QENSFittingTests.html" title="Previous Chapter: Inelastic QENS Fitting Testing"><span class="glyphicon glyphicon-chevron-left visible-sm"></span><span class="hidden-sm hidden-tablet">&laquo; Inelastic QEN...</span>
193+
</a>
194+
</li>
195+
<li>
196+
<a href="../EngineeringDiffraction/EngineeringDiffractionTestGuide.html" title="Next Chapter: Engineering Diffraction Testing"><span class="glyphicon glyphicon-chevron-right visible-sm"></span><span class="hidden-sm hidden-tablet">Engineering D... &raquo;</span>
197+
</a>
198+
</li>
199+
200+
201+
<li><a href="#">Back to top</a></li>
202+
</ul>
203+
<p>
204+
</p>
205+
</div>
206+
</footer>
207+
</body>
208+
</html>

Testing/Inelastic/QENSFittingTests.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<script src="../../_static/sphinx_highlight.js?v=dc90522c"></script>
1515
<link rel="index" title="Index" href="../../genindex.html" />
1616
<link rel="search" title="Search" href="../../search.html" />
17-
<link rel="next" title="Engineering Diffraction Testing" href="../EngineeringDiffraction/EngineeringDiffractionTestGuide.html" />
17+
<link rel="next" title="Inelastic Bayes Fitting Testing" href="BayesFittingTests.html" />
1818
<link rel="prev" title="Inelastic Data Processor Testing" href="DataProcessorTests.html" />
1919

2020
<script>
@@ -242,7 +242,7 @@ <h2><a class="toc-backref" href="#id6" role="doc-backlink">F(Q) Fit tab</a><a cl
242242
</a>
243243
</li>
244244
<li>
245-
<a href="../EngineeringDiffraction/EngineeringDiffractionTestGuide.html" title="Next Chapter: Engineering Diffraction Testing"><span class="glyphicon glyphicon-chevron-right visible-sm"></span><span class="hidden-sm hidden-tablet">Engineering D... &raquo;</span>
245+
<a href="BayesFittingTests.html" title="Next Chapter: Inelastic Bayes Fitting Testing"><span class="glyphicon glyphicon-chevron-right visible-sm"></span><span class="hidden-sm hidden-tablet">Inelastic Bay... &raquo;</span>
246246
</a>
247247
</li>
248248

Testing/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ <h3>Navigation</h3>
125125
<li class="toctree-l1"><a class="reference internal" href="Indirect/DataReductionTests.html">Indirect Data Reduction Testing</a></li>
126126
<li class="toctree-l1"><a class="reference internal" href="Inelastic/DataProcessorTests.html">Inelastic Data Processor Testing</a></li>
127127
<li class="toctree-l1"><a class="reference internal" href="Inelastic/QENSFittingTests.html">Inelastic QENS Fitting Testing</a></li>
128+
<li class="toctree-l1"><a class="reference internal" href="Inelastic/BayesFittingTests.html">Inelastic Bayes Fitting Testing</a></li>
128129
<li class="toctree-l1"><a class="reference internal" href="EngineeringDiffraction/EngineeringDiffractionTestGuide.html">Engineering Diffraction Testing</a></li>
129130
<li class="toctree-l1"><a class="reference internal" href="ErrorReporter-ProjectRecovery/ErrorReporterTesting.html">Error Reporter Testing</a></li>
130131
<li class="toctree-l1"><a class="reference internal" href="ErrorReporter-ProjectRecovery/ProjectRecoveryTesting.html">Project Recovery Testing</a></li>

objects.inv

36 Bytes
Binary file not shown.

searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)