R/Lib_PerformPCA.R
filter_PCA.Rd
perform filtering based on extreme values PCA identified through PCA
filter_PCA(
Input_Image_File,
HDR,
Input_Mask_File,
Shade_Update,
Spectral,
Continuum_Removal,
PCA_model,
PCsel,
TypePCA,
nbCPU = 1,
MaxRAM = 0.25
)
character. Path of the image to be processed
character. Path of the header file corresponding to the image to be processed
character. Path of the mask raster corresponding to the image (keeps pixels = 1)
character. Path of the updated mask raster corresponding to the image (keeps pixels = 1)
list. spectral information from data
boolean. set TRUE if continuum removal should be applied
dataframe. general parameters of the PCA
numeric. PCs used to filter out extreme values
character. Set to PCA, SPCA or MNF
numeric. number of CPUs to be used in parallel
numeric. indicator of RAM to be used to read image file
Shade_Update = updated shade mask