Spectral fluorescence with ‘ooacquire’

Tools: reflectance probe and LED

R for Photobiology
data acquisition
Author

Pedro J. Aphalo

Published

2023-04-27

Modified

2023-05-10

Keywords

ooacquire pkg, acq_irrad_interactive, spectral irradiance, spectral fluence

1 Introduction

2 Methods

I used an old Ocean Optics USB2000 array spectrometer with an Ocean Optics reflectance probe type QR200-REF-UV-VIS with the measuring fibre attached to the spectrometer, the excitation fibre attached to an Amphenol SMA “bulkhead” (receptacle flange mount 905-117-5000) while the reference branch remained detached. The probe both delivers the excitation and collects the radiation to be measured. For measurements the probe was set normal to the measured surface.

Note

Acquisition of all quantitative spectral data requires that the spectrometer has been calibrated for wavelength. In addition the dose response must have been measured and a linearization function obtained. On the other hand, unlike irradiance or fluorescence, measurement of reflectance and transmittance are indenpendent of the wavelength sensitivity of array pixels because reference and target values needed to compute a reflectance or transmittance as a ratio are measured by the same pixel in the detector array. Fluorescence is normally emitted at a longer wavelength than the excitation, and consequently an internal reference is lacking.

As excitation sources I used 5 mm LEDs powered by a “Compact handheld LED Tester” from Roithner-Laser or an identical one from Lumitronix. I used two different LEDs types in 5 mm clear epoxy packages: LED405-05V (maximum rated radiant power 15 mW and a beam angle of 100 degrees) and RLS-UV380 (maximum rated radiant power 20 mW and a beam angle of 20 degrees), both supplied by Roithner LaserTechnik. The LEDs were driving by a DC current of 20 mA to 25 mA.

As a “white” high reflectance and non-fluorescing reference I used a 5 mm-thick slab of virgin (not-recycled) PTFE. I assumed a reflectance of 90% for this reference based on the properties of PTFE.

The subjects tested were papers I had on my desk: a note pad, an invoice, paperback book and a yellow Post-It note.

Spectra were acquired as counts per second (cps) using function acq_irrad_interactive() from R package ‘ooacquire’ version 0.3.2 under R version 4.3.0. Further calculations relied on R package ‘photobiology’ version 0.10.16. Plots were created with R package ‘ggspectra’ version 0.3.11.

Tip

In this page code chunks are “folded” so as to decrease the clutter. Above each plot you will find a small triangle followed by “Code”. Clicking on the triangle “unfolds” the code chunk making visible the R code used to produce the plot. Two additional chunks below are used to attach the packages used and load the data. The code in the chunks can be copied by clicking on the top right corner, where an icon appears when the mouse cursor hovers over the code listing.

3 Results

Code
library(ggspectra)
Code
load("collection.reflectance.fluorescence.Rda")
# names(collection.reflectance.fluorescence.cps.mspct)

3.1 UV-A radiation excitation at 380 nm

The probe was handheld during measurements so measurements are only approximate. On the other hand differences among surfaces are huge and enough to demonstrate the viability of the approach.

The area under the reference curve between 360 nm and 410 nm is \(5\times 10^{5}\) arbitrary units (Figure 1).

Code
autoplot(collection.reflectance.fluorescence.cps.mspct[[26]])
Figure 1: Excitation spectrum measured as reflected from a PTFE slab used as reference.

The area under the paper curves between 360 nm and 410 nm are \(4190\) and \(2.82\times 10^{4}\) arbitrary units (Figure 2). So reflectances of approximately \(0.9 \%\) and \(6.3 \%\).

The areas between 410 nm and 650 nm are \(3.73\times 10^{5}\) and \(3.7\times 10^{5}\) arbitrary units (Figure 2). So, for these two papers most of the excitation radiation seems to be absorbed, and a sizable portion re-emitted as fluorescence at longer wavelengths.

Code
autoplot(smooth_spct(collection.reflectance.fluorescence.cps.mspct[27:28])) +
  theme(legend.position = "bottom")
Figure 2: Reflectance plus fluorescence spectra from two different sheets of white paper.

The area under the pocketbook paper curve between 360 nm and 410 nm is \(1.1\times 10^{4}\) arbitrary units (Figure 3). So reflectance of approximately \(2.4 \%\).

The area between 410 nm and 650 nm is \(4\times 10^{4}\) arbitrary units (Figure 3). So, for this yellowish-looking paper most of the UV-A1 excitation radiation is absorbed similarly as by the white papers, but only a rather small fraction of the absorbed radiation is re-emitted as fluorescence at longer wavelengths.

