Parent Topic: IHS
PARAMETERS
IHS is controlled by the following global parameters:
Name Prompt Count Type
FILE Database File Name 1-64 Char
DBIC Database Input Channel List 3 Int
DBOC Database Output Channel List 3 Int
DBIW Database Input Window 0-4 Int
IHSMODEL IHS Model: CYLINDER/HEXCONE 1-8 Char
FILE
Specifies the name of the PCIDSK image file containing the
Red-Green-Blue input and Intensity-Hue-Saturation output image
channels.
EASI>FILE="filename"
DBIC
Specifies the three input image channels to be interpreted as the
Red, Green, and Blue components of a colour image.
EASI>DBIC=red,green,blue
- Input channels must all be 8-bit, if output channels are 8-bit.
- Input channels can be any type, if output channels are 32-bit.
- See the DETAILS section for more information on channel types.
- Duplicate input channels are allowed.
- Ranges of channels can be specified with negative values. For
example, {2,-4} is internally expanded to {2,3,4}.
DBOC
Specifies the three output image channels to be interpreted as the
Intensity, Hue, and Saturation components of a colour image.
EASI>DBOC=intensity,hue,saturation
- Output channels can be the same as the input channels.
- Output channels must be either all 8-bit or all 32-bit.
- See the DETAILS section for more information on channel types.
- Duplicate output channels are NOT allowed.
- Ranges of channels can be specified with negative values. For
example, {2,-4} is internally expanded to {2,3,4}.
DBIW
Specifies the rectangular window of image data to be transformed.
EASI>DBIW=Xoffset,Yoffset,Xsize,Ysize
EASI>DBIW= | transform entire image
IHSMODEL
Valid Values: CYLINDER,HEXCONE
Default: CYLINDER
Specifies the type of IHS colour model to use.
EASI>IHSMODEL="HEXCONE | Hexcone model
EASI>IHSMODEL= | defaults to CYLINDER
CYLINDER -> Cylinder model (original method)
HEXCONE -> Hexcone model
See the BACKGROUND and ALGORITHM sections for more information about
these IHS models.
Parent Topic: IHS
About PCI Help Gateway