apply normalization function over the combination of capture and reference SpatRasters using terra spatial dataset.
Usage
create_normalized_raster(
capture = capture,
whiteref = whiteref,
darkref = darkref,
tintw = tintw,
tints = tints,
fun = normalization,
...
)
Arguments
- capture
terra SpatRaster of captured data.
- whiteref
terra SpatRaster of the white reference matching capture extent.
- darkref
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).
- fun
function to apply: normalization.
- ...
additional arguments.
See also
Other Normalization:
create_reference_raster()
,
normalization()
,
raster_crop()