View source: R/spectrace_calibrate_light_old.R
spectrace_calibrate_light_old | R Documentation |
This function calibrates the raw light data of the spectrace sensors based on the provided calibration data.
spectrace_calibrate_light_old(
lightData,
cal_data = NULL,
gain_correction = TRUE
)
lightData |
Data frame with light data. |
cal_data |
Data frame with calibration factors. Must consist of the following columns: "serial", "lux", "410nm", "435nm", "460nm", "485nm", "510nm", "535nm","560nm", "585nm", "610nm", "645nm", "680nm", "705nm", "730nm", "760nm". |
gain_correction |
Logical. Should calibration factors be corrected for high gain when UV > 9? Defaults to TRUE. |
Data frame with calibrated spectral irradiance data in W/m2 (Watts per square-meter). Columns >730nm are removed.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.