make_fwhm: Resample the FWHM to a new set of bands using a gaussian...

View source: R/resample.R

make_fwhmR Documentation

Resample the FWHM to a new set of bands using a gaussian model

Description

Resample the FWHM to a new set of bands using a gaussian model

Usage

make_fwhm(spec, new_bands, new_fwhm = NULL, return_type = "max", k = 3)

Arguments

spec

spectra object

new_bands

band values to resample the spectra to

new_fwhm

FWHM for the new bands

return_type

either "max" or "old". If "old" (default), it returns the fwhm inferred from the original's spectra bands. If max (default), it returns the max between the new and old fwhm.

k

number of unique FHWM to estimate

Value

FWHM as a numeric vector


spectrolab documentation built on April 3, 2025, 9:33 p.m.