Skip to content

Latest commit

 

History

History
185 lines (129 loc) · 5.5 KB

band_spectral_distance_tab.rst

File metadata and controls

185 lines (129 loc) · 5.5 KB

Spectral distance

This tab allows for calculating the spectral distance between every corresponding pixel of two :guilabel:`band sets`. The output is a raster containing the spectral distance of each pixel. Optionally, a threshold can be defined for creating a binary raster (0-1) of values below and above the threshold.

This tool supports virtual raster output; if the output file name ends with .vrt then the output is created as virtual raster composed of as many .tif files as the number of CPU threads defined in :ref:`system_processing`; for large rasters this can speed up the process.

Tip

Information about APIs of this tool in Remotior Sensus at this link .

Tool symbol and name Description
:guilabel:`Select first input band set` input_number select the first input :ref:`band_set_tab`
:guilabel:`Select second input band set` input_number select the second input :ref:`band_set_tab`

:guilabel:`Distance algorithm`

radiobutton :guilabel:`Minimum Distance`

radiobutton :guilabel:`Spectral Angle Mapping`

select :ref:`minimum_distance_algorithm` or :ref:`spectra_angle_mapping_algorithm` for spectral distance calculation
checkbox :guilabel:`Distance threshold` input_number if checked, a binary raster of values below and above the threshold is created
Tool symbol and name Description
:guilabel:`Script` script_tool add this function to the :ref:`script_tab`
:guilabel:`RUN` run run this function