"convolvewith"( x, coeff )
coeff
can also be the string 'SS3'
which means to apply the Stearns&Stearns
bandwidth correction kernel coeff=c(-1,14,-1)/12
, see Details.
coeff
can also be the string 'SS5'
which means to apply the Stearns&Stearns
bandwidth correction kernel coeff=c(1,-12,120,-12,1)/98
, see Details.
wavelength
, quantity
, and organization
.
If coeff
is invalid it is an ERROR and
convolvewith
returns NULL
.
'SS3'
and 'SS5'
, were derived
by Stearns & Stearns under specific hypotheses on the
spectrometer profile, bandpass, and pitch; see References.
Missing values at both ends are filled by copying from the nearest valid value.
Schanda, Janos. CIE Colorimetry, in Colorimetry: Understanding the CIE System. Wiley Interscience. 2007. p. 124.
Oleari, Claudio, Gabriele Simone. Standard Colorimetry: Definitions, Algorithms and Software. John Wiley. 2016. p. 309.
quantity
,
wavelength
,
linearize
,
applyspec
,
organization