STIR icon indicating copy to clipboard operation
STIR copied to clipboard

PyQt5 sinogram visualisation

Open robbietuk opened this issue 2 years ago • 0 comments

Sets up the basic PyQt5 UI and uses MatPlotLib for image show. Currently, takes command line argument for projection data path.

Remaining todo:

v0.2

  • [x] File browser built into UI
  • [ ] Simplify UI layout.
    • [ ] Use pages to switch between sinogram and viewgram](https://realpython.com/python-pyqt-layout/#creating-a-stack-of-widgets)
  • [x] Simplify controll (slider and scrollbox) backend
  • [ ] Improve MatPlotLib visualisation interface OR use alternative libraries

v0.3

  • [ ] Add 3D scanner view with 2D slice visualisation

Development version screen share.

image

robbietuk avatar Jul 11 '22 14:07 robbietuk