View source: R/spectrace_calibrate_light.R
spectrace_calibrate_light | R Documentation |
This function calibrates the raw light data of the spectrace sensors based on the provided calibration data.
spectrace_calibrate_light(lightData, cal_data = NULL)
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". |
Data frame with calibrated spectral irradiance data in W/m2 (Watts per square-meter). Columns >760nm are removed.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.