Learn R Programming

satellite (version 0.1.0)

deprecated: Deprecated functions

Description

The functions have been implemented in the very beginning of the package development, mainly to be used within the scope of a remote sensing course at Marburg University. To ensure that the scripts developed within this course will still work after the next major revision, they are still part of this package, but they will mainly just foreward the respective call to the more up-to-date function.

Usage

satCalib(x, convert = "all", szen_correction = "TRUE")

calibLinear(band, mult, add, szen, k1, k2)

satTOAIrrad(x, method = "Table", model = "MNewKur", normalize = TRUE, esd)

satPathRadDOS(x, atmos_model = "DOS2", esun_mode = "RadRef")

satAtmosCorr(x, atmos_model = "DOS2", esun_mode = "RadRef")

calibLinearInverse(band, ref_mult, ref_add, rad_mult, rad_add, szen)

satInvarFeatures(x)

Arguments

x
Satellite object
convert
Convert dataset to radiance/reflectance/temperature
szen_correction
Compute sun zenith correction
band
Band of the sensor
mult
Multiplicative calibration coefficient
add
Additive multiplication coefficient
szen
Sun zenith angle
k1
BTT calibration coefficient
k2
BTT calibration coefficient
method
Method used for computation
model
Model used for computation
normalize
Normalize earth-sun distance
esd
Earth sun distance
atmos_model
Atmospheric model to be used
esun_mode
Earth sun distance computation method to be used
ref_mult
Multiplicative reflection calibration coefficient
ref_add
Additive reflection calibration coefficient
rad_mult
Multiplicative radiance calibration coefficient
rad_add
Additive radiance calibration coefficient