[Paraview] Re: export probe data in batch

Fabian Braennstroem f.braennstroem at gmx.de
Mon Sep 19 08:43:02 EDT 2005


Hi David,

thanks for your help! I will try it.

Greetings!
Fabian

* David wrote 15 Sep 2005:

> Hi Fabian,
> 
> You can not save the plot from within the batch script currently, but if 
> you apply the attached patch to the current CVS tree code you will be 
> able to.
> 
> To do so:
> 1) Apply the patch.
> 2) Recompile.
> 3) Create your batch script.
> 4) Edit the batch script. Look for the two lines like these and take 
> note of the variable name (in this case pvTemp632).
> 
> $pvTemp632 UpdateVTKObjects
> # Plot's .csv file name is 
> /home/demarle/Kitware/ParaView/devel/build/probe.csv
> 
> 5) At the end of your script add a line like this:
> 
> $pvTemp632 PrintAsCSV 
> {/home/demarle/Kitware/ParaView/devel/build/MyNewFileName.csv}
> 
> Just before this line:
> $proxyManager UnRegisterProxies
> 
> I will check in something like this patch with some temporal plotting 
> code revisions soon.
> 
> cheers
> Dave DeMarle
> 
> Fabian Braennstroem wrote:
> 
> >Hi,
> >
> >just started to use the probe filter including the
> >csv-export with Renato's help :-) It works nice, but now I
> >would like to do it in batch-mode using pvbatch.
> >I am not sure if it is possible!? Taking a look at the
> >produced batch-file ('Saved Batch Script') I see the
> >produced the probe filter, but no output csv-file
> >declaration.
> >
> >Greetings!
> >Fabian
> >
> >
> > 
> >
> 



-- 


More information about the ParaView mailing list