Skip to contents

Wavelength-range definition for orange radiation according to ISO.

Usage

Orange(std = "ISO")

Arguments

std

a character string "ISO"

Value

A waveband object defining a wavelength range.

Details

Orange radiation (591...610 nm) as defined in ISO standards based on human colour vision.

References

ISO (2007) Space environment (natural and artificial) - Process for determining solar irradiances. ISO Standard 21348. ISO, Geneva.

See also

Other unweighted wavebands: Blue(), Far_red(), Green(), IR(), Purple(), Red(), UV(), UVA(), UVB(), UVC(), VIS(), Yellow()

Examples

Orange()
#> Orange.ISO 
#> low (nm) 591 
#> high (nm) 610 
#> weighted none 
Orange("ISO")
#> Orange.ISO 
#> low (nm) 591 
#> high (nm) 610 
#> weighted none 

e_irrad(sun.spct, Orange()) # W m-2
#> E_Orange.ISO 
#>     12.00432 
#> attr(,"time.unit")
#> [1] "second"
#> attr(,"radiation.unit")
#> [1] "total energy irradiance"
q_irrad(sun.spct, Orange()) # mol m-2
#> Q_Orange.ISO 
#> 6.027398e-05 
#> attr(,"time.unit")
#> [1] "second"
#> attr(,"radiation.unit")
#> [1] "total photon irradiance"
q_irrad(sun.spct, Orange(), scale.factor = 1e6) # umol m-2
#> Q_Orange.ISO 
#>     60.27398 
#> attr(,"time.unit")
#> [1] "second"
#> attr(,"radiation.unit")
#> [1] "total photon irradiance"