Kurt Sansom

Results 34 comments of Kurt Sansom

Thank you for the update. A kofi is coming your way as soon as I remember how to do it.

I rebased, squashed, and included some matching changes from the vtu reader/writer. tests passed locally for me.

@nschloe would mind running the workflow to see if it passes?

I added more tests to bump up the code coverage.

if I have a surface mesh defined by [nx3] points and [nx3] triangles how can I export it to the vtk xml polydata format (".vtp" extension) from meshio? is this...

It’s really easy if vtk is installed. Mainly trying to keep it simple. Once you import in paraview one can extract the surface which gives a polydata. -Kurt On Thu,...

any updates on supporting the vtp format with meshio. vtk is a heavyweight library and it would be nice in meshio or maybe derived from meshio? I am giving it...

so this is great that you can read different pages of tiffs. the next question is how to manage tracking them as t.scale, t.xres, t.yres are the same as page...

Thank you @jcupitt Why would get("n-pages") return 7 when there are 10 pages in the image? ( this is after writing the image and then reading it back in) e.g....

I will dig deeper to make sure it's not something I am doing. Yep, definitely something I did wrong. its properly working. I must have mixed up some files. or...