#include <stdosl.h>
shader detectorShader(
output color ColOut = color(0.8))
{
printf("NIRPS %.6f, %.6f, %.6f\n",P[0],P[1],P[2]);
}
#include <stdosl.h>
shader detectorShader(
output color ColOut = color(0.8))
{
printf("NIRPS %.6f, %.6f, %.6f\n",P[0],P[1],P[2]);
}