Approximate melanopic equivalent daylight illuminance (melanopic EDI)
Source:R/exposure-metrics.R
compute_melanopic_edi.RdConverts photopic illuminance (lux) to an approximate melanopic EDI value using a fixed calibration factor. Actigraphy devices' broadband light sensors do not measure spectral composition directly, so this is an approximation only and should not be treated as a substitute for spectroradiometric measurement.
Arguments
- trace
An object of class
luxR_trace(seelight_trace()).- calibration_factor
Numeric scalar, photopic-lux-to-melanopic-EDI conversion factor. Default
NULL, in which case a device-specific default is looked up fromtrace$device(not yet implemented).