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

Update PoldiMerge-v1.rst

parent a7569bb8
No related branches found
No related tags found
No related merge requests found
...@@ -67,7 +67,7 @@ This small usage example merges two compatible POLDI-files which have been loade ...@@ -67,7 +67,7 @@ This small usage example merges two compatible POLDI-files which have been loade
total_summed = SumSpectra(spectra_summed) total_summed = SumSpectra(spectra_summed)
print("6903+6904 contains a total of {} counts.".format(int(total_summed.dataY(0)[0]))) print("6903+6904 contains a total of {} counts.".format(int(total_summed.dataY(0)[0])))
print("Summing the counts of the single data files leads to {} counts.".format(counts_6903 + counts_6904)) print("Summing the counts of the single data files leads to {} counts.".format(int(counts_6903 + counts_6904)))
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