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)

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.

Value

a normalized terra SpatRaster of the capture.

See also