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?
Exporting of images with SLP on them doesn't seem to work.
-
- Administrator
- Posts: 535
- Joined: Sat Nov 22, 2003 10:47 pm
-
- Member
- Posts: 42
- Joined: Mon Nov 24, 2003 9:19 am
- Location: Maarssen, NL
- Contact:
OK, Tim-Tim 
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

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
-
- Administrator
- Posts: 535
- Joined: Sat Nov 22, 2003 10:47 pm