TIMESAT main function

TSF_main(
  y,
  qc,
  nptperyear = 23,
  jobname = "TSF",
  options = NULL,
  cache = T,
  t = NULL
)

Arguments

y

The input vegetation time series

qc

the QC flag of `y`

nptperyear

n points per year

options

TIMESAT options, see [write_setting()]

cache

boolean. If false, temporal files will be removed.

t

corresponding date of `y`

See also

[write_input()]