POV-Ray : Newsgroups : povray.tools.general : spectral render Server Time
18 Mar 2024 23:46:53 EDT (-0400)
  spectral render (Message 1 to 1 of 1)  
From: CAS
Subject: spectral render
Date: 18 Apr 2014 03:55:02
Message: <web.5350d9ccfcb582506a92a3a00@news.povray.org>
Hello everyone,
Thank you for your help.What I want is matching POV-Ray output with some
physical measurements.I have used spectral
render.http://www.lilysoft.org/CGI/SR/Spectral%20Render.htm.

#version 3.7;
global_settings{ assumed_gamma 1.0 }
#declare SpectralWavelength =730;
#include "spectral.inc"


light_source {<sun_x,sun_y,sun_z>
             SpectralEmission(E_D65)   //some CIE standard illuminants
             }

My solar irradiance in 730nm is 1.33015(w/m^2),and I have converted irradiance
to illuminance with the lm/w in 730nm,then the value of illuminance in 730nm is
0.47262925(cd/m^2).My issue is how can I input the illminance in 730nm?
"light_source {<sun_x,sun_y,sun_z>
             SpectralEmission(E_D65)
             }  "
With this light_source,the illuminance is E_D65.How can I input my
illminance?Beg you give a help!Expecting your reply!


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.