Calculating luminance from image

Hi,

1-I was trying to calculate luminance values from the HDR of tif image, may be through a grid-on image with the luminance values?

2- Also I was trying to calculate the CIE Colour Rendering Index, any thoughts if this is doable through HoneyBee??

Thanks!

Hi Dalia,

  1. Honeybee doesn’t have a component for that, but it’s pretty straightforward to do it using Radiance’s PValue (http://radsite.lbl.gov/radiance/man_html/pvalue.1.html). If you are more comfortable using an interface then try wxFalseColor (http://tbleicher.github.io/wxfalsecolor/).

  2. Not possible at the moment.

Mostapha

Hi Mostapha,

I’d like to share an experience here, and perhaps a workflow that might be interesting to some. I’ve been messing around with rhendering lately. I find that realistic renderings are great tools in trying to display sustainable building attributes and advantages. One of the interesting areas of intersection between rendering and LB/HB is daylighting of course.

The workflow I’m doing is something of a ‘on-site’ daylighting analysis. This consists of actual site visits, that being an empty lot or a room in some building, and using digital cameras to take a number of HDR images in order to compose an HDR dome (at a certain time of day ofc). This dome then can be used to light your scene (e.g. an interior viewpoint of a room) in most renderers thereby creating not only a nice photorealistic result (due to the native HDR quality) but also a photometrically accurate result (i.e. shadows, glare, and luminance ‘as is’ on site)!

Now, most renderers can output this as an HDR image which can then be linked to HB, allowing for some environmental analysis of rendered images. Linking these two workflows, both taking place within Rhino, is quite valuable in my opinion. As a sanity check, this would work with the current components handling HDRs no? Finally, a feature in HB like the one described Dalia, while not necessary, would enchance this workflow. Or is anyone out there working on porting wsFalseColor? :slight_smile:

Kind regards,

Theodore.

Hello

I had a similar problem and tried to use the wxFalseColor but I cant get it to work. Im not very familiar with Python at all so I probably doing something wrong.

I drag and drop the wxFalseColor into Python, but then I havent figured out how to import the hdr. photo.

I tried to drag in the hdr file into python and I tried to type “python wxfalsecolor.py [image.hdr]”, but then I get “SyntaxError: invalid syntax”

I know this should be simple, but i cant get it to work. How do I open the program and open an HDR in it?

Download the exe file and then run it. There is an open hdr button.

Thanks Mostapha

Thats better approch.

However I get the problem when i open a file that i get:

"Error reading pixel values

command not found in search path ‘p-value’"

The program opens the HDR and makes it visible to the right, but when ever i press something and “updated fc” or “apply pcond” i get an error.

What is wrong with hdr file? I made it Grasshopper with Honeybee and i tried to make some new renders with same problems.

It doesn’t have to do with the image. wxFalseColor can’t find radiance files. You have to either add radiance to your system path or copy wxfalsecolor to c:\radiance\bin where radiance utilities are installed.

Perfect! Thanks alot!