Project

General

Profile

PETCT Viewer » History » Revision 2

Revision 1 (Felicina Chau, 21/09/2021 08:21 PM) → Revision 2/6 (Felicina Chau, 21/09/2021 10:28 PM)

h1. 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.  

 h2. Alpha Slider 
 <pre><code class="python"> 

 </code></pre> 

 h2. Axial, Coronal, and Sagittal Views 
 <pre><code class="python"> 

 </code></pre> 

 h2. Windowing 
 <pre><code class="python"> 

 </code></pre>