The problem with do the conversion from lumens to PPFD is there is no simple way to know if your result is correct.
When I did this years ago I searched the internet for days looking for a formula. Nothing. The question had been asked on a number of physics forums and help sites, but no answers. Today it's not much better but there are certainly more pieces of the puzzle out there now.
I had the radiospetrometer to check my answers against measured values.
I do not know if there is an error in the calculations but someone in another thread came up with some unrealistic numbers saying he got them here. In my previous post I showed my method I cannot see what is going on here.
@alesh posted some formulas from Wikipedia and said it's easier than it looks. A cursory look at the spreadsheet only brought new questions and no answers.
So I'm going to go through the spreadsheet in detail and see what I can find.
Now let's break down the spreadsheet formula. This is the formula in cell
E2
=B2/(($H$2*$G$2*$I$2)/(A2*10^-3))
$H$2 = cell H2 = planck's constant
h Planck came up with this number many years ago and everyone goes along with it.
$G$2 = cell
G2 = Avogadro number which is the number of photons in a Mole. Where a mole is a fixed number of particles and photons are considered particles in quantum physics. And makes as much sense as Planck's constant.
$I$2 = cell I2 which is the speed of light. How fast does a photon of light travel?
There is only one thing to do with those three numbers that I know of, calculate the energy of a photon (Ep).
Ep= h•f = h•(c/λ)
WHERE:
h=Plancks' constant
f=the frequency of a photon. frequency is the inverse of wavelength 1/λ
c=speed of light
λ = wavelength, but not in nanometers but whole meters. 555nm = 0.000000555 meters
The energy of a deep red 660 nm photon is 3.012 • 10-19 watts (feel free to check my math)
The energy of a blue 470 nm photon is 4.229 • 10-19 watts or 0.0000000000000000004229 watts
My point being a blue photon has more energy than a red photon. That is not too relevant because plants like all photons and don't care about the energy. That's why we use quantum measurements for grow lighting rather than watts.
Why do we care about the energy of a photon?
If we have x number of photons then we will know how many watts of flux (aka energy) they all have.
Just thinking out loud here.
This means the formula in cell E2 ($H$2*$G$2*$I$2) hold the value to ????? I do not yet know. but it's got some of the numbers required to calculate photon energy.
($H$2*$G$2*$I$2) / A2 * .001
A2 x .001 = .380nm
If it were A2 x 0.000000001 then D2 would be the energy of a 380nm photon.
For now, it's the energy of 100,000 photons. Why 1000,000 photons? No idea. Not my formula. Probably a decimal place thing.
On to Cell F2 =
$J$2*SUM(D$1$1048576)/SUM(B$1:B$1048576)
Oh. This is interesting.
$j$2 = cell J2 = 683
683 is from the definition of a candela. Something to do with the maximum efficiency of something. I'll have to get the definition. Wikipedia was useless they kind of ignored it then at the very end the called it an arbitrary number. That is not true. I'm getting old and can't remember jack shit any more. Except that 683 is from candla, I remembered that. Wait. The most sensitive wavelength for the human eye is 555nm. 683 lumens/watt is based upon the sensitivity of the eye of 1 watt of luminance at 555 nm, Sometimes I'm a little slow.
But anyhow back in the day when I come up with my simplified formulas 683 is there. In my previous post.
1 converted 100 lm to Watts and PPFD for wavelengths 400-699nm
$ppfd = ((100/ 683) * ($wavelength * 0.00836)) / $cie[$wavelength];
$watts = $ppfd / 0.00836 / $wavelength;
2 converted 10 µMole to Lumens and Watts
$lux2 = 10 * $cie[$wavelength] / ($wavelength * 0.00836) * 683 ;
$watts2 = 10 / 0.00836 / $wavelength;
I'm not a spreadsheet guy so I do not know exactly what this means:
SUM(D$1
$1048576)/SUM(B$1:B$1048576)
Okay now this is looking better. Maybe I'm wrong.
Totaling column B the digitized SPD numbers and column D = CIE x SPD
the 1048578 could/should have been 402 the last row rather than the bottom of the spreadsheet.
Now I am beginning to see familiar numbers. Earlier I took the first two columns and was trying various formulas looking for some number that match the numbers here. One thing I did was treat column B as watts and used my watts to PPFD and watts to Lux formulas. I then summed the new columns. One column summed to 985.665522. I just summed column D and it sums to 985.5885560317.
This is good news. I have a much better idea what is going on here now.
By summing column B it appears the SPD numbers are being treated as watts. Whereas up until now it appeared they were going to be treated as lumens.
Column D is the energy of the photons for each wavelength. When they get summed you have the total energy for the CoB with a mysterious decimal point. I did not see that coming, looking better.
So now we have the total radiometric wattage
SUM(B$1:B$1048576)
and the total quantum number of photons:
SUM(D$1$1048576).
So
SUM(D$1$1048576)/SUM(B$1:B$1048576) gives us the ratio between luminous and radiometric
.
That is multiplied by $J$2 which is... oh yeah, 683.
But column E is labeled Energy per a mole of photons. I think it was only 100,000 photons.
So let me calculate the energy per mole then go back and see what is happening.
Previously I calculated the Energy Ep for 660nm and 470nm. All we have to do is multiple Ep by Avogadro's number
Red Ep 3.012 • 10-19 watts x 6,022•10^23 = 0.181 watts/mole
Blue Ep 4.229 • 10-19 watts x 6,022•10^23 = 0.255 watts/mole
Well that didn't help any. So again D2 =B2/(($H$2*$G$2*$I$2)/(A2*10^-3))
Oh! Column E is labeled wrong. It's not energy per mole, it's energy per wavelength.
That was a trip. Unnecessary trip.
Column E is much simpler than what we have here.
I would remove this ugly formula in column E =B2/(($H$2*$G$2*$I$2)/(A2*10^-3))
And replace it with =A2*B2*0.00836
It is just as reduced and simplified equation that gives the same result.
So on to cell F2. This is not good. This takes the ratio of the sums of SPD and Energy and multiples it times 683, our candela number.
That may be okay. In my formula for calculating lux I use 0.00836 and 683.
$lux = PPFD * $cie[$wavelength] / ($wavelength * 0.00836) * 683
So I'll have to reconstruct how I came up with 0.00863. I do not remember.
It was a reduction of the conversion between irradiance and quantum flux.
Energy Quantum Flux = Number Photons / Avogadro number
= (E•λ•5.03•1015[1/(m²•s)]) / (6.02•10^17[1/µmol])
= E•λ•0.836•10^-2 [µmol/(m²•s)]
Okay! There it is. It goes back just a little further to the number of photons
The number of photons Np can be calculated by
Np= E/Ep
= E•((λ•10^-9)/h•c)
= E [W/m²]•λ•10^-9[m] / (1.988•10^-25) [J/s•m/s]
= E•λ•5.03•10^15 [1/(m²•s)] (with Irradiance E [W/m²])
reciprocal of speed of light 1/1.988 = 5.03 times Avogadro number
5.03 / 6.02 = 0.835548
And that where the 5.03 comes from that gave me the 863 => 0.863 => 0.00863
So 863 is used in the conversion between the number of photons and the energy of photons
So 863 is only used in the conversion of quantum to radiometric or luminous or vice versa
So 5.03 / 6.02
Now in the spreadsheet I need to find Avogadro number in the numerator and speed of light in the denominator
How about E2?
=B2/(($H$2*$G$2*$I$2)/(A2*10^-3))
=Wavelength / Planck x Avogradro x speed of light/ SPD
Nope, not there Avogadro and speed of light are side by side.
How about F2?
Continued in next post, this post exceeded the max characters.