Resample the FWHM to a new set of bands using a gaussian model
i_make_fwhm(
old_bands,
old_fwhm,
new_bands,
new_fwhm,
return_type = "max",
k = 0
)
a numeric vector of FWHM estimates
band values of the original spectra
FWHM for the original spectra
band values for the resampled spectra
FWHM for the resampled spectra
Either "max" (default) or "old". Max returns the maximum from either the old or the new FWHM for each band
number of FWHM categories. Defaults to 0, which means, return the FWHM in as much detail as possible.