bands not interlaced, ADDE in McIDAS-V

Post any questions, ideas, or topics related to Jython and Python scripting.
Post Reply
User avatar
joleenf
Posts: 1123
Joined: Mon Jan 19, 2009 7:16 pm

bands not interlaced, ADDE in McIDAS-V

Post by joleenf »

Hi,

I working on an operational testing of McIDAS-V. I wish to set up a crontab which creates an image from current GOES and compares it to a future GOES (NSSLWRF Simulation). The problem is the NSSLWRF is set up to write an AREA for each band of data, rather than interlacing into one area. This means that I have more than one area for the same time. It does not seem that McIDAS-V can handle this even through an ADDE call. My script is failing and I am guessing this is the reason. How do I solve this?

Joleen

IMGLISTING.TXT
(874 Bytes) Downloaded 352 times
User avatar
beckys
Posts: 172
Joined: Wed Jan 07, 2009 7:50 pm

Re: bands not interlaced, ADDE in McIDAS-V

Post by beckys »

The quickest way would be to have a dataset for each band and have each band in its own directory on your local machine.
User avatar
joleenf
Posts: 1123
Joined: Mon Jan 19, 2009 7:16 pm

Re: bands not interlaced, ADDE in McIDAS-V

Post by joleenf »

It is being produced by someone else. How do I do that?

Joleen
User avatar
joleenf
Posts: 1123
Joined: Mon Jan 19, 2009 7:16 pm

Re: bands not interlaced, ADDE in McIDAS-V

Post by joleenf »

Ugh! Recant. The band was fixed in my calling routine - so my problem. This is not a problem for AreaAdapter. It packages a call to the adde server and returns areas as they are returned with McIDAS-X imglist.

Joleen
Post Reply