from calcephpy import *

peph = CalcephBin.open("example1.dat")
mission_units = peph.getconstantvs("MISSION_UNITS")
print(mission_units)
peph.close()