Is it possible that your csv file has a blank line at the end?

Anyways, currently there's currently no direct way of visualizing the
data read in by CSV except in the spreadsheet view to simply look at
the raw data (or plots in CVS paraview). You'll have to write a python
programmable filter or source. Look at
http://www.paraview.org/Wiki/Here_are_some_more_examples_of_simple_ParaView_3_python_filters.
The first example illustrates reading a CSV as a set of points.

Utkarsh

On Sun, Nov 23, 2008 at 5:31 AM, L Susithra <[EMAIL PROTECTED]> wrote:
> Hi,
> Thanks for your response.
>>>  I am getting this error:
> ERROR: In ..\..\..\ParaView3\VTK\Filtering\vtkTable.cxx, line 194
>
> vtkTable (0B71C660): Incorrect number of tuples in SetRow
>
>>> The version is 3.4.0.
>
> i have first three columns are node positions and the next three columns are
> corresponding x,y,z velocity vectors. I am not sure which format i should
> use it to load the data for flow visualization.
>
> Thanks
>
>
>> Date: Fri, 21 Nov 2008 14:22:18 -0500
>> To: [EMAIL PROTECTED]
>> CC: [email protected]
>> Subject: Re: [Paraview] reg file loading
>> From: [EMAIL PROTECTED]
>>
>> What is the error you are getting? What version of ParaView are you using?
>>
>> Utkarsh
>>
>> L Susithra wrote:
>> > Hello,
>> > I've a data ( velocity fields, x,y,z for each node )from the simulation
>> > and i need to load it in paraview to visulaise the flow field. i
>> > converted the data as .csv from excel and when i read it from paraview,
>> > i am not able to load the data , getting an error. It just reads the
>> > first column only (xvelocity). I am not sure is there a specific way to
>> > load the data. It would be a great help if any one could suggest me.
>> >
>> > Thanks
>> >
>> > ------------------------------------------------------------------------
>> > Free up your senses. Experience reality up close on MSN video Try it!
>> > <http://video.msn.com/?mkt=en-in>
>> >
>> >
>> > ------------------------------------------------------------------------
>> >
>> > _______________________________________________
>> > ParaView mailing list
>> > [email protected]
>> > http://www.paraview.org/mailman/listinfo/paraview
>
> ________________________________
> Calling TV buffs! Get TV listings, gossip on your fave stars and updates on
> hot new shows Try it now!
_______________________________________________
ParaView mailing list
[email protected]
http://www.paraview.org/mailman/listinfo/paraview

Reply via email to