<div dir="ltr">Hi,<div><br></div><div>to add filters in the list if available one you will need to use an extra argument when you run the pvpython command line.</div><div><br></div><div>You should use the "--filter" shown here <a href="http://www.paraview.org/ParaView3/Doc/Nightly/www/py-doc/paraview.web.pv_web_visualizer.html">http://www.paraview.org/ParaView3/Doc/Nightly/www/py-doc/paraview.web.pv_web_visualizer.html</a></div>
<div>with a file that has a content similar to that </div><div><br></div><div><div>[{</div><div> 'name': 'Cone',</div><div> 'icon': 'dataset',</div>
<div> 'category': 'source'</div><div> },{</div><div> 'name': 'Sphere',</div><div> 'icon': 'dataset',</div>
<div> 'category': 'source'</div><div> },{</div><div> 'name': 'Wavelet',</div><div> 'icon': 'dataset',</div>
<div> 'category': 'source'</div><div> },{</div><div> 'name': 'Clip',</div><div> 'icon': 'clip',</div>
<div> 'category': 'filter'</div><div> },{</div><div> 'name': 'Slice',</div><div> 'icon': 'slice',</div>
<div> 'category': 'filter'</div><div> },{</div><div> 'name': 'Contour',</div><div> 'icon': 'contour',</div>
<div> 'category': 'filter'</div><div> },{</div><div> 'name': 'Threshold',</div><div> 'icon': 'threshold',</div>
<div> 'category': 'filter'</div><div> },{</div><div> 'name': 'StreamTracer',</div><div> 'icon': 'stream',</div>
<div> 'category': 'filter'</div><div> },{</div><div> 'name': 'WarpByScalar',</div><div> 'icon': 'filter',</div>
<div> 'category': 'filter'</div><div> }]</div></div><div><br></div><div>Regarding your file opening issue, this is more complicated.</div><div>I believe that ParaView has several reader for that file extension and inside ParaView, you have a popup window asking you which one.</div>
<div>Which we don't have in pvw. You may want to create a custom reader definition (XML file that you load at startup using --plugin ) with a unique extension that use the proper reader for your custom file extension.</div>
<div><br></div><div>Seb</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Jun 10, 2014 at 4:45 AM, Hedieh E <span dir="ltr"><<a href="mailto:hedieh.ebrahimi@amphos21.com" target="_blank">hedieh.ebrahimi@amphos21.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>Hello, <br><br></div><div>I setup a quick start to ParaView Web. I have a question. In ParaView I have no problem opening my (*.h5) file using PFLOTRAN hdf5 reader. <br>
<br></div><div>In ParaView Web I have put my datafiles (*.h5) in the Share folder as It was mentioned in the guide. ParaView Web doen´t open my *.h5 while it works fine opening other data files. <br>
<br></div><div>Is there anything aditional I should do for my *.h5 files to open in ParaView Web ?<br><br></div><div>Also one more questions, where can I find all filters that exists in ParaView ? When I try to apply a filter on my datasets in ParaView Web, I only see a few basic list of filters. How can I improve my experience with ParaView Web ?<br>
<br></div><div>Thanks a lot.<br></div><div><br></div></div>
<br>_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the ParaView Wiki at: <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
<br></blockquote></div><br></div>