Full user interface for tomography data processing: TomoPyUI

Below is an excerpt from the documentation of this app, see here: TomoPyUI — tomopyui

Here is the GitHub: GitHub - samwelborn/tomopyui: ipywidgets-based UI for tomopy

TomoPyUI

Have you ever wondered to yourself one of the following:

  • “I really don’t want to learn a python API to reconstruct my tomography data”
  • “I really wish I knew what was going on during automatic tomography data alignment, and that it wasn’t just a black box filled with math that gives me a bad result”
  • “I really don’t want to open another image stack in ImageJ”

tomopyui aims to provide a solution to these problems. Built on tomopy, astra-toolbox, ipywidgets, bqplot, and bqplot-image-gl, tomopyui is a highly interactive and reactive graphical user interface that will allow you to:

  • Import tomography data from various sources - raw beamline data (projections, references, and dark fields), or prenormalized data from another program (i.e., TXM Wizard)
  • Find the data’s center of rotation (manually, or automatically from tomopy’s centering algorithms)
  • Iteratively align your data using joint iterative reconstruction and reprojection and inspect the convergence at each iteration.
  • Look at your normalized/aligned/reconstructed data in the app, rather than pulling it up in ImageJ
  • Try out all the reconstruction algorithms in a few clicks. Run them. Come back to folders filled with reconstructed data using all those algorithms. Some are better than others.
  • Process a dataset quickly to find standard values, save alignment and reconstruction metadata in JSON files for batch reconstruction later on.

At each part of this process, metadata about your data is saved so that you know what you did when you come back to it in a month or two or three or seven.

This application was developed at the Stanford Synchrotron Radiation Lightsource (SSRL) to aid in our alignment and reconstruction processes.

2 Likes