Re: [Paraview] How to insert annotate time info into catalyst?

2018-02-02 Thread Andy Bauer
For Catalyst Live you can use the Python Annotation filter to show the time after you've extracted the Annotate Time Filter from the Calalyst simulation run. You'll need to change the Array Association to Row Data and put in "Text.GetValue(0)" in the Expression. On Mon, Jan 29, 2018 at 8:59 PM,

Re: [Paraview] How to insert annotate time info into catalyst?

2018-01-25 Thread SeongMo
Dear Andy Bauer, For the color map issue, I think ParaView 5.4.1 resolved it. But, I could not figure out annotate time filter issue. may be it is just simple problem but I am not sure. Coprocess routine is as follows and python script is attached. It would be appreciated if you make some

Re: [Paraview] How to insert annotate time info into catalyst?

2018-01-25 Thread Ufuk Utku Turuncoglu (BE)
Hi Seongmo, I am using following steps to add annotation to Catalyst, 1 - Create a ProgrammableFilter 2 - Add following code to it (don’t forget to modify epoc) import paraview.simple import paraview.servermanager import datetime import locale # get output port and copy it to input out =

Re: [Paraview] How to insert annotate time info into catalyst?

2018-01-24 Thread Andy Bauer
Hi Seongmo, Please keep the conversations on the mailing list so that anyone can follow along or participate. Also, these types of things often get lost in my inbox when they don't make it back to the ParaView mailing list. What version of ParaView Catalyst are you using? I think the annotate