SAGA-GIS Module Library Documentation (v2.1.3)

Module Colour Normalized Spectral Sharpening

Colour normalized spectral sharpening.

References:
Vrabel, J., Doraiswamy, P., McMurtrey, J., Stern, A. (2002): Demonstration of the Accuracy of Improved Resolution Hyperspectral Imagery. SPIE Symposium Proceedings.

Vrabel, J., Doraiswamy, P., Stern, A. (2002): Application of Hyperspectral Imagery Resolution Improvement for Site-Specific Farming. ASPRS 2002 Conference Proceedings.

Parameters

 NameTypeIdentifierDescriptionConstraints
InputOriginal ChannelsGrid list (input)GRIDS--
Panchromatic ChannelGrid (input)PAN--
OutputSharpend ChannelsGrid list (output)SHARPEN--
OptionsResamplingChoiceRESAMPLING-Available Choices:
[0] nearest neighbour
[1] bilinear
[2] cubic convolution
Default: 2

Command-line

Usage: saga_cmd imagery_tools 6 -GRIDS <str> -PAN <str> [-SHARPEN <str>] [-RESAMPLING <str>]
  -GRIDS:<str>     	Original Channels
	Grid list (input)
  -PAN:<str>       	Panchromatic Channel
	Grid (input)
  -SHARPEN:<str>   	Sharpend Channels
	Grid list (output)
  -RESAMPLING:<str>	Resampling
	Choice
	Available Choices:
	[0] nearest neighbour
	[1] bilinear
	[2] cubic convolution
	Default: 2