peph = CalcephBin.open('example1.dat');
n = peph.getconstantcount()
for j=1:n
    [ name, value ] = peph.getconstantindex(j)
end
peph.close();