<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
--></style>
</head>
<body class='hmmessage'>
Actually I did not realize this but I already faced this issue in the past, with the interactive PV.<br>This is due to the localization for sure. I am on a "french" lol Mac and I suppose there is some environment variable somewhere that tells qmake to compile a french version of the software. It would be interested to fix this bug though.<br>Thanks for your help.<br><br>> Date: Tue, 1 Dec 2009 11:32:58 -0500<br>> Subject: Re: [Paraview] CleanToGrid python version vs interactive version<br>> From: berk.geveci@kitware.com<br>> To: stan1313@hotmail.fr<br>> CC: paraview@paraview.org<br>> <br>> Hmm. Strange. Looking at the files you sent, I see that this has<br>> something to do with localization. Part of out.vtk looks like:<br>> <br>> pression 1 8 double<br>> 5 5,1 5,2 5,3 5,4 5,5 5,6 5,7<br>> <br>> Somehow, when you write it from Python, the writer is using comma<br>> rather than period for the decimal. Can you check what the file looks<br>> like when you write it using the GUI?<br>> <br>> You can get around this by writing your files as binary for now. I<br>> would also submit a bug report at vtk.org/Bug.<br>> <br>> -berk<br>> <br>> On Tue, Dec 1, 2009 at 8:13 AM, Berk Geveci <berk.geveci@kitware.com> wrote:<br>> > Can you post an example dataset (or send it to me directly)?<br>> ><br>> > -berk<br>> ><br>> > On Tue, Dec 1, 2009 at 8:00 AM, Fred Fred <stan1313@hotmail.fr> wrote:<br>> >> My code:<br>> >><br>> >> reader = LegacyVTKReader(FileNames=args[0])<br>> >><br>> >> filter = CleantoGrid(Input=reader)<br>> >><br>> >> writer = DataSetWriter(Input=filter, FileName=args[1])<br>> >> if options.ascii:<br>> >> writer.FileType = 1<br>> >><br>> >> writer.UpdatePipeline()<br>> >><br>> >><br>> >> First dataset has 2 vector data and 3 scalar data, no warning when reading<br>> >> with interactive PV, all associated data are here.<br>> >> No warning during code execution.<br>> >> If I read the resulting dataset with interactive PV, I get this warning:<br>> >><br>> >><br>> >> Generic Warning: In /usr/local/ParaView3/VTK/IO/vtkDataReader.cxx, line 1383<br>> >><br>> >> Error reading ascii data. Possible mismatch of datasize with declaration.<br>> >><br>> >> and only 1 scalar data and 1 vector data have been loaded.<br>> >><br>> >>> Date: Tue, 1 Dec 2009 06:52:28 -0500<br>> >>> Subject: Re: [Paraview] CleanToGrid python version vs interactive version<br>> >>> From: berk.geveci@kitware.com<br>> >>> To: stan1313@hotmail.fr<br>> >>> CC: paraview@paraview.org<br>> >>><br>> >>> I don't think that what you are describing is possible. That filter<br>> >>> does not have an option to process fewer than all of the arrays. Can<br>> >>> you tell us how to reproduce it?<br>> >>><br>> >>> -berk<br>> >>><br>> >>> On Tue, Dec 1, 2009 at 6:47 AM, Fred Fred <stan1313@hotmail.fr> wrote:<br>> >>> > If a apply CleanToGrid to a dataset with several scalar and vector point<br>> >>> > data, I get an unstructured grid with all the associated variables.<br>> >>> > But if I apply the same process in Python, only 1 scalar and 1 vector<br>> >>> > data<br>> >>> > are sent to the resulting dataset.<br>> >>> > How to ask CleanToGrid to include all associated data?<br>> >>> ><br>> >>> ><br>> >>> > ________________________________<br>> >>> > Gagnez au cadeau par jour avec Hotmail Magic Moment ! Cliquez ici !<br>> >>> > _______________________________________________<br>> >>> > Powered by www.kitware.com<br>> >>> ><br>> >>> > Visit other Kitware open-source projects at<br>> >>> > http://www.kitware.com/opensource/opensource.html<br>> >>> ><br>> >>> > Please keep messages on-topic and check the ParaView Wiki at:<br>> >>> > http://paraview.org/Wiki/ParaView<br>> >>> ><br>> >>> > Follow this link to subscribe/unsubscribe:<br>> >>> > http://www.paraview.org/mailman/listinfo/paraview<br>> >>> ><br>> >>> ><br>> >><br>> >> ________________________________<br>> >> PC, téléphones portables, souris hi-tech. à gagner grâce à Hotmail ! C'est<br>> >> ici !<br>> ><br> <br /><hr />Avec Internet Explorer, surfez en toute discrétion sur internet <a href='http://clk.atdmt.com/FRM/go/182932252/direct/01/' target='_new'>Cliquez ici !</a></body>
</html>