We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71ff806 commit fdd8399Copy full SHA for fdd8399
read_chn.py
@@ -11,7 +11,7 @@
11
spectrum data. To be used in other source code, a general use case could be
12
getting the histogram data. The code for doing this could look like:
13
14
-import read_chn3 as rc
+import read_chn as rc
15
filename = <spectrum_name>.Chn
16
spec_obj = rc.gamma_data(filename)
17
hist_data = spec_obj.hist_array
@@ -93,4 +93,4 @@ def write_txt(self, fname):
93
filename = raw_input('Filename of binary, (including .Chn): ')
94
gamma_object = gamma_data(filename)
95
gamma_object.write_txt(filename)
96
-
+
0 commit comments