Parent Topic: STR
Name Prompt Count Type FILE Database File Name 1-64 Char DBIC Database Input Channel List 0-1 Int DBLUT Database Lookup Table 0-1 Int DBSN Database Segment Name 0-8 Cha DBSD Database Segment Descriptor 0-64 Char EXPO Exponent for Contrast Stretch 1 Real ISTR Input Stretch Range (Min,Max) 0-2 Int OSTR Output Stretch Range (Min,Max) 0-2 Int LCTR Low End Control: MIN/MAX/OFF 3 Char HCTR High End Control: MIN/MAX/OFF 3 Char TRIM Tail Trimming % (Left, Right) 0-2 Real MASK Area Mask (Window or Bitmap) 0-4 Int The following parameter receives output: DBLUT Database Lookup Table 0-1 Int
EASI>FILE="filespec"
EASI>DBIC=i
EASI>DBSN="seg name"DBSN is only required if a new segment is created.
EASI>DBSD="string describing contents or origin of data"DBSD may only be used if a new segment is created.
EASI>ISTR=i,j
EASI>OSTR=i,jDefault is 0,255.
EASI>TRIM=n1,n2
EASI>MASK=xoff,yoff,xsize,ysize | process window
EASI>MASK=b | process only under bitmap
| stored in segment b
EASI>MASK= | process entire channel
Note: MASK is only pertinent if DBIC is specified.
Valid Values: 0.0 <= x <= 100.0 Default: 0.5Specifies a positive real number corresponding to the exponent in the contrast stretching formula:
newval = A*(oldval - ISTR(1))**EXPO + OSTR(1)where newval and oldval are grey levels, A is the scaling factor, and ISTR(1) and OSTR(1) are the minimum input and output grey levels. For instance, if EXPO is set to 1, the stretch is linear.
EXPO defaults to 0.5 (this eliminates the typical skewing of histograms).
EASI>EXPO=n EASI>EXPO= | defaults to 0.5
Valid Values: OFF,MIN,MAX Default: MINSpecifies the mapping of pixels that fall short of the input range in ISTR(1).
EASI>LCTR="OFF" | low-end values unchanged
EASI>LCTR="MIN" | low-end values set to bottom of
| output range (OSTR(1))
EASI>LCTR="MAX" | low-end values set to top of
| output range (OSTR(2))
Valid Values: OFF,MIN,MAX Default: MAXSpecifies the mapping of pixels that are higher than the input range in ISTR(2).
EASI>HCTR="OFF" | high-end values unchanged
EASI>HCTR="MIN" | high-end values set to bottom of
| output range (OSTR(1))
EASI>HCTR="MAX" | high-end values set to top of
| output range (OSTR(2))
EASI>DBLUT=i