This requires writing a state and then editing it. The state is a Tcl script so it should be relatively easy to put a loop around it. Just  a warning, creating 600 pipeline objects in a loop might not work well performance-wise. I would recommend deleting the pipeline objects at the end of each iteration.
<br>Also, working with trace as opposed to state might be easier. Trace does not save out as much info as state.<br><br>-Berk<br><br><div><span class="gmail_quote">On 7/20/06, <b class="gmail_sendername">Mike Jackson</b> &lt;
<a href="mailto:imikejackson@gmail.com">imikejackson@gmail.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">What I want to be able to do is load up one of these data sets and
<br>just apply the pipeline to it. The end result is a Triangle Surface<br>mesh for 3D viewing and saving.<br><br>I actually already have a program written with VTK that does just<br>this. Except that the program is on one machine and Paraview is on
<br>another. I was hoping that if I could just have the pipeline ready in<br>a script file, the scientists could bring me their .vti file, and then<br>I can just apply the script and out pops my triangle mesh complete<br>
with proper coloring and all that.<br><br>Also, Time animation is something that we would like to look at doing.<br>I fiddled with some of it over the weekend but not ready to go much<br>further with it right now.<br><br>
I was just hoping to be able to apply a script to an already loaded dataset.<br><br>Mike Jackson<br><br>On 7/20/06, Andy Cedilnik &lt;<a href="mailto:andy.cedilnik@kitware.com">andy.cedilnik@kitware.com</a>&gt; wrote:<br>
&gt; Hi Mike,<br>&gt;<br>&gt; You can write a script that will generate 600 states.<br>&gt;<br>&gt; What is really your end result? Do you want to animate? If so, just<br>&gt; click on timesteps and generate a time series out of your dataset.
<br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Andy<br>&gt;<br>&gt; Mike Jackson wrote:<br>&gt; &gt; Hello,<br>&gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp;I have a pipeline that was developed (Thanks Andy) in paraview for<br>&gt; &gt; a given data set. I now have about 600 of those datasets. I see that I
<br>&gt; &gt; can save a session state from paraview and reload it when I relaunch<br>&gt; &gt; Paraview. But the session state seems to be really tied to the<br>&gt; &gt; datafile on disk. What I really want is to be able to load one of
<br>&gt; &gt; those data sets, then load up a script that acts on that dataset, not<br>&gt; &gt; the original dataset from the disk.<br>&gt; &gt;&nbsp;&nbsp; How would I best accomplish this.<br>&gt; &gt;<br>&gt; &gt; Thanks<br>&gt; &gt;
<br>&gt; &gt; ------<br>&gt; &gt; Mike Jackson<br>&gt; &gt; Senior Research Engineer/New Visualization Engineer<br>&gt; &gt; <a href="mailto:mike.jackson@imts.us">mike.jackson@imts.us</a><br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt; _______________________________________________
<br>&gt; &gt; ParaView mailing list<br>&gt; &gt; <a href="mailto:ParaView@paraview.org">ParaView@paraview.org</a><br>&gt; &gt; <a href="http://www.paraview.org/mailman/listinfo/paraview">http://www.paraview.org/mailman/listinfo/paraview
</a><br>&gt;<br>&gt;<br>&gt; --<br>&gt; Andy Cedilnik<br>&gt; Kitware Inc.<br>&gt;<br>&gt;<br><br><br>--<br>Mike Jackson<br>imikejackson _at_ gee-mail dot com<br>_______________________________________________<br>ParaView mailing list
<br><a href="mailto:ParaView@paraview.org">ParaView@paraview.org</a><br><a href="http://www.paraview.org/mailman/listinfo/paraview">http://www.paraview.org/mailman/listinfo/paraview</a><br></blockquote></div><br>