BlueSpray - Help
© SchoonerTurtles, Inc. 2012-2015

Introduction
Contents
Getting Started
Download
Navigating
Tutorials
Scripting
Advanced
About

Class STPixelStats

Extends STTransformRaster

Static Functions

ReturnsFunctionThrows
STRaster Max(STRaster[] TheInputs) Exception
STRaster Mean(STRaster[] TheInputs) Exception
STRaster Min(STRaster[] TheInputs) Exception
STRaster StdDev(STRaster[] TheInputs) Exception

Static Functions


STRaster Max(STRaster[] TheInputs) Exception

Returns a raster with the each pixel representing the maximum value for
all the overlapping pixels in the input rasters.

Parameters:
    TheInputs - rasters to example for the statistic
Returns: - a new raster with maximum values for each pixel
Throws: Exception


STRaster Mean(STRaster[] TheInputs) Exception

Returns a raster with the each pixel representing the mean value for
all the overlapping pixels in the input rasters.

Parameters:
    TheInputs - rasters to example for the statistic
Returns: - a new raster with mean values for each pixel
Throws: Exception


STRaster Min(STRaster[] TheInputs) Exception

Returns a raster with the each pixel representing the minimum value for
all the overlapping pixels in the input rasters.

Parameters:
    TheInputs - rasters to example for the statistic
Returns: - a new raster with minimum values for each pixel
Throws: Exception


STRaster StdDev(STRaster[] TheInputs) Exception

Returns a raster with the each pixel representing the standard deviation value for
all the overlapping pixels in the input rasters.

Parameters:
    TheInputs - rasters to example for the statistic
Returns: - a new raster with standard deviation values for each pixel
Throws: Exception