This file is indexed.

/usr/share/radiance/corrug.cal is in radiance-materials 4R0+20110410-1build1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
{
    Rippled roofing iron
    P.D.Bourke
    September 1991

    One parameter, A1 = number of cycles per unit distance
}
theta = 4 * PI * (frac(A1*2*PI*Px) - 0.5);
zcor = 1 + cos(theta);
xcor = zcor * sin(theta);
ycor = 0;