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

Would be useful to have line numbers in the transform editing window. Its much easier to track down error messages from the console.

enhancement
ux

There is now a OME Tiff reader in VTK we should probably replace ours with it.

enhancement

When a data source gets resized, "Reset Camera" does not seem to zoom properly if a slice widget is present. To demonstrate: 1. Start tomviz and open up the recon...

Currently with numpy 1.16.4 the following [line](https://github.com/OpenChemistry/tomviz/blob/master/tomviz/python/Recon_DFT.py#L58) cause the input array to be converted from fortran ordering to c ordering. This bug seems to be fixed in 1.17.0, the order...

**Describe the bug** A clear and concise description of what the bug is. If the pipeline has a single data transform or operator (i.e. Mark data as tilt series or...

Add a new operator to Tomviz for [non-local means filtering](https://en.wikipedia.org/wiki/Non-local_means) of image stacks and volumes.

enhancement

**Describe the bug** Repeated use of the paraview.simple.SaveScreenshot() function leads to an increase in memory usage which will overtime slow down TomViz functionality. **To Reproduce** Steps to reproduce the behavior:...

Can I reconstruct an object when the detector is rotating around the object instead of the object tilting/rotating around an axis? Clearly some geometry parameters would be needed: source-detector distance,...

**Is your feature request related to a problem? Please describe.** I am playing around with reconstructing micro CBCT projection images, where I have the angle data. Although not perfect, I...

When looking at data I often use a volume render to find an interesting axis and then I want to slice down that axis using a custom (non-orthogonal) slice. It...