[Radiance-general] Infrared scene simulation

Greg Ward gward at lmi.net
Thu Jun 4 10:30:05 PDT 2009


Hi Axel,

Thanks for explaining your exact problem.  The documentation for  
Radiance is scattered and frequently application-specific.  Did you  
browse the "Seminars and Course Notes" section of:

	http://radsite.lbl.gov/radiance/refer/

Francesco Anselmo's Radiance wiki is also useful:

	http://www.bozzograo.net/radiancewiki/doku.php

Check out Axel Jacob's tutorials at:

	http://luminance.londonmet.ac.uk/learnix/docs.shtml

As for describing a mixture, you need to use the "mixfunc" type.   
Correcting what you gave in your e-mail:

> I calculated the total amount of energy emitted by a 300°K  
> blackbody as
> 146.305W/(sr m^2). So the material for my source becones
>
>      void light bright
>      0
>      0
>      3  48.77 48.77 48.77

Don't bother dividing the value up, just give it three times:

      void light bright
      0
      0
      3  146.305 146.305 146.305


>      void plastic brown
>      0
>      0
>      5  .2  .1  .1  0  0
>
>      brown glow brown_glow
>      0
>      0
>      4 100 100 100 100
>
>      brown_glow sphere BB
>      0
>      0
>      4  2  1  1.5  .125

Should be:

      void plastic brown
      0
      0
      5  .2  .1  .1  0  0

      void glow bit_of_glow
      0
      0
      4 100 100 100 100

	void mixfunc brown_glow
	4 brown bit_of_glow 0.5 .
	0
	0

      brown_glow sphere BB
      0
      0
      4  2  1  1.5  .125

--------
Note that I gave half of each, so their actual values will be reduced  
by 50%.  In some cases,  you may wish to double the parameters to  
compensate.

Cheers,
-Greg

> From: Alexander Utz <AlexanderUtz at web.de>
> Date: June 4, 2009 8:12:53 AM PDT
>
> Hi Greg,
>
> what I want to know is the distribution of Infrared Radioation in a  
> Test System
> for an infrared camera. So temperature of the objects in the scene  
> is known and
> well controlled. I would like to figure out inhomogenities in  
> radiation flux over the
> IR detector array due to different system setups and things like  
> that. By the way
> the basic IR detectors will reside in a vacuum and their  
> temperature will be controlled
> isolated from the rest of the system. So I think convection should  
> not play a role
> in that case.
>
> I have to thank you once again - I know this has nothing to do with  
> your expertise
> and I can imagine there is stuff you like to do more than answering  
> my ongoing mails ;).
> But if you think there is any hope in using Radiance for this issue  
> it would really help
> me if you could give me a kick on how to model those self-luminous  
> materials. I will
> have to validate the results some day, anyway.
>
> I must say that I find it very hard to figure out much more than  
> the basic scene generation
> and rendering mechanisms from the freely available documentation,  
> but I'm not to
> experienced with all this stuff, yet.
>
> Thanks,
> Alex



More information about the Radiance-general mailing list