from calcephpy import *
peph = CalcephBin.open("example1.dat")
timescale = peph.gettimescale()
print(timescale)
peph.close()
from calcephpy import *
peph = CalcephBin.open("example1.dat")
timescale = peph.gettimescale()
print(timescale)
peph.close()