Jump to content

Quantifying Soft Light


Recommended Posts

Here's a theory: we often say, 'Muslin has a loss of 2 stops of light' or 'Grid cloth has a loss of 1 stop of light'. 

Why is this the case? It’s important to note that muslin/grid cloth has little light loss—meaning there’s a very small absorption coefficient, relative permeability, or permittivity—so it does not conduct radiation. All light hitting the diffuser is reflected or dispersed in our context (a little generates heat). The diffuser itself does not absorb significant energy to be impactful as we measure in photographic stops. 

A greater-density diffuser, such as grid cloth vs opal, scatters light more than a lower-density diffuser. When diffusing light, you're essentially re-scattering it from a specific point. You're taking a planar wave (directional light) and scattering it in all directions. Each diffuser recreates many new light sources across its surface in a simplified effect. Each point scatters light much like how light from a bulb propagates in all directions, and its energy falls off based on the expanding sphere’s surface area; this same principle applies when light propagates from a diffuser.

I wrote a Python script to quantify light propagation from a diffuser; below is an example of me applying the calculator. 

Quote

 

Now, onto how I calculated your setup:

A Skypanel S60 at 2 meters outputs 2936 LUX. Your first diffuser is 0.5 meters away from the light sources. At this distance, the S60s are outputting 45,288 LUX with a beam diameter of 1.3 meters.

If we assume the S60s are arranged in a 3m x 3m array with 1.5 meters of spacing between fixtures, the beams won’t overlap due to the proximity to the first diffuser. Therefore, the energy flux hitting the first diffuser remains at 45,288 LUX.

Input for diffuser 1:

LUX: 45,288 (flux from Skypanels hitting the first diffuser) Diffuser size: 6m x 6m Distance to the next diffuser: 1.5 meters The output from the first diffuser is approximately 8300 LUX (average of 8865 and 7747 LUX).

Input for diffuser 2:

LUX: 8300 (flux density hitting the second diffuser) Diffuser size: 6m x 6m (this diffuser is fully lit) Distance to the talent: 2 meters The output at the second diffuser, and ultimately the light reaching your talent, is approximately 1370 LUX.

I've attached the Python script (softcalc.py) to help automate these calculations. You can save it in your root folder or desktop and run it using the following commands:

In terminal: python [path to file]/softcalc.py Alternatively, you can open terminal, type nano softcalc.py, paste the code, and run it directly with python softcalc.py. It will prompt you for the necessary inputs.

 

Code to download

https://github.com/GabrielJDevereux/soft_light/blob/277450eb2c3ef219c393cd897f7b7a462544ffb2/reflectorcalc.py

Gabriel

Infinityvision.tv

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...