Hi all,
We have been using gpmap to make satellite gif images and lost the
ability when the switch to GOES-13 occurred.  Our data comes through the
LDM and NMAP is able to view the new imagery with no changes.  I tried
copying the GOES-12 settings into the imgtyp.tbl for GOES-13, but that
has not worked.  I get the following error message: "no entry in the
image table, imgtyp.tbl, for file IR_20081218_"
The script I am running is shown below.  Any ideas?
Thanks,
Charley
#! /bin/csh
# Script for generating IR satellite imagery gif for the current hour.
#
# Define current date
set yyyy=3D`date -u +%Y`
set mm=3D`date -u +%m`
set dd=3D`date -u +%d`
set date=3D${yyyy}${mm}${dd}
set hh=3D`date -u +%H`
#set althh=3D0
#@ althh=3D${hh} - 1
set nn=3D`date -u +%M`
#set hh=3D18
#
# Define the data file name. Naming convention: YYMMDDHH_eta.gem
#
set filename=3D`ls -1rt
/usr/local/ldm/data/gempak/images/sat/GOES-13/4km/IR | tail -1`
set
sourcefile=3D/usr/local/ldm/data/gempak/images/sat/GOES-13/4km/IR/${filen=
a
me}
#set =
sourcefile=3D/home/gempak/metdat/images/sat/GOES-E/US/IR/${filename}
#
# Run GPMAP
#
gpmap << GPMAP_EOF
MAP      =3D 1
GAREA    =3D 20;-115;55;-55
PROJ     =3D sat
SATFIL   =3D $sourcefile
RADFIL   =3D
IMCBAR   =3D
LATLON   =3D
PANEL    =3D 0
TITLE    =3D 1
TEXT     =3D 1.286/23////c/HW
CLEAR    =3D YES
DEVICE   =3D gif|/home/gempak/SatImages/LatestIR.gif
LUTFIL   =3D
STNPLT   =3D
VGFILE   =3D
AFOSFL   =3D
AWPSFL   =3D
LINE     =3D 3
WATCH    =3D
WARN     =3D
HRCN     =3D
ISIG     =3D
LTNG     =3D
ATCF     =3D
AIRM     =3D
NCON     =3D
CSIG     =3D
SVRL     =3D
BND      =3D
TCMG     =3D
QSCT     =3D
WSTM     =3D
WOU      =3D
WCN      =3D
run
exit
GPMAP_EOF
gpend
Here's the entry I added to our imgtyp.tbl:
GOES13               VIS           0    255     78      1      1 GRAY
GOES13               IR2           0    255     78      2      1 GRAY
GOES13               IR3           0    255     78      4      1
watvap.tbl
GOES13               IR4           0    255     78      8      1 GRAY
GOES13               IR5           0    255     78     16      1 GRAY
GOES13               IR4           0    255     78    128      1 GRAY
GOES13               VIS           0   1024     78      1      2 GRAY
GOES13               IR2           0    255     78      2      2 GRAY
GOES13               IR3           0    255     78      4      2
watvap.tbl
GOES13               IR4           0    255     78      8      2 GRAY
GOES13               IR5           0    255     78     16      2 GRAY
GOES13               IR4           0    255     78    128      2 GRAY
____________________________
Charley Knoderer
Meteorologist II
Sonoma Technology, Inc.
1455 N. McDowell Blvd., Suite D
Petaluma, CA 94954-6503
(707) 665-9900
Fax: (707) 665-9800
http://www.sonomatech.com <http://www.sonomatech.com>