def read_baryon(f): d = pandas_reader.read_baryon(f, real=False) # print d # print d.index # print type(d.index) # d.to_csv("test.dat", index_label="#time") # exit(-1) return d
def read_baryon(f): d = pandas_reader.read_baryon(f, real=False) return d