PETCT Viewer » History » Revision 5
« Previous |
Revision 5/6
(diff)
| Next »
Felicina Chau, 21/09/2021 11:04 PM
PETCT Viewer¶
View>mainpage>PETCTView.py
This file is responsible for implementing the PET/CT Viewer tab of the OnkoDICOM program. As this is an extension of the image fusion functionality, a new tab has been created to maintain clarity of the fused PET and CT images. The visual layout of PETCTView.py share many similarities with DICOMView.py and thus, code from the latter has been copied and refactored so that the mainpage folder contains the PETCTView.py.
Alpha Slider¶
goes between 0 and 100 for opacity
image_display using painter, blends images together
#
Axial, Coronal, and Sagittal Views¶
toggled --> update_axis (gets which image was toggled, grabs the name of the toggled view, get the length of the pixmaps and correct the slider values)
image_display - updated to cater for image sets of different sizes (look for variable m)
Windowing¶
The approach to enabling windowing levels while in the PETCT Viewer tab is to first apply windowing to both PT and CT sets separately before overlaying the images (fusing).
Updated by Felicina Chau over 3 years ago · 5 revisions