Extract Subset with a stride of 5,5,5 will do a raw down-sampling. You may want to write out the smaller dataset to a new set of files because IO of each timestep is probably the biggest bottleneck and downsampling happens only after IO.
David E DeMarle Kitware, Inc. R&D Engineer 28 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-371-3971 x109 On Mon, Nov 22, 2010 at 5:45 AM, Nicholas Yue <[email protected]>wrote: > Hi, > > I have a collection of datasets that is 500 x 500 x 100 scalar and > vector > > I can load them in Paraview but it is difficult to work with (slow). > > What filter would you recommend to sub/re-sample the inputs to a smaller > amount e.g. (100 x 100 x 20), so as to get a quick visualization > (interactive) of the datasets? > > Regards > > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at > http://www.kitware.com/opensource/opensource.html > > Please keep messages on-topic and check the ParaView Wiki at: > http://paraview.org/Wiki/ParaView > > Follow this link to subscribe/unsubscribe: > http://www.paraview.org/mailman/listinfo/paraview >
_______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Follow this link to subscribe/unsubscribe: http://www.paraview.org/mailman/listinfo/paraview
