Page 1 of 1

bands not interlaced, ADDE in McIDAS-V

Posted: Wed Sep 28, 2011 5:17 pm
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 358 times

Re: bands not interlaced, ADDE in McIDAS-V

Posted: Wed Sep 28, 2011 5:19 pm
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.

Re: bands not interlaced, ADDE in McIDAS-V

Posted: Wed Sep 28, 2011 5:45 pm
by joleenf
It is being produced by someone else. How do I do that?

Joleen

Re: bands not interlaced, ADDE in McIDAS-V

Posted: Wed Sep 28, 2011 6:14 pm
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