Available with Image Analyst license.
Available with Spatial Analyst license.
Summary
Performs subpixel classification and calculates the fractional abundance of land-cover types for individual pixels.
Discussion
For more information about how this function works, see the Linear Spectral Unmixing raster function.
The referenced raster dataset for the raster object is temporary. To make it permanent, you can call the raster object's save method.
Syntax
LinearUnmixing (in_raster, in_spectral_profile_file, {value_option})
Parameter | Explanation | Data Type |
in_raster | The input raster. | Raster |
in_spectral_profile_file | The path to the spectral profile for the various land cover classes. This can be provided as a polygon feature class, a classifier definition file (.ecd) generated from the Train Maximum Likelihood Classifier tool, or a JSON file (.json) that contains the class spectral profiles. | String |
value_option | Specifies how the output pixel values will be defined.
Both options can be specified by delimiting with a semicolon: "SUM_TO_ONE;NON_NEGATIVE". | String |
Data Type | Explanation |
Raster | The output raster. |