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

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

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