Project

General

Profile

Wiki » History » Version 4

Peter Qian, 01/04/2021 09:13 AM

1 1 ashley maher
h1. Wiki
2
3
{{>toc}}
4
5
h2. [[Redmine Documentation Standards]]
6
7
A breakdown of how the team is to use the redmine ticketing system and formatted [[ticket_templates]] for quick and easy issue logging.
8 2 ashley maher
9 4 Peter Qian
h1. 2021 AimsPlanning
10
11
2020-2021 Projects
12
13
ISO LEVELS 
14
* ISO2ROI
15
* SUV2ROI
16
# See https://radiopaedia.org/articles/standard-uptake-value
17
18
ROI 
19
* ROIcreate and save to a new RTSTRUCT file.
20
* ROIcreate to produce multiple contours.
21
* ROIsubtract (difference between 2 ROIs)
22
* ROItransfer (after Fusion)
23
24
DICOM-SR 
25
* DVH2DICOM-SR
26
* RADIOMICS2DICOM-SR
27
* CLINICALDATA2DICOM-SR
28
29
>  CSV data is more amenable to use by ML software.  DICOM-SR is a means of colocating the information in the patient's chart along with the other DICOM data for the patient (e.g. in a PACS or PACS-like system).  I recommend we simultaneously create the reverse conversion. It's a useful testing technique: round trip conversion comparing original to what went through the wash.  Also, if the means for exchanging the data is via DICOM, an ML researcher will probably need to convert to CSV for their code.  An alternative is to create a Pandas conversion from DICOM (pandas to csv is built in to pandas).
30
31
# DICOM Structure Reports should utilize TID 1500 
32
# References: Apparently there is a 3D-Slicer extension https://qiicr.gitbook.io/quantitativereporting-guide/ with code that might be a useful starting point https://github.com/QIICR/QuantitativeReporting/blob/master/DICOMPlugins/DICOMTID1500Plugin.py and they have a test sample: https://github.com/QIICR/QuantitativeReporting/releases/download/test-data/SR.zip , which is used in their automated testing: https://github.com/QIICR/QuantitativeReporting/blob/master/QuantitativeReporting/QRUtils/testdata.py
33
34
GUI
35
* 3-SLICE VIEW
36
# Axial, Coronal, and Sagittal (https://en.wikipedia.org/wiki/Sagittal_plane)
37
# Usually done as a 2 x 2 set of windows with the 4th window utilised for a 3D rendering
38
39
* PET/CT VIEWER
40
> Is this assuming that the CT and PET are already co-registered, e.g. from a PET-CT scanner?  Or just that the PET should be overlaid on CT, and image co-registration is a requirement (see below)?
41
42
* Image Fusion
43
> Image Fusion consists of both image co-registration (doing the math to get a 4x4 matrix to transform from a coordinate in the PET data reference frame to the matching anatomical location in the CT data reference frame) and image overlay (e.g. having a grey scale CT and a hot-metal PET displayed on the same pixels, or a checkerboard alternating between the two different datasets within the same window).  There are a large variety of image co-registration approaches and algorithms.  Manual registration is usually a good starting point, and is a good learning exercise for graphics programmers.
44
45
Batch Processing
46
> Process ISO2ROI, SUV2ROI, DVH2DICOM-SR, RADIOMICS2DICOM-SR and CLINICALDATA2DICOM-SR for a directory
47
48
Radiomics Configuration
49
* Select function groups
50
>from https://en.wikipedia.org/wiki/Radiomics : Radiomic features can be divided into five groups: *size and shape* based–features, descriptors of the image *intensity histogram* , descriptors of the *relationships between image voxels* (e.g. gray-level co-occurrence matrix ( +GLCM+ ), run length matrix ( +RLM+ ), size zone matrix ( +SZM+ ), and neighborhood gray tone difference matrix ( +NGTDM+ ) derived textures, *textures* extracted from filtered images, and *fractal features* .
51
52
* Select specific functions
53
> need list of functions for selection.
54
> current specification found in get_radiomics_df() in View/PyradiProgressBar.py, but that is defaulting to what is provided by pyradiomics
55
> see https://pyradiomics.readthedocs.io/en/latest/features.html for what is available
56
57
Machine Learning
58
> clarification required.  Is the intent to provide hooks so that an ML training algorithm can be applied to the extracted radiomics features?
59
> is the intent to have a plug-in architecture with inversion of control, or a pluggable factory, or something else?
60
61
----------
62
For 2021
63
64
Project Introduction
65
66
Learning Curve
67
# Learning Curve reduction
68
# Unit Testing/Testing Automation
69
# DICOM specification/’Oncology domain knowledge’ climbing exercise
70
# Workflow of code review (GitHub flow)
71
# Better task tracking
72
# Earlier and more documentation of code
73
74
Presentation
75
# Not something you stick at the end
76
# What is the purpose?
77
78
How does this feature achieve the purpose?
79
80 3 Peter Qian
81 2 ashley maher
h2. Meetings
82
83
* [[Team2021Group19Meetings2021]]