Code
autoplot(despike(collection.reflectance.fluorescence.cps.mspct[29]))
Figure 3: Excitation spectrum measured as reflected plus fluorescence from a page of pocket book that is visually yellowish.

The area under the curve for the green gaffer tape between 360 nm and 410 nm is \(1.93\times 10^{4}\) arbitrary units (Figure 4). So reflectance of approximately \(4.3 \%\).

The area between 410 nm and 650 nm is \(1.36\times 10^{5}\) arbitrary units (Figure 4). So, this green looking tape absorbs most of the UV-A1 excitation radiation and a fraction of the absorbed radiation is re-emitted as green fluorescence in a single and well-defined peak at even longer wavelengths than by the paper.

Code
autoplot(despike(smooth_spct(collection.reflectance.fluorescence.cps.mspct[30])))
Warning in replace_bad_pixs(x, bad.pix.idx = spike.idxs, window.width =
window.width, : Increasing 'window.width' from 11 to 17
Figure 4: Reflectance plus fluorescence spectra from green fluorescent gaffer tape.

The area under the curve for the pale-yellow glass filter between 360 nm and 410 nm is \(420\) arbitrary units (Figure 5). So reflectance of approximately \(0.1 \%\).

The area between 450 nm and 800 nm is \(2.87\times 10^{4}\) arbitrary units (Figure 5). So, this slightly yellow glass absorbs nearly all of the UV-A1 excitation radiation and a small fraction of the absorbed radiation is re-emitted as yellow-green fluorescence in a single and broad peak.

Code
autoplot(despike(collection.reflectance.fluorescence.cps.mspct[31]))
Figure 5: Reflectance plus fluorescence spectra from a pale yellow glass filter (type JB450 2 mm-thick).

3.2 Violet light excitation at 405 nm

The area under the reference curve between 380 nm and 460 nm is \(2.1\times 10^{5}\) arbitrary units (Figure 6). The difference compared to the other LED is because of the LED combined with a posisbly higher sensititvity of the spectrometer to longer wavelengths, as PTE has a nearly flat reflectance spectrum.

Code
autoplot(collection.reflectance.fluorescence.cps.mspct[[21]])
Figure 6: Excitation spectrum measured as reflected from a PTFE slab used as reference.

The excitation and fluorescence wavelengths are so close that the peaks merge.

Code
autoplot(despike(collection.reflectance.fluorescence.cps.mspct[23:24])) +
  theme(legend.position = "bottom")
Figure 7: Reflectance plus fluorescence spectra from two different sheets of white paper.

In the case of the Post-It Note the fluorescence is minimal, but there is reflection present. The area under the curve between 380 nm and 460 nm is \(3.9\times 10^{4}\) arbitrary units (Figure 6). So reflectance of approximately \(21 \%\).

Code
autoplot(despike(collection.reflectance.fluorescence.cps.mspct[25]))
Figure 8: Reflectance plus fluorescence spectra from a yellow Post-It Note.

Finally detached green leaf from a dying plant surprisingly shows no fluorescence and unsurprisingly very low reflectance in the violet region. The area under the curve between 380 nm and 460 nm is \(565.5\) arbitrary units (Figure 6). So reflectance of approximately \(0.3 \%\).

Code
autoplot(despike(collection.reflectance.fluorescence.cps.mspct[12]))
Figure 9: Excitation spectrum measured as reflected excitation plus fluorescence from a green leaf.

4 Discussion

  • If the LED is rather well coupled to the excitation optical fibre, small (cheap) LEDs can be used for UV-A and VIS excitation. I have yet to test this, but the same approach can be expected to work with LEDs emitting at shorter wavelengths than those tested. Anyway, additional optical power for excitation would be helpful for decreasing noise in spectra measured from dark objects. For wavelengths longer than 365 nm LEDs emitting 10 to 20 times more radiation than those I used are readily available in packages relatively easy to couple to an optical fibre and very cheaply.
  • When measuring reflectance with a broad spectrum light source, apparent reflectance can be a composite of true reflectance plus fluorescence.
  • The spectrometer I used is not calibrated for irradiance, so although reflectance was computed from the CPS data, the yield of fluorescence could not be estimated based on the areas under the curves. With a calibrated spectrometer this computation would be possible, but the spectrometer would need to be calibrated with the actual fibre and probe used for the measurements.