This model allows real world cameras to be modelled by specifying the
coordinates of a 4th degree polynomial that relates a pixels distance
(in mm) from the opticall center on the sensor to the angle (in
radians) of the world ray that is projected onto that pixel.
This was implemented as a "Panorama Type" of the Panoramic lens type
since that code-path was the closest. But this feature could be used
to model for example lens distortions in projective cameras as well.
Note that the inverse projection (direction_to_lens_polynom) is
currently untested. Where is it used and how do I best verify it?