English: UV sunlight spectrum (on a summer day in the Netherlands), along with the CIE erythemal action spectrum. The effective spectrum is the product of the former two.
This file is translated using SVG <switch> elements. All translations are stored in the same file! Learn more.
To embed this file in your language (if available) use the lang parameter with the appropriate language code, e.g. [[File:Erythemal action spectrum.svg|lang=en]] for the English version.
To translate this file into your language download the file to your computer, add your translation and re-upload it with the same name. You will find help in Graphics Lab if you're not sure how to do this.
# data source: http://www.temis.nl/uvradiation/info/uvindex.html
# solar spectrum: in Netherlands, noon, clear blue sky
action(l) = (l<297) ? 1 : ((l<327) ? 0.0015**((l-297)/30) : 1.5e-3*(1.2e-4/1.5e-3)**((l-327)/73))
set xlabel 'Wavelength (nm)'
set ylabel 'Irradiance (W/m^2/nm)'
set xrange [280:390]
set yrange [8e-5:2]
set log y
set grid
set style data lines
set nokey
set label 'Sunlight spectrum' at 330,0.3
set label "Erythemal action\nspectrum" at 320,0.025
set label 'Effective spectrum' at 300,2.5e-4
set terminal svg enhanced fsize 18
set output 'erythemal_spectrum.svg'
plot \
'sunNL.dat', \
action(x), \
'sunNL.dat' using 1:(action($1)*$2)
unset output
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled GNU Free Documentation License.http://www.gnu.org/copyleft/fdl.htmlGFDLGNU Free Documentation Licensetruetrue
to share – to copy, distribute and transmit the work
to remix – to adapt the work
Under the following conditions:
attribution – You must attribute the work in the manner specified by the author or licensor (but not in any way that suggests that they endorse you or your use of the work).
share alike – If you alter, transform, or build upon this work, you may distribute the resulting work only under the same or similar license to this one.
This licensing tag was added to this file as part of the GFDL licensing update.http://creativecommons.org/licenses/by-sa/3.0/CC-BY-SA-3.0Creative Commons Attribution-Share Alike 3.0
Transferred from en.wikipedia to Commons by Leyo using CommonsHelper. The original description page was here. All following user names refer to en.wikipedia.
This file contains additional information, probably added from the digital camera or scanner used to create or digitize it.
If the file has been modified from its original state, some details may not fully reflect the modified file.