Skip to content
Snippets Groups Projects
Commit 53f0dfff authored by Brandon Hewer's avatar Brandon Hewer Committed by GitHub
Browse files

Update SANSDarkRunBackgroundCorrection-v1.rst

parent 00dad41c
No related branches found
No related tags found
No related merge requests found
......@@ -48,8 +48,8 @@ Usage
in_y = ws_sample.dataY(0)
out_y = out_ws.dataY(0)
print("The first bin of the first spectrum of the input was " + str(in_y[0]))
print("After the dark run correction it is " + str(out_y[0]))
print("The first bin of the first spectrum of the input was {:.1f}".format(in_y[0]))
print("After the dark run correction it is {:.2f}".format(out_y[0]))
Output:
......
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