This file is indexed.

/usr/share/radiance/slate.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
12
13
14
15
{
	Slate texture
	Aligned in direction of x-axis

	2/8/91
}

slate_dx = .5*Rdot * (.1*fnoise3(-Px/10,Py,Pz)
			+ if(noise3(Px/10,Py,Pz)+.8,0,noise3a(Px/10,Py,Pz)));

slate_dy = .5*Rdot * (.1*fnoise3(Px/10,-Py,Pz)
			+ if(noise3(Px/10,Py,Pz)+.8,0,noise3b(Px/10,Py,Pz)));

slate_dz = .5*Rdot * (.1*fnoise3(Px/10,Py,-Pz)
			+ if(noise3(Px/10,Py,Pz)+.8,0,noise3c(Px/10,Py,Pz)));