peph = CalcephBin.open('example1.dat');
n = peph.getpositionrecordcount()
printf('number of position''s record=%d\n', n)
peph.close();