Changes between Version 75 and Version 76 of VisIt
- Timestamp:
- 07/20/11 14:51:46 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
VisIt
v75 v76 269 269 }}} 270 270 [[CollapsibleEnd]] 271 272 273 271 [[CollapsibleStart(More complicated movie tracking a particle)]] 274 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 the [sinkzoom.gifmovie]272 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] 275 273 {{{ 276 274 movie_name="sinkzoom"