Add Zlist output

This commit is contained in:
JHendrikx 2025-02-19 12:42:06 +01:00
commit 20b0547cb5
2 changed files with 28 additions and 0 deletions

View 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