Skip to content
Snippets Groups Projects
Commit 024d4906 authored by Nick Draper's avatar Nick Draper
Browse files

Response to review re #20869

parent 4c116861
No related branches found
No related tags found
No related merge requests found
...@@ -105,8 +105,9 @@ Usage ...@@ -105,8 +105,9 @@ Usage
Output: Output:
.. testoutput:: UnwrapMonitor .. testoutput:: UnwrapMonitor
:options: +ELLIPSIS
JoinWaveLength is: 1.42417223264 JoinWaveLength is: 1.4241722...
.. categories:: .. categories::
......
...@@ -93,7 +93,7 @@ Usage ...@@ -93,7 +93,7 @@ Usage
pos = det1.getPos(); 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(\ 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())) detID,det1.isMonitor(),(det1.getPhi()*(180/math.pi)),pos.X(),pos.Y(),pos.Z()))
print '*********************************************************************************' print('*********************************************************************************')
#-------------------------------------------------------------------------------------- #--------------------------------------------------------------------------------------
# create sample workspace # create sample workspace
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment