Changes between Version 81 and Version 82 of VisIt
- Timestamp:
- 02/28/12 12:01:05 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
VisIt
v81 v82 320 320 SetSaveWindowAttributes(OldSaveWindowAtts) 321 321 }}} 322 322 [[CollapsibleEnd]] 323 323 [[CollapsibleStart(More complicated movie tracking a particle)]] 324 324 I 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] … … 531 531 # ///// This could be the end of the script, if all that is wanted is to open the database. ///// 532 532 }}} 533