[Paraview] Unable to read .vtk file

Sebastien Jourdain sebastien.jourdain at kitware.com
Mon Sep 3 12:45:16 EDT 2012


Did you read that document ? http://www.vtk.org/VTK/img/file-formats.pdf

Seb

On Mon, Sep 3, 2012 at 11:11 AM, Marta Varela <marta.varela at kcl.ac.uk>wrote:

> Hi.
>
> I'm new to Paraview and have written a simple text file with a .vtk
> extension to be read by paraview. I have used the following syntax:
>
> # vtk DataFile Version 2.0
> vtk output
> ASCII
> DATASET STRUCTURED_POINTS
> DIMENSIONS 210 1 120
> ORIGIN 0 0 0
> SPACING 1 1 1
> POINT_DATA 25200
> SCALARS ImageFile float 1
> LOOKUP_TABLE default
> -1000.000000
> -1000.000000
> -1000.000000
> -1000.000000
> -1000.000000
> -1000.000000
> -1000.000000
> -1000.000000
> ...
>
> Paraview is unable to read the file. Can you please explain why to me and
> what I can do to fix this?
>
> Many thanks. Best wishes,
> Marta
>
>
> ______________________________**_________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at http://www.kitware.com/**
> opensource/opensource.html<http://www.kitware.com/opensource/opensource.html>
>
> Please keep messages on-topic and check the ParaView Wiki at:
> http://paraview.org/Wiki/**ParaView <http://paraview.org/Wiki/ParaView>
>
> Follow this link to subscribe/unsubscribe:
> http://www.paraview.org/**mailman/listinfo/paraview<http://www.paraview.org/mailman/listinfo/paraview>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.paraview.org/pipermail/paraview/attachments/20120903/9568a7a7/attachment.htm>


More information about the ParaView mailing list