SDI Operator's Manual
Version 2005

[Search Manual] [Table of Contents] [FAQ] [Go to Previous] [Go to Next]


Changing Imager Server Dataset Names

Perform steps 1-3 in the following procedure to change or update imager server dataset names; perform steps 4-6 in the following procedure to change GVAR sounder dataset names.

1. From the console, login as mcadde or ssh into the ingestor as user mcadde.

2. To change ADDE names associated with particular datasets, edit the ~mcadde/mcidas/data/RESOLV.SRV file. The following is a sample of this file. Notice that all fields are comma delimited.

N1=GVAR,N2=ALL,TYPE=IMAGE,K=GVAR,R1=1,R2=2500,C=GOES-East all images
N1=GVAR,N2=CONUS,TYPE=IMAGE,K=GVAR,R1=1,R2=2500,C=GOES-East continental U.S.
N1=GVAR,N2=NH,TYPE=IMAGE,K=GVAR,R1=1,R2=2500,C=GOES-East northern hemisphere
N1=GVAR,N2=SH,TYPE=IMAGE,K=GVAR,R1=1,R2=2500,C=GOES-East southern hemisphere
N1=GVAR,N2=FD,TYPE=IMAGE,K=GVAR,R1=1,R2=2500,C=GOES-East full disk
N1=GVAR,N2=FD-E,TYPE=IMAGE,K=GVAR,R1=1,R2=2500,C=GOES-East full disk
N1=GVAR,N2=FD-W,TYPE=IMAGE,K=GVAR,R1=1,R2=2500,C=GOES-West full disk
N1=GVAR,N2=OTHER,TYPE=IMAGE,K=GVAR,R1=1,R2=2500,C=GOES-East unknown

Where:

N1

is the ADDE group name

N2

is the ADDE descriptor name

TYPE

is the data type

K

is the data format or kind

R1

is the beginning dataset position number (usually 1)

R2

is the ending dataset position number; this number should always be greater than the total number of images the ingestor has been configured to retain

C

is the comment field displayed with DSINFO

3. Save the file.

The IMGLIST command lists the images in a dataset. It always shows the image resolution as 1 (full resolution) and the image size as the complete image size. All sectorizing or image blowdowns are done via other ADDE commands such as IMGDISP, IMGCOPY, etc.


[Search Manual] [Table of Contents] [FAQ] [Go to Previous] [Go to Next]