Add Zlist output
This commit is contained in:
parent
d13146a31c
commit
20b0547cb5
2 changed files with 28 additions and 0 deletions
10
scripts_python/readZlist.py
Normal file
10
scripts_python/readZlist.py
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
import pandas
|
||||
|
||||
def read(filename):
|
||||
# Get time
|
||||
df = pandas.read_csv(filename)
|
||||
Zlist = df['Z_list'].to_numpy()
|
||||
|
||||
return Zlist
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue