tomviz icon indicating copy to clipboard operation
tomviz copied to clipboard

Cross platform, open source application for the processing, visualization, and analysis of 3D tomography data

Results 120 tomviz issues
Sort by recently updated
recently updated
newest added

We were able to build paraview master with tomviz until about a week ago. [This MR](https://gitlab.kitware.com/paraview/paraview/merge_requests/3679) broke a few lines of code for us, since `vtkSMGlobalPropertiesProxy`, which is used [here](https://github.com/OpenChemistry/tomviz/blob/a09302b9e5aba59e72715aa87fa0e794d2356d63/tomviz/LoadPaletteReaction.cxx#L101),...

**Is your feature request related to a problem? Please describe.** Tomviz tends to crash when I load and work with large data sets (close to the limits given by the...

This is documenting a change that occurred due to the changes in #1958. An example is below. Before padding =============== ![pad_volume1](https://user-images.githubusercontent.com/9558430/66858052-8c34b080-ef56-11e9-9aa1-7a902c328893.png) Previous behavior after padding ======================== ![pad_volume2](https://user-images.githubusercontent.com/9558430/66858079-95be1880-ef56-11e9-8ea3-dae3dfd1e0d3.png) New behavior after...

When running the `tomviz-pipeline` executable, if the progress `value` is set before the `maximum` (which is done in several ITK operators, including the default ITK operator) like so: ``` self.progress.value...

Hello, Actually I have a question and it is written in https://tomviz.org/docs/ that they can be asked here. I have a number of projections from an X-ray scanner like this:...

**Describe the bug** Trying to save an animation as a AVI file fails. **To Reproduce** Steps to reproduce the behavior: 1. File --> Export Movie 2. Select VFW AVI file...

For datasets that have multiple scalar arrays, we want to be able to color the contour from one array by another array. Currently, one can color the contour by only...

Multidimensional data sets have more than one scalar array, at present Tomviz can only support s single array per data set. I think at a minimum we should support selecting...

enhancement

PR #1709 emits data source changed when a data source is activated. I think short term we can merge, and examine whether this fixes the immediate bug. I want to...

bug

**Is your feature request related to a problem? Please describe.** Hi, I would like a command that could take screenshots of my live-tomography reconstructions after each iteration. I know that...