peph = CalcephBin.open('example1.dat');
n = peph.getconstantcount()
printf('number of constants=%d\n', n)
peph.close();