Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
mantid
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mantidproject
mantid
Commits
024d4906
Commit
024d4906
authored
7 years ago
by
Nick Draper
Browse files
Options
Downloads
Patches
Plain Diff
Response to review re #20869
parent
4c116861
Loading
Loading
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/source/algorithms/UnwrapMonitor-v1.rst
+2
-1
2 additions, 1 deletion
docs/source/algorithms/UnwrapMonitor-v1.rst
docs/source/algorithms/UpdateInstrumentFromFile-v1.rst
+1
-1
1 addition, 1 deletion
docs/source/algorithms/UpdateInstrumentFromFile-v1.rst
with
3 additions
and
2 deletions
docs/source/algorithms/UnwrapMonitor-v1.rst
+
2
−
1
View file @
024d4906
...
...
@@ -105,8 +105,9 @@ Usage
Output:
.. testoutput:: UnwrapMonitor
:options: +ELLIPSIS
JoinWaveLength is: 1.4241722
3264
JoinWaveLength is: 1.4241722
...
.. categories::
...
...
This diff is collapsed.
Click to expand it.
docs/source/algorithms/UpdateInstrumentFromFile-v1.rst
+
1
−
1
View file @
024d4906
...
...
@@ -93,7 +93,7 @@ Usage
pos = det1.getPos();
print('det with ID: {0:5} is monitor? {1:5}, polar angle: {2:10.3f}, position: | {3:<10.3f} | {4:<10.3f} | {5:<10.3f}|'.format(\
detID,det1.isMonitor(),(det1.getPhi()*(180/math.pi)),pos.X(),pos.Y(),pos.Z()))
print
'*********************************************************************************'
print
(
'*********************************************************************************'
)
#--------------------------------------------------------------------------------------
# create sample workspace
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment