[Paraview] Annotate time filter - regard real time

2015-02-27 Thread Madalena S. Malhadas
Dear paraview users,I have a question over the use of Annotate time filter in Paraview. I have a paraview script that read netcdf data which has time axis given as "days since 1970-01-0100:00" (Epoch Time). This gives problem if I want to show the real time of the data in the animation window.

Re: [Paraview] Annotate time filter - regard real time

2015-03-02 Thread Madalena S. Malhadas
Dear paraview users,I have a question over the use of Annotate time filter in Paraview. I have a paraview script that read netcdf data which has time axis given as "days since 1970-01-0100:00" (Epoch Time). This gives problem if I want to show the real time of the data in the animation window. W

Re: [Paraview] Annotate time filter - regard real time

2015-03-02 Thread Felipe Bordeu Weldt
you can use the python programable filter to create a field data with the date (in string) and use a annotate field data filter. Felipe Le 27 févr. 2015 à 14:50, Madalena S. Malhadas a écrit : > > Dear paraview users, > > I have a question over the use of Annotate time filter in Paraview. I

Re: [Paraview] Annotate time filter - regard real time

2015-03-02 Thread Madalena S. Malhadas
But how do I do it? Can you explain the steps please? RegardsMadalena From: felipe.bor...@ec-nantes.fr Date: Mon, 2 Mar 2015 14:18:06 +0100 CC: paraview@paraview.org Subject: Re: [Paraview] Annotate time filter - regard real time you can use the python programable filter to create a field data

Re: [Paraview] Annotate time filter - regard real time

2015-03-02 Thread Felipe Bordeu
18:06 +0100 > CC: paraview@paraview.org > Subject: Re: [Paraview] Annotate time filter - regard real time > > you can use the python programable filter to create a field data with the date (in string) and use a annotate field data filter. > > Felipe > Le 27 févr. 2015 à 14:50, M

Re: [Paraview] Annotate time filter - regard real time

2015-03-02 Thread Madalena S. Malhadas
Thank you very much! I will test now. Kind regards Date: Mon, 2 Mar 2015 16:46:32 +0100 From: felipe.bor...@ec-nantes.fr CC: paraview@paraview.org Subject: Re: [Paraview] Annotate time filter - regard real time -BEGIN PGP SIGNED MESSAGE- Hash: SHA1

Re: [Paraview] Annotate time filter - regard real time - error in code after test

2015-03-03 Thread Felipe Bordeu
me conversions and understand what ihave wrong. For me is to difficult to understand since i am novate in programming. > > Thank you very much > > Madalena > > - > From: nenasan...@hotmail.com > To: felipe.bor...@ec-nantes.fr > Date: Mon, 2 Mar 2015 1

Re: [Paraview] Annotate time filter - regard real time - error in code after test

2015-03-03 Thread Madalena S. Malhadas
Thank you very much. Date: Tue, 3 Mar 2015 09:30:19 +0100 From: felipe.bor...@ec-nantes.fr To: paraview@paraview.org Subject: Re: [Paraview] Annotate time filter - regard real time - error in code after test -BEGIN PGP SIGNED MESSAGE- Hash: SHA1

Re: [Paraview] Annotate time filter - regard real time - error in code after test

2015-03-03 Thread Madalena S. Malhadas
ay(label)\n' in the script box via paraview i get error. Do you know how to solve the error. Madalena From: nenasan...@hotmail.com To: felipe.bor...@ec-nantes.fr; paraview@paraview.org Date: Tue, 3 Mar 2015 09:33:39 +0000 Subject: Re: [Paraview] Annotate time filter - regard real time - error

Re: [Paraview] Annotate time filter - regard real time - error in code after test

2015-03-04 Thread Felipe Bordeu
-- > From: nenasan...@hotmail.com > To: felipe.bor...@ec-nantes.fr; paraview@paraview.org > Date: Tue, 3 Mar 2015 09:33:39 + > Subject: Re: [Paraview] Annotate time filter - regard real time - error in code after test > > Thank you very much. > > --