This file is indexed.

/usr/share/radiance/lumdist.cal is in radiance-materials 4R1+20120125-1.

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
{
	Conversion from zonal lumens to watts/steradian
}

lum2watt(t0,t1,l) = l / 683 / (omega(t1)-omega(t0)) ;

omega(d) = 2*PI * (1-cos(d*PI/180)) ;