Changes between Version 81 and Version 82 of VisIt


Ignore:
Timestamp:
02/28/12 12:01:05 (13 years ago)
Author:
Jonathan
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • VisIt

    v81 v82  
    320320SetSaveWindowAttributes(OldSaveWindowAtts)
    321321}}}
    322 
     322[[CollapsibleEnd]]
    323323[[CollapsibleStart(More complicated movie tracking a particle)]]
    324324I first had to use some linux-fu to get the particle's xy location that I wanted to track into xloc.dat.  I then used {{{d=f.readline}}} to read each line and {{{c=d.split}}} to parse the line.  I then used {{{c[3]}}} and {{{c[5]}}} as the x and y position of the particle which I then used to set the window coords etc...  Here is an AVI version of the [attachment:sinkzoom2.AVI movie]
     
    531531# ///// This could be the end of the script, if all that is wanted is to open the database. /////
    532532}}}
    533