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

20030310: problems creating McIDAS composites with McIDAS 2002/2002a



>From: Robert Mullenax <address@hidden>
>Organization: Universal Weather
>Keywords: 200303102050.h2AKoNB2021910 McIDAS IMGREMAP

Hi Robert,

I will take a look at your remapping problem on Linux, x86, and
probably OSF/1.  First, however, can you add SSIZE=ALL to your
invocation to see if it makes the IMGREMAP/AGETSERV complaint go away?
I have noted a couple of instances where I needed to add the SSIZE=ALL
to an IMGREMAP command line before the image would be remapped int an
existing image.

Tom

>I created a global composite (rectilinear projection)
>by compositing GOES-10/GOES-8/METEOSAT/INDOEX/GMS.
>I created some nice samples on a Unidata McIDAS 7.8 Sun
>SPARC and McIDAS 7.8 Solaris Intel box.
>
>I wrote a script to produce the images real-time
>on our Beowulf cluster (McIDAS 2002 built with gcc/g77)
>and found that the script doesn't work.  The process also
>doesn't work on a Solaris x86 box 2002a gcc/g77.
>
>My technique is simple:
>
>1) Remap TOPO/GLOB to rectilinear projection
>2) Copy pieces of the image to another image only showing
>the pieces I want to use for each satellite:
>
>i.e..for GOES-8
>IMGCOPY TOPO/SCRATCH.1 TOPO/SCRATCH.2 SIZE=1660 750 LINELE=0 700
>I then remap each satellite on to it's clipped remapped
>topo image.
>GOES-10 is remapped onto the full topo image
>
>After each one is done I remap each one onto the GOES-10
>image using the MERGE=YES option..each satellite in the
>appropriate order.
>
>
>On the 7.8 boxes this works fine..on the 2002/2002a Linux/
>Solaris x86 boxes when I try to remap the GOES-8---->GMS images
>onto the base GOES-10 remap image I get the error:
>Requested portion of the image does not exist.  However,
>if I look at each image individually they are fine.  Here
>is the output from one of the tries using DEV=CCC.  I am reporting
>this to you guys as it is likely affecting Unidata users as well:
>
>Thanks,
>Robert Mullenax
>
>IMGREMAP MYDATA/IMAGES.2 MYDATA/IMAGES.1 SMOOTH=YES MERGE=YES DEV=CCC
>IMGREMAP* mcadir:MYDATA IMAGES 2 2 AUX=YES ID=
>IMGREMAP* mcadir:
>IMGREMAP* mcadir:
>IMGREMAP* MORE= 1140
>IMGREMAP* COMMENT CARDS= 11
>IMGREMAP* empty
>IMGREMAP* naux
>IMGREMAP* center latitude:       0.3598 center longitude:     63.6101
>IMGREMAP* mcadir:MYDATA IMAGES 1 1 AUX=YES BAND=ALL X
>IMGREMAP* mcadir:
>IMGREMAP* mcadir:
>IMGREMAP* MORE= 1060
>IMGREMAP* COMMENT CARDS= 10
>IMGREMAP* empty
>IMGREMAP* naux
>IMGREMAP* destination dataset: MYDATA/IMAGES
>IMGREMAP*
>IMGREMAP* Source Sort Clauses ...
>IMGREMAP*    SIZE 1 4
>IMGREMAP*    POS 2 2
>IMGREMAP*    ID X
>IMGREMAP* Source Units =BRIT Source Format=I1
>IMGREMAP*
>IMGREMAP* MYDATA IMAGES 2 X X X X 1 4 TRACE=0 ID=X TIME=X X I SPAC=1
>UNIT=BRIT DAY   
>IMGREMAP* Y= VERSION=1
>IMGREMAP* Size of CAL block = 6224
>IMGREMAP* Size of AUX block =
>IMGREMAP* Size of NAV block = 2560
>IMGREMAP* CLIENT CAL SIZE  6224
>IMGREMAP* MCAGET NLIN= 1
>IMGREMAP* MCAGET NDBPL= 4
>IMGREMAP* opened the source image:  1
>IMGREMAP* read the source navigation
>IMGREMAP*
>IMGREMAP* destination dataset=MYDATA/IMAGES
>IMGREMAP* Destination Sort Clauses ...
>IMGREMAP*    SIZE 1 4
>IMGREMAP*    POS 1 1
>IMGREMAP* Destination Units =BRIT Destination Format=I1
>IMGREMAP*
>IMGREMAP* MYDATA IMAGES 1 X X X X 1 4 TRACE=0 TIME=X X I SPAC=1 UNIT=BRIT
>DAY= VER   
>IMGREMAP* RSION=1
>IMGREMAP* Size of CAL block = 6224
>IMGREMAP* Size of AUX block =
>IMGREMAP* Size of NAV block = 2560
>IMGREMAP* CLIENT CAL SIZE  6224
>IMGREMAP* MCAGET NLIN= 1
>IMGREMAP* MCAGET NDBPL= 4
>IMGREMAP* opened destination image= 2
>IMGREMAP* read destination navigation:  2 
>                           IMGREMAP* SOURCE COMMON
>IMGREMAP*    snl =  1
>IMGREMAP*    sne =  4
>IMGREMAP*    slin =  9167
>IMGREMAP*    sele =  9034
>IMGREMAP*    sincl =  1
>IMGREMAP*    since =  1
>IMGREMAP* DESTINATION COMMON
>IMGREMAP*    dnl =  1
>IMGREMAP*    dne =  4
>IMGREMAP*    dlin =  9167
>IMGREMAP*    dele =  8334
>IMGREMAP*    dincl =  1
>IMGREMAP*    dince =  1
>IMGREMAP* initialized source navigation = RECT
>IMGREMAP* initialized destination navigation = RECT
>IMGREMAP* initialized the navigation
>IMGREMAP*
>IMGREMAP* Source Sort Clauses ...
>IMGREMAP*    TRACE= 0
>IMGREMAP*    MAG 1           1
>IMGREMAP*    AUX  YES
>IMGREMAP*    LOCATE AU 1 1
>IMGREMAP*    SIZE 1 -679
>IMGREMAP*    POS 2 2
>IMGREMAP*    ID X
>IMGREMAP* Source Units =BRIT Source Format=I1
>IMGREMAP*
>IMGREMAP* MYDATA IMAGES 2 AU 1 1 X 1 -679 TRACE=0 ID=X TIME=X X I SPAC=1
>IMGREMAP* T AUX=YES DAY= VERSION=1
>IMGREMAP* Server returned error number  -11010
>IMGREMAP: The requested portion of the image does not exist
>IMGREMAP: Failed to open source image for read
>IMGREMAP* ERROR --- mcaget= -11010
>