[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
20030513: GMS raw to VISR (cont.)
- Subject: 20030513: GMS raw to VISR (cont.)
- Date: Tue, 13 May 2003 10:46:40 -0600
>From: Owen Cooper <address@hidden>
>Organization: Aeronomy Laboratory/NOAA
>Keywords: 200305130226.h4D2QX7U001210 McIDAS GMS IMGCOPY STYPE=VISR
Owen and Tony,
>the GMS-5 and GOES-10 AREA files that Tony is working with are can be
>downloaded from the Aeronomy Lab ftp site.
>ftp to ftp.al.noaa.gov
>
>The files are under the Owen/Tony directory
I grabbed all of these files by FTP (how archaic; ADDE could be used
instead :-) and took a look:
DSSERVE ADD TONY/GMS AREA DIRFILE=/home/mcidas/workdata/GMS5* "GMS5 RAW IMAGES
Adding the group TONY as a local dataset
Group/Descriptor Type Format & Range RT Comment
------------------------ ----- ------------------ -- --------------------
TONY/GMS IMAGE AREA GMS5 RAW IMAGES
DIRFILE=/home/mcidas/workdata/GMS5*
DSSERVE: done
IMGLIST TONY/GMS.ALL FORM=EXP
Image file directory listing for:TONY/GMS
Pos Satellite/ Date Time Center Res (km) Image_Size
sensor Lat Lon Lat Lon
--- ------------- ------------ -------- ---- ---- ----- ----- ------------
1 GMS-5 3 MAY 02123 12:32:00 35 -140
Band: 4 6.8 um Water vapor detection 6.73 5.15 1048 x 2292
proj: 0 created: 2002124 92023 memo: gms data in real time
type:GMS cal type:RAW
offsets: data= 9984 navigation= 256 calibration= 2816 auxillary= 0
doc length: 0 cal length: 0 lev length: 0 PREFIX= 0
valcod: 0 zcor: 1 avg-smp: N
start yyddd: 2002123 start time:123222 start scan: 0
lcor: 733 ecor: -31 bytes per pixel: 1 ss: 83
Resolution Factors (base=1): Line= 4.0 Element= 4.0
2 GMS-5 7 MAY 02127 12:32:00 35 -140
Band: 4 6.8 um Water vapor detection 6.73 5.15 1048 x 2292
proj: 0 created: 2002128 91907 memo: gms data in real time
type:GMS cal type:RAW
offsets: data= 9984 navigation= 256 calibration= 2816 auxillary= 0
doc length: 0 cal length: 0 lev length: 0 PREFIX= 0
valcod: 0 zcor: 1 avg-smp: N
start yyddd: 2002127 start time:123222 start scan: 0
lcor: 745 ecor: -43 bytes per pixel: 1 ss: 83
Resolution Factors (base=1): Line= 4.0 Element= 4.0
3 GMS-5 11 MAY 02131 00:32:00 35 -140
Band: 4 6.8 um Water vapor detection 6.97 5.17 1048 x 2292
proj: 0 created: 2002132 91750 memo: gms data in real time
type:GMS cal type:RAW
offsets: data= 9984 navigation= 256 calibration= 2816 auxillary= 0
doc length: 0 cal length: 0 lev length: 0 PREFIX= 0
valcod: 0 zcor: 1 avg-smp: N
start yyddd: 2002131 start time: 3220 start scan: 0
lcor: 601 ecor: -3 bytes per pixel: 1 ss: 83
Resolution Factors (base=1): Line= 4.0 Element= 4.0
IMGLIST: done
Once I knew the size, I could specify a correct size from an IMGCOPY
using the STYPE=VISR keyword (I had to know the size since the online
help for IMGCOP says that SIZE=ALL can not be used with STYPE=VISR):
IMGCOPY TONY/GMS.3 MYDATA/IMAGES.1250 STYPE=VISR SIZE=1048 2292
Beginning Image Data transfer, bytes= 2404992
Transferring AREA data outbound, bytes= 2405072
IMGCOPY: TONY/GMS.3 copied to MYDATA/IMAGES.1250
IMGCOPY: done
IMGLIST MYDATA/IMAGES.1250 FORM=EXP
Image file directory listing for:MYDATA/IMAGES
Pos Satellite/ Date Time Center Res (km) Image_Size
sensor Lat Lon Lat Lon
--- ------------- ------------ -------- ---- ---- ----- ----- ------------
1250 GMS-5 11 MAY 02131 00:32:00 35 -140
Band: 4 6.8 um Water vapor detection 6.97 5.17 1048 x 2292
proj: 0 created: 2003133 163718 memo: gms data in real time
type:VISR cal type:BRIT
offsets: data= 2816 navigation= 256 calibration= 0 auxillary= 0
doc length: 0 cal length: 0 lev length: 0 PREFIX= 0
valcod: 0 zcor: 1 avg-smp: N
start yyddd: 2002131 start time: 3220 start scan: 0
lcor: 601 ecor: -3 bytes per pixel: 1 ss: 83
Resolution Factors (base=1): Line= 4.0 Element= 4.0
IMGLIST: done
You can see that the output image (in the MYDATA/IMAGES.1250 dataset
element) is of the same size, resolution, date, etc. as the original,
and it is now of type VISR with cal type of BRIT.
If I understood Tony's original email, this is what was desired. If
it is not, please let me know.
Tom
>From address@hidden Tue May 13 13:15:27 2003
Hot dog, that took care of it. Thanks!