Page 1 of 1

Exporting of images with SLP on them doesn't seem to work.

Posted: Fri Jul 23, 2004 2:45 pm
by TimWest
If I use the following two script lines (after getting and importing data of course) in the direct entry box on the scripting tag then everything works as expected.
analyze,cont cint=2 color=50:50:50 slpr
export,D:\DigitalAtmosphereWS\exports\isobar.jpg

However, if I put them in a script file and run the script instead, then DAWS plots the isobars as before but it doesn't want to create the jpeg!

If I try this with other parameters such as temperature instead of pressure then it works fine but slpr (and indeed alst and pres) doesn't seem to work.

Any ideas?

Posted: Fri Jul 23, 2004 4:57 pm
by Tim Vasquez
Noted for ongoing repair work.. thanks.

Tim

Posted: Fri Jul 23, 2004 5:53 pm
by Meteo Maarssen
OK, Tim-Tim :lol:

I've tried Tim West settings and indeed image wasn't saved. Then I used an own script and this works perfect:

load,d:\DigitalAtmosphereWS\maps\europe.dmf
ANALYZE,HILO CONT CINT=4 COLOR=0:0:0 LINE=1 SLPR
export,c:\databestanden\html\homepage-mm\images\Europe.jpg

I hope that this bring you a solution;

Cheers

Ton Lindemann

Posted: Fri Jul 23, 2004 8:23 pm
by TimWest
Spooky is all I can say! Strange how adding a few more things to the image lets it save.

Posted: Fri Jul 23, 2004 9:19 pm
by Tim Vasquez
I'll try to see what's going on.