Disiplaying local visible data.

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

Disiplaying local visible data.

Post by joleenf »

Hi,

I have some local visible data:

(Saved using IMGCOPY AGOES14/OTHER.275 A.1 LATLON=43.4 95.1 SIZE=896 2000 PLACE=CENTER BAND=1 DAY=2014128 TIME=16:30)

When I try to display in McIDAS-V using a script, it looks like the center is upper left. I try to add a place=Places.CENTER, location=(43.4,-95.1), but get an error about using CoordinateSystems before it is set, even when I use the keyword first. What is the proper way of doing this?

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

Re: Disiplaying local visible data.

Post by joleenf »

Hi,

I must have had a typo, because it works either to add the coodinateSystem parameter to the getADDEImage call, or to create a new dictionary with the necessary extra parameters and append the dictionary returned from listADDEImages to the dictionary with the extra parameters before using in getADDEImage.

Thanks,
Joleen
Post Reply