[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

20000704: Creating Sounder Images



>From: address@hidden (Chris Hennon)
>Organization: UCAR/Unidata
>Keywords: 200007042022.e64KMKT06083

>I'm working with the new pnga2area decoder to produce sounder images, of
>which I would like to display. Will I have to make code modifications in
>order for gempak to recognize these new image types, or is it possible to
>just add the entries in the $GEMTBL/sat/imgtyp.tbl file?  I read your
>correspondance on 20000615 and it looks as if code modifications are
>necessary.  Thanks.
>
>Chris 
>
>================================================
>| Chris Hennon        Ohio State University   |
>| Tropical Meteorology      address@hidden   |
>|                                              |
>| Dept of Geography   Office: 1155 Derby Hall  |
>| 1036 Derby Hall     Phone : (614) 292-2704   |
>| Columbus, OH 43210  Fax   : (614) 292-6213   |
>================================================
>


Chris,

I have made ~gbuddy/nawips-5.4/patches/gempak5.4_patch17.tar.Z available.

This patch will update the GEMPAK routines which access the AREA files 
in order to provide the calibrated data values for the color bar in the GEMPAK
programs as well as Garp, as well as have the Garp pointer return the 
interpolated data value for the pixel. The patch also contains several color 
enhancement tables I have put together for these products.

To update your distribution:

download the tarfile to your $NAWIPS directory, then:

cd $GEMPAKHOME/source/gemlib/im
make clean
make all
make clean

cd $GEMPAKHOME/source/programs
make clean
make all
make install
make clean

cd $GARPHOME
make clean
make all
make install
make clean

cd $NAWIPS/nprogs/nsat
make clean
make all
make install
make clean

Steve Chiswell