This file contains the 60 x 60 inverse covariance matrix for the pion form factor. To open the inverse cov matrix, just use the following FORTRAN code: open(UNIT=49,FILE= $'./icovfp08.dat', $ STATUS='OLD') DO I=1,60 DO J=1,60 read(49,*) a(i,j) ENDDO ENDDO close(49)