| Environments | PYTHON :: EASI :: MODELER |
| Batch Mode | Yes |
| Quick links | Description :: Parameters :: Parameter descriptions :: Details :: Related |
| Back to top |
| Back to top |
| Name | Type | Length | Value range |
|---|---|---|---|
| Input: Layer(s): Input raster channel(s) * | Raster port | 1 - 1024 | |
| Mask | Integer | 0 - 4 | |
| Port Settings: Resample Mode: Port Settings: Resample mode | Raster port | 1 - 1024 | Nearest | Bilinear | Cubic Default: Nearest |
| Histogram Window | Float | 0 - 4 | |
| Histogram Dump Format | String | 0 - 1 | RAW | RANGE | HITRANGE | CENTER | HITCENTER Default: HITCENTER |
| Report | String | 0 - 192 | See parameter description |
| Back to top |
Input: Layer(s): Input raster channel(s)
The image channels from which to extract histogram data.
Mask
The window or bitmap that defines the area to process within the input raster.
If no value is specified, the entire channel is processed.
Port Settings: Resample Mode: Port Settings: Resample mode
The method to use for image resampling.
Histogram Window
The minimum and maximum gray-level values to collect for the histogram.
Histogram Dump Format
The format of the output histogram report.
Report
Specifies where to direct the generated report.
Available options are:
| Back to top |
HISDUMP computes a histogram of one or more image channels, and exports (dumps) the result to a report file you specify. The format of the report is intended for ease of reading for statistical analysis by other functions, rather than be easily human-readable.
The source image channels are read from an input image file. If you want to restrict the set of pixels sampled, you can specify a window or graphic plane using the Mask (MASK) parameter.
When computing a histogram, HISDUMP establishes a histogram table with each entry in the table called a bin. A particular bin will contain a count of all sampled pixels that fall within the bin minimum (inclusive) and maximum (not included) gray-level values. You can control the overall binning range by specifying a value for the Histogram Window (HISW) parameter.
With the Histogram Dump Format (HISFORM) parameter, you can control the format of the generated histogram report. The simplest form is a "RAW" report, which generates one report line per histogram table bin, with the line containing the counts for each input channel sampled. The RANGE and CENTER report types add a column at the beginning of each line that contains the gray-level range for the bin, or the central gray-level value for the bin. The HITRANGE and HITCENTER report types are similar, but contain only lines for bins that have at least one nonzero count.
© PCI Geomatics Enterprises, Inc.®, 2026. All rights reserved.