The EB, EU and SU commands can be used to modify displays of imagery or create enhancement tables that can be used when displaying imagery. Additional information on enhancements can be found in the Enhancements section of the Unidata McIDAS Learning Guide.
Brightness Blue Green Red min max min max min max min max --- --- --- --- --- --- --- --- 0 255 0 255 0 255 0 255In this case, image value 0 is mapped to display value 0 0 0 (black) and image value 255 is mapped to display value 255 255 255 (white).
McIDAS enhancement tables are files with the suffix .ET.
This entry applies the mappings of brightness to color in the TOPO enhancement table to the current frame.
EU (Enhancement Utility) can also be used to create custom enhancements on the fly.
Brightness Blue Green Red min max min max min max min max --- --- --- --- --- --- --- --- 0 179 0 179 0 179 0 179 180 220 0 0 0 0 255 255 221 255 221 255 221 255 221 255
Note that STORM.ET is now in the list.
Now, you will manually input the brightness values with the EB command.
Since most of the brightness values are between 71 and 141, creating an enhancement for this range makes the image features more prominent. Note that all brightness values outside the range of 71 to 141 remain unchanged.
SU TABLE LEARN BREAKPOINTS STORED IN TABLE : LEARN.ST INPUT OUTPUT ----- ------ 0 255 255 0 CALIBRATION TYPE : VISR CALIBRATION UNITS : BRIT BAND NUMBER : -1 INTERPOLATION TYPE: LIN SU: DONE
Image Name: GV4.1 File Nominal Image RAW BRIT MODB Line/Element Line/Element LEARN 565/ 680 3381/10305 82 82 173
Since the values in the table are reversed (0 is now 255 and 255 is now 0), you can calculate the stretched value of a pixel by subtracting the pixel's original brightness value from the maximum value. For example, to calculate the stretched value of the center pixel, subtract the original brightness value (82) from the maximum brightness value (255); the stretched value of the center pixel is 173 (255-82).
This stretch table maps temperatures to output brightness values.
Note that although the images look the same, the data bar labels are listed in terms of the stretch table used. Without a stretch table, the raw brightness values are listed.