FitSpectralData: This function adapts SpecPROSPECT accordingly to experimental...

View source: R/Lib_PROSPECT.R

FitSpectralDataR Documentation

This function adapts SpecPROSPECT accordingly to experimental data or to a spectral domain defined by UserDomain

Description

This function adapts SpecPROSPECT accordingly to experimental data or to a spectral domain defined by UserDomain

Usage

FitSpectralData(
  lambda,
  SpecPROSPECT = NULL,
  Refl = NULL,
  Tran = NULL,
  UserDomain = NULL,
  UL_Bounds = FALSE
)

Arguments

lambda

numeric. Spectral bands corresponding to experimental data

SpecPROSPECT

list. Includes optical constants: refractive index, specific absorption coefficients and corresponding spectral bands

Refl

numeric. Measured reflectance data

Tran

numeric. Measured Transmittance data

UserDomain

numeric. either Lower and upper bounds for domain of interest (optional) or list of spectral bands of interest

UL_Bounds

boolean. set to TRUE if UserDomain only includes lower and upper band, set to FALSE if UserDomain is a list of spectral bands (in nm)

Value

list including spectral properties at the new resolution


jbferet/prospect documentation built on Feb. 10, 2025, 9:35 a.m.