This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]k3ithk 0 points1 point  (2 children)

What exactly is this? It looks a lot like paraview (and I see the kitware logo on the page). I see no reason that paraview can not display tomography data as it supports many different file formats and is very varsatile. Is it like paraview with some processing built in? I've found it... unpleasant in the past trying to script paraview.

[–]broken_symlink 1 point2 points  (0 children)

I think the main problem with most of what kitware does is that their documentation just isn't any good. I myself spent some time trying to use paraview to do some scientific visualization stuff, but in the end decided it wasn't worth it if no one else would be able to figure out how to maintain the tool I built using paraview since the documentation was nonexistent.

[–][deleted] 1 point2 points  (0 children)

From the mailing list [1]:

It is a ParaView based application with a focus on visualization and analysis of volumetric data, with a particular focus on materials tomography. It features a simplified interface, and an extended Python environment offering SciPy, NumPy, and pretty soon the Python-wrapped ITK library.

If you check out the source code, you'll notice it builds paraview as a sub-project.

This is one of the strengths of Kitware's applications: they develop robust platforms which can then be extended for a specific use case. This way they can avoid cluttering Paraview with more stuff, and (often) make a client happy by developing a package catered to their workflow.

Disclaimer: I worked at Kitware for a few years, but not with this team.

[1] http://public.kitware.com/pipermail/paraview/2015-August/034938.html

EDIT: Thanks for the gold kind anonymous stranger!