Skip to content
Snippets Groups Projects
Commit 17ba898d authored by Brandon Hewer's avatar Brandon Hewer
Browse files

Update SANSDarkRunBackgroundCorrection docs

Refs #20820
parent c098416c
No related branches found
No related tags found
No related merge requests found
...@@ -48,8 +48,8 @@ Usage ...@@ -48,8 +48,8 @@ Usage
in_y = ws_sample.dataY(0) in_y = ws_sample.dataY(0)
out_y = out_ws.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("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("After the dark run correction it is " + str(out_y[0]))
Output: 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