writes an ENVI image corresponding to PCA

write_PCA_raster(
  Input_Image_File,
  Input_Mask_File,
  PCA_Path,
  PCA_model,
  Spectral,
  Nb_PCs,
  Continuum_Removal,
  TypePCA,
  nbCPU = 1,
  MaxRAM = 0.25
)

Arguments

Input_Image_File

path for the raster on which PCA is applied

Input_Mask_File

path for the corresponding mask

PCA_Path

path for resulting PCA

PCA_model

PCA model description

Spectral

spectral information to be used in the image

Nb_PCs

number of components kept in the resulting PCA raster

Continuum_Removal

boolean. If TRUE continuum removal is performed.

TypePCA

PCA, SPCA, NLPCA

nbCPU

number of CPUs to process data

MaxRAM

max RAM when initial image is read (in Gb)

Value

None