| Environments | PYTHON :: EASI :: MODELER |
| Quick links | Description :: Parameters :: Parameter descriptions :: Details :: Example :: Related |
| Back to top |
| Back to top |
| Name | Type | Caption | Length | Value range |
|---|---|---|---|---|
| FILI * | String | Input file name | 1 - 192 | |
| DBIC * | Integer | Input raster channel(s) or layer(s) | 1 - | |
| FILO * | String | Output file name | 1 - 192 | |
| DBOC * | Integer | Output raster channel(s) or layer(s) | 1 - |
| Back to top |
FILI
Specifies the name of the file that contains the input image channel(s) to be corrected.
DBIC
Specifies the channel(s) or layer(s) in the input file to be corrected. Up to 1,024 channels or layers can be handled and a maximum of 48 integer values can be specified. Duplicate output channels are not allowed.
The total number of channels specified by DBIC (Input) must be equal to the total number of channels specified by DBOC (Output).
Ranges of channels or segments can be specified with negative values. For example, {1,-4,10} is internally expanded to {1,2,3,4,10}. When you are not specifying a range in this way, only 48 numbers can be specified explicitly.
FILO
Specifies the name of the file to receive the corrected image(s). This can be the same as the file name specified by FILI.
DBOC
Specifies the output channel(s) or layer(s) that receive the corrected output channel(s). Although this parameter can be the same as DBIC (Input), it is not recommended, since you will be changing your raw data.
Duplicate output channels are not allowed. The total number of channels specified by DBIC (Input) must be equal to the total number of channels specified by DBOC (Output).
Ranges of channels or segments can be specified with negative values. For example, {1,-4,10} is internally expanded to {1,2,3,4,10}. When you are not specifying a range in this way, only 48 numbers can be specified explicitly.
| Back to top |
HOTSPOT performs hot spot correction on an image channel. This is useful as a pre-processing step for computing a mosaic with a set of images to improve the homogeneity of each image, removing an over-all hot spot or side-to-side fade from each image.
HOTSPOT can be run on either raw images or orthorectified images. HOTSPOT computes and applies a hot spot correction for an image channel. The correction is computed by fitting a second-order polynomial to all of the non-background valued pixels in the image channel. The value 0 is considered to be background and is ignored.
| Back to top |
Compute a hot spot correction for channel 1 of data1.pix and write the result in channel 1 of data2.pix.
EASI>FILI="data1.pix" EASI>DBIC=1 EASI>FILO="data2.pix" EASI>DBOC=1 EASI>R HOTSPOT
© PCI Geomatics Enterprises, Inc.®, 2026. All rights reserved.