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
)
path for the raster on which PCA is applied
path for the corresponding mask
path for resulting PCA
PCA model description
spectral information to be used in the image
number of components kept in the resulting PCA raster
boolean. If TRUE continuum removal is performed.
PCA, SPCA, NLPCA
number of CPUs to process data
max RAM when initial image is read (in Gb)
None