fullSpectra: Normalize a hyperspectral image

View source: R/full_spectra.R

fullSpectraR Documentation

Normalize a hyperspectral image

Description

Normalize a hyperspectral image

Usage

fullSpectra(
  directory = NA,
  length.out = NA,
  wavelengths = NA,
  cmPerPixel = NA,
  roi = NA,
  output.dir = NA,
  corename = NA,
  chunk.top = 0,
  chunk.bot = 3,
  chunk.step = 0.25
)

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.