Hello,
I am working with a large number of spectrometers, and I wanted to use raytracing to map out what they see with added reflections on the wall (coming from the Cherab package).
My initial idea was to use the PinholeCamera object to model each line of sights, and create camera of 1 pixel, since each line of sight has a different origin and direction.
However the program does not accept PinholeCamera of 1 pixel. Why does the PinholeCamera needs more than 1 pixels ?
Should I use another object to model my lines of sight and generate the raytracing ?
Thanks for the help,
Louis