normalize: Normalize a hyperspectral image

View source: R/normalize.R

normalizeR Documentation

Normalize a hyperspectral image

Description

Normalize a hyperspectral image

Usage

normalize(
  directory = NA,
  cmPerPixel = NA,
  wavelengths = c(550, 570, 590, 615, 630, 650, 659:671, 690, 730, 790, 845, 900),
  roi = NA,
  output.dir = NA,
  corename = NA
)

Arguments

directory

path to Specim core folder

cmPerPixel

optionally specify the number of cm per pixel. Will determine interactively if NA. (default = NA)

roi

rasterExtent object defining region of interest. NA will allow you to choose interactively (default = NA)

output.dir

optionally save output raster by specifyign the path

corename

optionally choose the length of the core

spectra

which spectra to normalize

Value

a normalized hyperspectral image


nickmckay/specimR documentation built on July 6, 2022, 8:09 p.m.