Description Usage Arguments Examples
View source: R/SentinelCalibration.R
Applies the calibration to sentinel data based on a single intercept and slope
1 | calibrateData(sentineldf, toaColName, int, slope)
|
sentineldf |
Data.frame containing paired Sentinel TOA and SR values for a band or index |
toaColName |
column name for Sentinel TOA values |
slope |
slope from linear calibration model |
intercept |
intercept from linear calibration model |
1 2 | # apply calibration
calibrated <- calibrateData(sentinelData_df, 'Sentinel_TOA', 0.05, 1.903)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.