from calcephpy import *

peph = CalcephBin.open("example1.dat")
radii = peph.getconstantvd("BODY399_RADII")
print(radii)
peph.close()