Re: [Paraview] Incorrect dimensionality

2010-08-03 Thread Paul McIntosh
HI Ebrahim, Are you adjusting for the 0 index? E.g the BostonTeapot 256x256x178 works for me with: unsigned char X 0 - 255 Y 0 - 255 Z 0 - 177 Cheers, Paul _ From: paraview-boun...@paraview.org [mailto:paraview-boun...@paraview.org] On Behalf Of Ebrahim Shahraeeni Sent:

Re: [Paraview] Incorrect dimensionality

2010-08-03 Thread Ebrahim Shahraeeni
Thanks Paul, now it works. At least I see something on the screen and did not get error message. Do you know somewhere I can read more about the visualization of CT dataset in paraview? Something basic in the level of this question? . Ebrahim From: Paul McIntosh

Re: [Paraview] visualize vector data

2010-08-03 Thread Utkarsh Ayachit
You might want to try the Glyph filter. Utkarsh On Tue, Aug 3, 2010 at 5:32 AM, je...@gmx.de wrote: Hello Everybody, I'm using ParaView3.8 and I'm trying to visualize 2D images where the entries are 2-component-vectors. i want to visualize the image in a way that the entries are actually

[Paraview] Difficulty loading .raw files

2010-08-03 Thread Ryan Ross
New to paraview and having a lot of trouble loading a handful of raw files. The files are derived from 2048x2048, floating point hdf files with little-endian bit order. I tried to attach a slice, but the file size was too large (16 MB). Could the size be the problem? Because I couldn't attach it,

Re: [Paraview] Difficulty loading .raw files

2010-08-03 Thread Utkarsh Ayachit
Attached is a state file opening your dataset. (If you are using 3.8 or earlier, you'll have to fix the file name in the state xml to match your file location, in git-master, a dialog will popup asking you to fix the filename). Things to change on the object inspector panel: * Data Scalar Type:

Re: [Paraview] Difficulty loading .raw files

2010-08-03 Thread Moreland, Kenneth
You may also find it convenient to create a NRRD detached header file that specifies the parameters of the raw image. The attached header file seems to work for the data you posted. -Ken On 8/3/10 10:08 AM, Utkarsh Ayachit utkarsh.ayac...@kitware.com wrote: Attached is a state file opening

Re: [Paraview] Follow a moving object

2010-08-03 Thread Berk Geveci
Here is a script that I wrote for Rick. Add it as a macro from the Python shell for easy access. Essentially, this script sets up tracking for the active object in the active view. Look at the source file for instructions on how to use it. Note that the tracking is pretty basic: the camera moves

Re: [Paraview] HDF5 files with time dimension ParaView

2010-08-03 Thread Berk Geveci
Xdmf may allow you to do this. I am not 100% sure. See xdmf.org. Please report back here if you try it out. Best, -berk On Fri, Jul 30, 2010 at 2:41 PM, pk...@eng.cam.ac.uk wrote: Greetings ParaView Users, I am currently running simulations using MEEP (

[Paraview] AttributeError when transforming vector field

2010-08-03 Thread ccattani
Hi, I am new to Paraview, and I need to write a programmable filter to transform a vector field. My filter (below) works when applied to a 2D slice extracted from the data, but when I change the input to the original 3D dataset, I get the error: AttributeError: 'NoneType' object has no attribute