Gives values for GPAS BSWF (Timijan's formulation) as a function of wavelength
Source:R/gen.t.q.fun.r
GEN_T_q_fun.Rd
This function gives a set of numeric multipliers that can be used as a weight to calculate effective doses and irradiances.
Value
a numeric array of the same length as w.length
with values for
the BSWF normalized as in the original source. The returned values are
based on quantum effectiveness units.
Note
For wavelengths shorter than 256 nm the value returned by the equation starts decreasing, but we instead extrapolate this maximum value, obtained at 256 nm, to shorter wavelengths. For wavelengths longer than 345 nm we return zero, as is usual parctice.
See also
Other BSWF functions:
CH4_e_fun()
,
CH4_q_fun()
,
CIE_e_fun()
,
CIE_q_fun()
,
DNA_GM_q_fun()
,
DNA_P_q_fun()
,
FLAV_q_fun()
,
GEN_G_q_fun()
,
GEN_M_q_fun()
,
ICNIRP_e_fun()
,
PG_q_fun()
Examples
GEN_T_q_fun(293:400)
#> [1] 2.718282e+00 2.388697e+00 2.089576e+00 1.819641e+00 1.577407e+00
#> [6] 1.361232e+00 1.169367e+00 9.999999e-01 8.512939e-01 7.214222e-01
#> [11] 6.085971e-01 5.110939e-01 4.272695e-01 3.555769e-01 2.945748e-01
#> [16] 2.429339e-01 1.994394e-01 1.629912e-01 1.326013e-01 1.073895e-01
#> [21] 8.657778e-02 6.948344e-02 5.551197e-02 4.414915e-02 3.495333e-02
#> [26] 2.754768e-02 2.161285e-02 1.687988e-02 1.312373e-02 1.015723e-02
#> [31] 7.825715e-03 6.002097e-03 4.582605e-03 3.482990e-03 2.635254e-03
#> [36] 1.984829e-03 1.488176e-03 1.110748e-03 8.252920e-04 6.104216e-04
#> [41] 4.494513e-04 3.294320e-04 2.403695e-04 1.745915e-04 1.262402e-04
#> [46] 9.086619e-05 6.510847e-05 4.644116e-05 3.297608e-05 2.330910e-05
#> [51] 1.640145e-05 1.148866e-05 8.011008e-06 0.000000e+00 0.000000e+00
#> [56] 0.000000e+00 0.000000e+00 0.000000e+00 0.000000e+00 0.000000e+00
#> [61] 0.000000e+00 0.000000e+00 0.000000e+00 0.000000e+00 0.000000e+00
#> [66] 0.000000e+00 0.000000e+00 0.000000e+00 0.000000e+00 0.000000e+00
#> [71] 0.000000e+00 0.000000e+00 0.000000e+00 0.000000e+00 0.000000e+00
#> [76] 0.000000e+00 0.000000e+00 0.000000e+00 0.000000e+00 0.000000e+00
#> [81] 0.000000e+00 0.000000e+00 0.000000e+00 0.000000e+00 0.000000e+00
#> [86] 0.000000e+00 0.000000e+00 0.000000e+00 0.000000e+00 0.000000e+00
#> [91] 0.000000e+00 0.000000e+00 0.000000e+00 0.000000e+00 0.000000e+00
#> [96] 0.000000e+00 0.000000e+00 0.000000e+00 0.000000e+00 0.000000e+00
#> [101] 0.000000e+00 0.000000e+00 0.000000e+00 0.000000e+00 0.000000e+00
#> [106] 0.000000e+00 0.000000e+00 0.000000e+00