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

20010202: nmap &satellite products



>From: Dana Price <address@hidden>
>Organization: UCAR/Unidata
>Keywords: 200102022208.f12M8qX27967

>I'm able to view all products with nmap save for satellite and radar
>imagery.. I have data saved in somewhat more obscure filenames for
>legacy reasons, i.e G8 WV products in 
>/wx/data/gempak/sat/GOES-8/8km/WV/YYYYMMDDHH.8wv
>This works fine with garp as long as I change garp_defaults, but adding
>SAT  $SAT   YYYYMMDDHH.*   CAT_IMG SCAT_NIL   10   2880     -1
>to datatype.tbl results in a segfault when I click on 'Image'
>Is there something else I need to change to tell nmap where and how to
>find my data?
>
>Thanks in advance
>
>---------------------------------------------
>Dana Price          <address@hidden>
>Assistant Systems Administrator
>Rutgers, The State University
>Department of Environmental Sciences
>Center for Environmental Prediction
>---------------------------------------------
>
>
>
>

Dana,

NMAP is expecting the data in the satellite and radar directories to end with 
the _YYYYMMDD_HHNN string:
This is in $GEMPAK/source/programs/gui/nmap2/nmap_image.c routine:
image_getFileTm()

The program creates the GEMPAK time YYMMDD/HHNN from that string, so it is
not flexible on the naming conventions.  Without the _ character and the
extension .8wv that you have, the interpretation of the time will be
messed up.

Since GOES images can be 4x per hour normally, and 8x per hour in RSO mode,
your naming convention should allow for that. If necessary, you can create 
symbolic links from file names to the alternate convention.

Steve CHiswell