fitSimuNoise_WHIT: fitSimuNoise_WHIT

View source: R/fitSimuNoise_WHIT.R

fitSimuNoise_WHITR Documentation

fitSimuNoise_WHIT

Description

fitSimuNoise_WHIT

Usage

fitSimuNoise_WHIT(
  lst_noise,
  lambdas = NULL,
  nptperyear = 23,
  wmin = 0.2,
  ...,
  outdir = "./OUTPUT",
  is_save = FALSE,
  limits = NULL
)

Arguments

lst_noise

list of simulated random and keypoint noise, list(list(y, QC))

lambdas

lamdas for Whittaker

nptperyear

Integer, number of images per year.

wmin

Double, minimum weight of bad points, which could be smaller the weight of snow, ice and cloud.

...

other parameters to check_input(), e.g. perc_wc, wmin. wmin also is passed to wFUN.

limits

If not null, only process the first limits pixel severing to debug.

See Also

check_input

Examples

data('lst_noise')
r <- fitSimuNoise_WHIT(lst_noise)

kongdd/gee_whittaker documentation built on April 14, 2024, 5:22 a.m.