| Environments | PYTHON :: EASI :: MODELER |
| Quick links | Description :: Parameters :: Parameter descriptions :: Details :: Example :: Acknowledgements :: References :: Related |
| Back to top |
| Back to top |
| Name | Type | Caption | Length | Value range |
|---|---|---|---|---|
| FILI * | String | Input SPOT multispectral image | 1 - 192 | |
| DBIC | Integer | Input band channels | 0 - 3 | |
| FILO * | String | Output file name | 1 - 192 |
| Back to top |
FILI
Specifies the path and file name of the SPOT multispectral image, in a GDB-supported format. Multispectral scenes from all SPOT satellites are supported.
DBIC
Specifies the input Red, Green, and Near Infrared band channels in the image.
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 path and file name of the output image. The output will contain all content in the input file, as well as the simulated blue band.
| Back to top |
SPOTBLUE generates a simulated blue band from an multispectral image and adds the simulated blue band to the output. Multispectral scenes with red, green and near-infrared bands are supported.
The optional DBIC parameter specifies the input file channels that contain, at minimum, the red (R), green (G), and near-infrared (I) bands of the multispectral image.
After successful completion of processing, the output file will receive the original content transferred from the input, as well as a synthesized blue band added.
The simulated blue band is created according to the algorithm in the paper by Patra et al. (2006) listed in the References section. The blue band (B) is created as a linear combination of the three input bands as follows:
B = a + bG + cR + dI
The above coefficients are specific for unsigned 8bit and will be adjusted accordingly for image with other bit depth as described in the reference literature.
The natural color images (when the output color product is RGB), or synthesized blue band (when the output color product is Synthesized Blue Band) are intended for display and presentation. They should not be used for quantitative analyses, classification, or other information retrieval tasks.
| Back to top |
This example assumes the imported raw SPOT-5 MS scene is available, and that the output file does not already exist.
EASI>FILI = "MS\55342450610051908522J3_raw_ms.pix" EASI>DBIC = 3,2,1 EASI>FILO = "55342450610051908522J3_raw_RGB.pix" EASI>r SPOTBLUE
| Back to top |
SPOTBLUE was partially funded by PRECARN and the Department of Alberta Advanced Education and Technology.
The implemented algorithm was selected and tested by the Alberta Terrestrial Imaging Center.
| Back to top |
Patra, S.K., M. Shekher, S.S. Solanki, R. Ramachandran and R. Krishnan, (2006). "A technique for generating natural color images from false color composite images." International Journal of Remote Sensing, 27(14): 2977-2989.
© PCI Geomatics Enterprises, Inc.®, 2026. All rights reserved.