Problem with a script and two different maps

Strictly for sharing scripts used in Digital Atmosphere and getting assistance from other users.
Post Reply
Guest

Problem with a script and two different maps

Post by Guest »

Hi,

that`s the script and attached are the 2 graphics.
timeron
download,http://weather.cod.edu/digatmos/syn/@Y@ ... a\euro.dat
load,C:\Programme\DigitalAtmosphereWS\data\euro.dat
load,C:\Programme\DigitalAtmosphereWS\europa.dmf
ANALYZE,OVER FILL COLOR=237:159:000 FILS=0 GRTN=24 FILL TEMP OVER FILL COLOR=254:168:90 FILS=0 GRTN=21 FILL COLOR=254:197:146 FILS=0 GRTN=18 FILL COLOR=193:255:132 FILS=0 GRTN=15 FILL COLOR=000:202:000 FILS=0 GRTN=12 TEMP OVER FILL COLOR=000:170:000 FILS=0 GRTN=9 FILL COLOR=000:157:000 FILS=0 GRTN=6 FILS=0 FILL COLOR=000:138:000 GRTN=3 FILL COLOR=000:117:000 FILS=0 GRTN=0 TEMP
ANALYZE,HILO CONT LSTN=1000 COLOR=257:30:35 CONT GRTN=1024 COLOR=55:90:250 CONT EQUA=1004 COLOR=235:110:45 CONT EQUA=1008 COLOR=230:160:55 CONT EQUA=1012 COLOR=185:180:100 CONT EQUA=1016 COLOR=40:165:165 CONT EQUA=1020 COLOR=45:145:250 CINT=4 LINE=2 SLPR
product,tdy,0,Euro plot
stamp
export,\\Notebook\festplatte\NetObjects Fusion MX\User Sites\wetter-karten\Assets\europa.gif
load,C:\Programme\DigitalAtmosphereWS\test1.dmf
ANALYZE,OVER FILL COLOR=237:159:000 FILS=0 GRTN=24 FILL TEMP OVER FILL COLOR=254:168:90 FILS=0 GRTN=21 FILL COLOR=254:197:146 FILS=0 GRTN=18 FILL COLOR=193:255:132 FILS=0 GRTN=15 FILL COLOR=000:202:000 FILS=0 GRTN=12 TEMP OVER FILL COLOR=000:170:000 FILS=0 GRTN=9 FILL COLOR=000:157:000 FILS=0 GRTN=6 FILS=0 FILL COLOR=000:138:000 GRTN=3 FILL COLOR=000:117:000 FILS=0 GRTN=0 TEMP
ANALYZE,HILO CONT LSTN=1000 COLOR=257:30:35 CONT GRTN=1024 COLOR=55:90:250 CONT EQUA=1004 COLOR=235:110:45 CONT EQUA=1008 COLOR=230:160:55 CONT EQUA=1012 COLOR=185:180:100 CONT EQUA=1016 COLOR=40:165:165 CONT EQUA=1020 COLOR=45:145:250 CINT=4 LINE=2 SLPR
stamp
export,C:\Dokumente und Einstellungen\Hans-Stefan Lichius\Desktop\daw.gif
timeron

What`s going wrong in the "daw.gif" and how can I fix it?
Any help is very appreciated.

Stefan

Image
  • europa.gif
Image
  • daw.gif
Stefan Lichius
Member
Posts: 88
Joined: Sun Nov 23, 2003 4:34 pm
Location: Leverkusen, GERMANY
Contact:

Post by Stefan Lichius »

It`s no guest, it`s me - I was logged in on another PC.


Stefan Lichius
Fred
Senior Member
Posts: 198
Joined: Tue Nov 25, 2003 4:22 pm
Location: Suoi Tien, Vietnam

Post by Fred »

The message below I posted some times ago and is not yet fixed.

***
On the work chart I have a small map: 600 * 515. Then I use the next script:
import,d:\Program Files\DigitalAtmosphereWS\Wereld real.dmf
erase
fleet
The map Wereld real has a size of 800 * 696. The result is that the whole map is shown but fleet is displayed to the boundaries of the small map. When I use LOAD instead of IMPORT, you see the old chart and part of the new chart.
***

In my opinion it's a programming error. Both import and load give problems. I think you must wait until it's fixed. I don't know if it's fixed if you load test1 2 times (in the hope that the 2nd load clears the screen/memory). Give it a try and let me know.

Greetings

Fred
Stefan Lichius
Member
Posts: 88
Joined: Sun Nov 23, 2003 4:34 pm
Location: Leverkusen, GERMANY
Contact:

Post by Stefan Lichius »

Hi Fred,

first of all - thanks for your answer.
I have tested it and made the entry "load test1.dmf" twice in my script - and it works.
Then I delete the second entry and made a new trial - and the known bug happened again. Now I made the twice entry again - and nothing changed - the bug happened as in the beginning.
For me it`s really strange.

Stefan
Fred
Senior Member
Posts: 198
Joined: Tue Nov 25, 2003 4:22 pm
Location: Suoi Tien, Vietnam

Post by Fred »

Indeed, very strange. I think it is a problem of cleaning screens/canvas on the wrong moment. Perhaps you add it to the problem-part.

Greetings

Fred

PS. How about 3 times load the map??
Post Reply