New input options and fCUm now calculates the number of ions passing by (to plot dN/dE easily
This commit is contained in:
parent
6e07067faa
commit
f25abb3213
15 changed files with 169 additions and 27 deletions
|
|
@ -8,7 +8,7 @@ def read(filename):
|
|||
df = pandas.read_csv(filename,skiprows=2,nrows=1)
|
||||
Z = df['Z'].to_numpy()[0]
|
||||
|
||||
df = pandas.read_csv(filename,skiprows=2,nrows=1,header=None)
|
||||
df = pandas.read_csv(filename,skiprows=4,nrows=1,header=None)
|
||||
x = df.to_numpy()[0][1:]
|
||||
df = pandas.read_csv(filename,skiprows=5,header=None)
|
||||
f = []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue