I have updated this page when transferring it to Quarto. I added data I have collected in the meantime, and changed the plots to be built in R within the R markdown source file. As a result the page now also includes the listing of the R code used to create all plots.
Tip 1: Folded code chunks
In this page code chunks can be “folded” so as to decrease the clutter. Above each plot, table or other R-code output you may find one or more “folded” code chunks signalled by a small triangle followed by “Code”. Clicking on the triangle “unfolds” folded chunks making the R code that produced the printed values, plots or tables visible. Clicking on the same icon on an “unfolded” chunk, folds it hiding the code.
The code when visible 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.
The </> Code drop down menu to the right of the page title makes it possible to unfold and fold all code chunks in the page and to view the Quarto source of the whole web page.
As described in the post UV-cut filters there is significant variation in the cut-off and cut-in wavelengths of filters described as “UV” filters. The situation with UVIR-cut filters is similar. All modern photographic digital cameras have internal UVIR-cut filters and most modern objectives transmit little UV-radiation while most transmit near IR (NIR) radiation. There are some exceptions, most if not all Olympus cameras are sensitive to long-wave UV-A radiation and a few modern objectives also transmit long UV-A radiation.
Filters can block radiation either by reflection or absorption. Absorptive filters are usually made of glass containing various metal ions while cheaper plastic filters tend to be coloured with organic dyes. There is a third type of absorptive filter, which are rare nowadays that consist of a coloured gelatine layer in-between two glass sheets. Most high-quality absorptive filters sold for photographic use are made of solid glass and absorptive. In the case of square filters plastic is more common than for smaller circular filters. The current perfected version of the gelatine-between glass filters is Tiffen’s “core technology”. With absorptive filters the angle at which the light impings on them affects the path length so that absorbance increases when the angle of incidence is shallow. This effect is small enough to be rarely noticeable in photographs.
Absorptive filters
Some UVIR-cut filters are absorptive filters; these filters look blue as they also absorb a significant portion of the incident red light. Two examples with no and one with anti reflection coating are shown (Figure 1).
Figure 1: Spectral transmittance of filters that absorb both UV and NIR radiation, of different types and brands. Wavelengths at half maximum transmittance and at T = 0.10 are highlighted. The first number after the filter type in the labels gives the measured thickness of the filter, and the second one the thread size of the filter ring in which the filter is mounted (e.g. 52mm means M52 thread).
Reflective filters
Interference filters block radiation by reflection, i.e., those that block visible light look like a mirror. They are based on coatings deposited on the surface(s) of clear glass. The wavelengths reflected depends on the coating materials’ refractive index and the thickness of the coats. In the case of interference filters, the angle of incidence also affects which wavelengths are reflected and which ones are transmitted. This effect is usually obvious with wide angle lenses, restricting the usefulness of these filters to normal and long focal lengths and narrow view angles.
Many UVIR-cut filters sold for photographic use are interference band-pass filters with sharp cut-in and cut-off (very steep slopes). The limits of the band of transmitted wavelengths varies among brands, types within brands and sometimes even between production batches. Another difference is that the more expensive UVIR-cut filters are multi coated (MC) to avoid reflections while others may have single coatings (ARC) or no coating other than those for reflecting out-of-band radiation. Both MC or ARC reduce reflections, both at the front and back of the filters preventing or attenuating flare and ghosting and increasing the transmittance in the visible region. The number of layers used for MC can be in the tens, and MC is usually much more effective than ARC, reducing reflectance in many cases to between 0.2 and 0.1 % of the incident light.
UVIR-cut filters are needed very rarely with unmodified modern digital cameras as they already have built-in filters on their image sensors for the same purpose. The functioning of cameras that have been converted to full spectrum by removal of the built-in filter can be restored to close to the original with an external filter. With such a filter they can be used almost normally for visible-only photography. It is almost impossible to find a filter with the same exact optical properties as the removed one, so usually a custom colour profile will be also needed. The internal filters differ among cameras and consequently also the colour-related algorithms and calibrations used.
Camera objectives also differ in the range wavelengths they transmit and how well they are optically corrected at wavelengths near the boundaries of the visible region. In some cases UV-cut or UVIR-cut filters can improve image resolution and contrast, specially under illumination rich in UV (high mountains) or IR (incandescent light) radiation. It has been suggested that this is the case when using Panasonic or Leica lenses used on Olympus MFT cameras.
Other uses of UVIR-cut filters are for example blocking of excitation UV radiation and IR fluorescence when photographing VIS fluorescence induced by UV-radiation excitation.
Example spectra are shown below (Figure 2). The most obvious differences are in the cut-on and cut-off wavelengths, they are given for the half maximum transmittance (HM). In addition we can see that the maximum transmittance is higher for the more expensive Firecrest and Heliopan filters which are multi coated. We can also see that in two of the Rocolax filters the transmittance varies with wavelength within the “pass-band”. All these spectra were measured using the same instrument and procedure.
Figure 2: Spectral transmittance of filters that absorb both UV and NIR radiation, of different types and brands. Wavelengths at half maximum transmittance and at T = 0.10 are highlighted. The first number after the filter type in the labels gives the measured thickness of the filter, and the second one the thread size of the filter ring in which the filter is mounted (e.g. 52mm means M52 thread).
Using wide angle objectives with interference filters results in differences between the effect of the filter in the centre and edges of the photograph, visible as vignetting . As the cut-in and cut-off wavelengths depend on the angle of incidence, this type of vignetting not only results in darker image corners but also on colour casts than vary from the centre to the edges of a photograph.
Photograph taken with a full-spectrum converted Olympus E-M1 camera and a Sigma 19 mm f:2.8 DN objective (angle of view 59.3º according to specifications). One can see the color shift from reddish in the center to blue-green in the edges and corners which are also darker even in this lens that many photographers would consider a normal lens rather than a wide-angle lens.
Conclusion
We can conclude that when used with wide angle objectives front-mounted filters should preferably be of the absorptive type. Optionally, interference filters can be mounted at the back of the objective. Some UV-cut filters are based on interference coatings and others are absorptive, similarly to the UVIR-cut filters discussed here. For special uses like photography of UV-induced auto fluorescence the cut-off and cut-on wavelengths are critical as they determine if the excitation radiation enters the camera or not. In this case, how efficient is a filter at blocking out-of-band radiation is also important, as usually the the excitation radiation is much stronger than the fluorescence, i.e., the quantum yield of fluorescence is low.
Tip
All the spectral data shown above in figures have been measured by the author with the same Agilent/Hewlett-Packard diode array spectrophotometer (HP 8453). The specifications from Schott are from 2015. The data are available in R package ‘photobiologyFilters’. The figures were produced in R with R package ‘ggspectra’, which is an extension to package ‘ggplot2’. All these packages are open-source and available through CRAN. See also the R for photobiology web site.
The code is included in this page, but “folded”. To display the code used to produce the figures click on the word Code or the triangle next to it.
---title: "UV-IR-cut filters"subtitle: "Differences in the transmission spectrum"author: "Pedro J. Aphalo"date: "2020-06-11"date-modified: "2023-04-22"toc: truecategories: [equipment, filters]keywords: [filters, ultraviolet, spectra]format: html: code-fold: true code-tools: truelightbox: autolicense: "CC BY-SA"---::: callout-noteI have updated this page when transferring it to Quarto. I added data I have collected in the meantime, and changed the plots to be built in R within the R markdown source file. As a result the page now also includes the listing of the R code used to create all plots.:::{{< include /_includes/folded-code-tip.qmd >}}```{r, message=FALSE}library(photobiology)library(photobiologyFilters)library(photobiologyWavebands)library(ggspectra)library(patchwork)library(knitr)my.fig.heigth <- 3my.fig.width <- 7knitr::opts_chunk$set( fig.width = my.fig.width, fig.height = my.fig.heigth, dev = "svg", out.width = "975%")theme_set(theme_bw() + theme(legend.position = "top")) ```## IntroductionAs described in the post [UV-cut filters](uv-cut-filters.qmd) there is significant variation in the cut-off and cut-in wavelengths of filters described as "UV" filters. The situation with UVIR-cut filters is similar. All modern photographic digital cameras have internal UVIR-cut filters and most modern objectives transmit little UV-radiation while most transmit near IR (NIR) radiation. There are some exceptions, most if not all Olympus cameras are sensitive to long-wave UV-A radiation and a few modern objectives also transmit long UV-A radiation. Filters can block radiation either by reflection or absorption. Absorptive filters are usually made of glass containing various metal ions while cheaper plastic filters tend to be coloured with organic dyes. There is a third type of absorptive filter, which are rare nowadays that consist of a coloured gelatine layer in-between two glass sheets. Most high-quality absorptive filters sold for photographic use are made of solid glass and absorptive. In the case of square filters plastic is more common than for smaller circular filters. The current perfected version of the gelatine-between glass filters is Tiffen's "core technology". With absorptive filters the angle at which the light impings on them affects the path length so that absorbance increases when the angle of incidence is shallow. This effect is small enough to be rarely noticeable in photographs.## Absorptive filtersSome UVIR-cut filters are _absorptive filters_; these filters look blue as they also absorb a significant portion of the incident red light. Two examples with no and one with anti reflection coating are shown (@fig-compare-absorptive).```{r, fig.height = my.fig.heigth * 3}#| label: fig-compare-absorptive#| fig-cap: Spectral transmittance of filters that absorb both UV and NIR radiation, of different types and brands. Wavelengths at half maximum transmittance and at T = 0.10 are highlighted. The first number after the filter type in the labels gives the measured thickness of the filter, and the second one the thread size of the filter ring in which the filter is mounted (e.g. 52mm means M52 thread).fig1.filters <- c("Heliopan_BG38_2.3mm_46mm", "Tangsinuo_QB21AR_2.0mm_52mm", "Tangsinuo_TSN575_2.0mm_52mm")autoplot(filters.mspct[fig1.filters], facets = 1, wls.target = list("half.maximum", 0.10), annotations = list(c("+", "boundaries", "wls"), c("-", "peaks")))```## Reflective filters_Interference filters_ block radiation by reflection, i.e., those that block visible light look like a mirror. They are based on coatings deposited on the surface(s) of clear glass. The wavelengths reflected depends on the coating materials' refractive index and the thickness of the coats. In the case of interference filters, the angle of incidence also affects which wavelengths are reflected and which ones are transmitted. This effect is usually obvious with wide angle lenses, restricting the usefulness of these filters to normal and long focal lengths and narrow view angles.Many UVIR-cut filters sold for photographic use are interference band-pass filters with sharp cut-in and cut-off (very steep slopes). The limits of the band of transmitted wavelengths varies among brands, types within brands and sometimes even between production batches. Another difference is that the more expensive UVIR-cut filters are multi coated (MC) to avoid reflections while others may have single coatings (ARC) or no coating other than those for reflecting out-of-band radiation. Both MC or ARC reduce reflections, both at the front and back of the filters preventing or attenuating flare and ghosting and increasing the transmittance in the visible region. The number of layers used for MC can be in the tens, and MC is usually much more effective than ARC, reducing reflectance in many cases to between 0.2 and 0.1 % of the incident light.UVIR-cut filters are needed very rarely with unmodified modern digital cameras as they already have built-in filters on their image sensors for the same purpose. The functioning of cameras that have been converted to full spectrum by removal of the built-in filter can be restored to close to the original with an external filter. With such a filter they can be used almost normally for visible-only photography. It is almost impossible to find a filter with the same exact optical properties as the removed one, so usually a custom colour profile will be also needed. The internal filters differ among cameras and consequently also the colour-related algorithms and calibrations used.Camera objectives also differ in the range wavelengths they transmit and how well they are optically corrected at wavelengths near the boundaries of the visible region. In some cases UV-cut or UVIR-cut filters can improve image resolution and contrast, specially under illumination rich in UV (high mountains) or IR (incandescent light) radiation. It has been suggested that this is the case when using Panasonic or Leica lenses used on Olympus MFT cameras.Other uses of UVIR-cut filters are for example blocking of excitation UV radiation and IR fluorescence when photographing VIS fluorescence induced by UV-radiation excitation.Example spectra are shown below (@fig-compare-interference). The most obvious differences are in the cut-on and cut-off wavelengths, they are given for the half maximum transmittance (HM). In addition we can see that the maximum transmittance is higher for the more expensive Firecrest and Heliopan filters which are multi coated. We can also see that in two of the Rocolax filters the transmittance varies with wavelength within the "pass-band". All these spectra were measured using the same instrument and procedure.```{r, fig.height = my.fig.heigth * 7}#| label: fig-compare-interference#| fig-cap: Spectral transmittance of filters that absorb both UV and NIR radiation, of different types and brands. Wavelengths at half maximum transmittance and at T = 0.10 are highlighted. The first number after the filter type in the labels gives the measured thickness of the filter, and the second one the thread size of the filter ring in which the filter is mounted (e.g. 52mm means M52 thread).fig1.filters <- c("Firecrest_UVIR_Cut_0.96mm_52mm", "Firecrest_UVIR_Cut_1.2mm_46mm", "Fotga_UVIR_CUT_0.54mm_52mm", "Heliopan_UVIR_CUT_Digital_2.2mm_52mm", "Rocolax_UVIR_Cut_445nm_650nm_1.1mm_52mm", "Rocolax_UVIR_Cut_PRO_HD_(W)_1.1mm_30.5mm", "Rocolax_UVIR_Cut_PRO_HD_(W)_1.1mm_52mm")autoplot(filters.mspct[fig1.filters], facets = 1, wls.target = list("half.maximum", 0.10), annotations = list(c("+", "boundaries", "wls"), c("-", "peaks")))```Using wide angle objectives with interference filters results in differences between the effect of the filter in the centre and edges of the photograph, visible as _vignetting_ . As the cut-in and cut-off wavelengths depend on the angle of incidence, this type of vignetting not only results in darker image corners but also on colour casts than vary from the centre to the edges of a photograph.## ConclusionWe can conclude that when used with wide angle objectives front-mounted filters should preferably be of the absorptive type. Optionally, interference [filters can be mounted at the back of the objective](../lens-adapters/OWL-lens-adapter.qmd). Some [UV-cut filters](uv-cut-filters.qmd) are based on interference coatings and others are absorptive, similarly to the UVIR-cut filters discussed here. For special uses like photography of UV-induced auto fluorescence the cut-off and cut-on wavelengths are critical as they determine if the excitation radiation enters the camera or not. In this case, how efficient is a filter at blocking out-of-band radiation is also important, as usually the the excitation radiation is much stronger than the fluorescence, i.e., the quantum yield of fluorescence is low.::: callout-tipAll the spectral data shown above in figures have been measured by the author with the same Agilent/Hewlett-Packard diode array spectrophotometer (HP 8453). The specifications from Schott are from 2015. The data are available in R package 'photobiologyFilters'. The figures were produced in R with R package 'ggspectra', which is an extension to package 'ggplot2'. All these packages are open-source and available through CRAN. See also the [R for photobiology web site](https://www.r4photobiology.info/).The code is included in this page, but "folded". To display the code used to produce the figures click on the word Code or the triangle next to it.:::