[Paraview] Simple XDMF example

2017-06-22 Thread Insley, Joseph A.
Hi all, I am trying to get a simple XDMF example working, but am having no success. I must be doing something obvious wrong, but I’m not seeing it. Here’s what the data looks like: $ h5dump -H ./small_ds.hdf5 HDF5 "./small_ds.hdf5" { GROUP "/" { DATASET "myelin" { DATATYPE

Re: [Paraview] Question on how to stretch a line to form a surface

2016-10-30 Thread Insley, Joseph A.
Did you try the Linear Extrusion filter? Sounds like that might be what you’re looking for. joe On Oct 30, 2016, at 8:16 AM, linzhenhua > wrote: Hello, I plot one curved line in paraview(2D), and want to stretch it along the normal direction to

Re: [Paraview] pv5.0 multi-page tiff in parallel

2016-03-09 Thread Insley, Joseph A.
> wrote: > > Thanks, Joe. How critical is it for this change to be in 5.0.1? I'd > like to add a test for the MR before merging it, but not sure I can > get that in soon. > > Utkarsh > >> On Tue, Mar 8, 2016 at 12:36 PM, Insley, Joseph A. <ins...@anl.gov> wrote:

Re: [Paraview] pv5.0 multi-page tiff in parallel

2016-02-11 Thread Insley, Joseph A.
> Joe, > > Do you have a sample dataset to share? It's possible there's a bug in > the multipage seek code when dealing with sub extents. > > Utkarsh > > On Thu, Feb 11, 2016 at 1:28 PM, Insley, Joseph A. <ins...@anl.gov> wrote: >> Hi, >> >> I

[Paraview] pv5.0 multi-page tiff in parallel

2016-02-11 Thread Insley, Joseph A.
Hi, I’ve been looking at loading tiffs as volumes using pv5.0 and am running into trouble doing this in parallel. Loading a stack of tiff files as a volume works great, both serially and in parallel. And I can load a multi-page tiff as a volume using a single pvserver just fine. But when I

Re: [Paraview] .cube files in pvbatch

2015-01-30 Thread Insley, Joseph A.
Success! Thanks, Jean. joe On Jan 30, 2015, at 2:18 AM, Favre Jean jfa...@cscs.ch wrote: try this: bk2_cube = GaussianCubeReader( guiName=bk2.cube, FileName='/sandbox/bk2.cube' ) contour1 = Contour(Input=servermanager.OutputPort(bk2_cube, 1)) - Jean/CSCS

Re: [Paraview] XMLUnstructuredGridWriter and VTK_POLYHEDRON elements

2014-10-14 Thread Insley, Joseph A.
posted to the vtk-developers list a while back although I haven't tested it: http://markmail.org/message/zg3damrg27p5sgue Regards, Paul On 10 October 2014 00:32, Insley, Joseph A. ins...@anl.govmailto:ins...@anl.gov wrote: Hi, I have a serial vtu dataset provided by one of my users

[Paraview] XMLUnstructuredGridWriter and VTK_POLYHEDRON elements

2014-10-09 Thread Insley, Joseph A.
Hi, I have a serial vtu dataset provided by one of my users. Their current code can produce this in either ascii or inline binary. I am currently trying to convert this to appended binary (ultimately to pvtu with appended binary). I'm having trouble, which I now believe may stem from the data

Re: [Paraview] custom reader question regarding python access

2014-09-25 Thread Insley, Joseph A.
Josh, I had a similar issue a while back, where I had a custom reader with multiple outputs. In order to get access to output port 1 I ended up doing something along the lines of: fooFilter = servermanager.OutputPort(my_reader, 1) SetActiveSource(fooFilter) fooFilter.UpdatePipeline() # may

Re: [Paraview] Plotting Nek5000 output data

2014-09-22 Thread Insley, Joseph A.
Could this just be a matter of representation? From the images it looks like in VisIt you are using the pseudocolor filter, which is just a surface representation colored by some scalar field (x_velocity, it looks like). In ParaView, you are applying the contour filter with a single value, and

Re: [Paraview] Structured Files and Bounds?

2014-06-12 Thread Insley, Joseph A.
Daon, In the vti format, the Whole Extent and Piece Extent are integers, and refer to indices of the cells in each dimension, while Spacing refers to the spacing between each cell. Looking at your vti file, your extents are 0 to 1, which results in one cell, which goes from 0.0 to 0.125. If

Re: [Paraview] Outline of multiple transforms

2014-02-13 Thread Insley, Joseph A.
Hi, Dave, In the pipeline browser, if you select the original data and all of the transforms you can then apply the Append Datasets filter. This will create a new data object which contains all of the selected domains, and allow you to represent all of them together as a single outline.

[Paraview] pvbatch and readers with multiple outputs

2014-02-10 Thread Insley, Joseph A.
Hi, I have a custom reader plugin which has multiple outputs. From the GUI I can load up a data file, and can see the two outputs in the pipeline viewer. I can hide or show them independently, choose different representations, apply different filters, etc. I've saved a python state file, and

[Paraview] PV4.1.0 bug in GUI for Contour filter

2014-02-04 Thread Insley, Joseph A.
Hi, I just ran across what looks to be a bug in the GUI of the Contour filter. When the contour filter is created for a data object, by default the isosurface value is populated with the median value. The PV4.1.0 GUI has a + and - for adding/deleting isofurface values. I accidentally