View source: R/calibrate_and_composite.r
Calibrate MSS imagery to TM and make cloud-free composites
1 2 3 4  | calibrate_and_composite(msswrs1dir, msswrs2dir, tmwrs2dir, oliwrs2dir, index,
  outdir, runname, useareafile, doyears = "all", order = "none",
  overlap = "mean", cores = 2, process, overwrite = F, startday, endday,
  yearadj)
 | 
msswrs1dir | 
 character. mss wrs1 directory path  | 
msswrs2dir | 
 character. mss wrs2 directory path  | 
tmwrs2dir | 
 character. tm wrs2 directory path  | 
index | 
 character. spectral index to make composites for. options: "tca", "tcb", "tcg", "tcw"  | 
outdir | 
 character. path to output directory  | 
runname | 
 character. unique name for the composite set  | 
useareafile | 
 character. path to usearea file  | 
doyears | 
 ??? what years to composite  | 
order | 
 character. how to order the images options "sensor_and_doy", "doy", and "none"  | 
overlap | 
 character. how to deal with overlapping images. options: "mean"  | 
cores | 
 numeric. Number of cores to process with options: 1 or 2  | 
process | 
 numeric. integer or vector specifying which processes to run: 1=msscal, 2=mixel  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.