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

20000508: GINI to netCDF (cont.)



>From: David Harper <address@hidden>
>Organization: NCAR/RAP
>Keywords: 200003012325.QAA04248 McIDAS-X GINI netCDF

Dave,

>Actually the only thing I am concerned with is the output file name.  I would 
>prefer to have the IR and Vis files have different names.

You would do this by adjusting the RESOLV.SRV entries for the NCDF dataset.
Here is the one entry probably is now:

N1=NCDF,N2=GVAR,TYPE=IMAGE,RT=N,K=NCDF,R1=1,R2=9999,C=netCDF IMAGES,

You could change this to: two entries:

N1=NCDF,N2=VIS,TYPE=IMAGE,RT=N,K=NCDF,R1=1,R2=9999,C=netCDF VIS IMAGES,
N1=NCDF,N2=IR,TYPE=IMAGE,RT=N,K=NCDF,R1=1,R2=9999,C=netCDF IR IMAGES,

You may want them to be a little more descriptive by substituting
GW1KVIS and GW4KIR for VIS and IR, respectively.  Again, the IMGCOPY
command output dataset would need to be adjusted to reflect this change.

Tom