Skip to contents

normalize captured hyperspectral data with white and dark reference according to equation from Butz et al. 2016.

Usage

normalization(
  capture = capture,
  whiteref = whiteref,
  darkref = darkref,
  tintw = tintw,
  tints = tints
)

Arguments

capture

a terra SpatRaster of captured data.

whiteref

a terra SpatRaster of the white reference matching capture extent.

darkref

a terra SpatRaster of the dark reference matching capture extent.

tintw

integration time of the white reference.

tints

integration time of the captured utils::data (sample).

Value

a normalized terra SpatRaster of the capture.

See also