Skip to content

Commit c1e2b59

Browse files
authored
Merge pull request #129 from qurit/development
Development
2 parents 263ff17 + 62e7fce commit c1e2b59

File tree

5 files changed

+408
-17
lines changed

5 files changed

+408
-17
lines changed

Paper/paper.bib

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -98,13 +98,3 @@ @article{Yousefirizi2023-ax
9898
url = {https://www.sciencedirect.com/science/article/pii/S1939865424004764},
9999
author = {Yousefirizi, Fereshteh and Liyanage, Annudesh and Klyuzhin, Ivan S. and Rahmim, Arman}
100100
}
101-
102-
@article{oreiller2022head,
103-
title={Head and neck tumor segmentation in PET/CT: the HECKTOR challenge},
104-
author={Oreiller, Valentin and Andrearczyk, Vincent and Jreige, Mario and Boughdad, Sarah and Elhalawani, Hesham and Castelli, Joel and Valli{\`e}res, Martin and Zhu, Simeng and Xie, Juanying and Peng, Ying and others},
105-
journal={Medical image analysis},
106-
volume={77},
107-
pages={102336},
108-
year={2022},
109-
publisher={Elsevier}
110-
}

Paper/paper.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,7 @@ affiliations:
3838
date: 24 July 2024
3939
bibliography: paper.bib
4040

41-
# Optional fields if submitting to a AAS journal too, see this blog post:
42-
# https://blog.joss.theoj.org/2018/12/a-new-collaboration-with-aas-publishing
43-
aas-doi: 10.3847/xxxxx <- update this with the DOI from AAS once you know it.
44-
aas-journal: Astrophysical Journal <- The name of the AAS journal.
41+
4542
---
4643

4744
# Summary
@@ -83,10 +80,10 @@ RT-utils accelerates deep learning model development and facilitates clinical wo
8380

8481

8582
# Real-world Example
86-
For comparing the effects of different RT-Struct conversion methods, we investigated the RT-utils tool, dcmrtstruct2nii (https://github.com/Sikerdebaard/dcmrtstruct2nii), and the built-in tools from LIFEx[@Nioche2018-ct] and 3D Slicer [@Fedorov2012-ax]. We implemented the conversion technique and conducted a comparison of the NIfTI ground truth files. The level of agreement observed between RT-utils and LIFEx surpasses that of other techniques. The mean absolute errors with respect to RT-utils are shown on sagittal and coronal masks. (Figure 1). The visual inspection of an example of converted masks overlaid on PET scans using different techniques is shown in Figure 1. The PET scan used in this figure was sourced from the publicly available HECKTOR Challenge dataset [@oreiller2022head]. We presented a real-world example of ground truth conversion from RT-struct to masks, leveraging quantitative metrics such as mean absolute error and pixel count to ensure accuracy and precision in [@Yousefirizi2023-ax].
83+
For comparing the effects of different RT-Struct conversion methods, we investigated the RT-utils tool, dcmrtstruct2nii (https://github.com/Sikerdebaard/dcmrtstruct2nii), and the built-in tools from LIFEx [@Nioche2018-ct] and 3D Slicer [@Fedorov2012-ax]. We implemented the conversion technique and conducted a comparison of the NIfTI ground truth files. The level of agreement observed between RT-utils and LIFEx surpasses that of other techniques. The mean absolute errors with respect to RT-utils are shown on sagittal and coronal masks. (Figure 1). The visual inspection of an example of converted masks overlaid on PET scans using different techniques is shown in Figure 1. We presented a real-world example of ground truth conversion from RT-struct to masks, leveraging quantitative metrics such as mean absolute error and pixel count to ensure accuracy and precision in [@Yousefirizi2023-ax].
8784

8885

89-
![The visual inspection of an example of converted masks overlaid on PET scans using different techniques](../src/RT.png)
86+
![The visual inspection of an example of converted masks overlaid on PET scans using different techniques](../src/fig1.png)
9087

9188

9289
# Acknowledgements

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ You can find the comparison between RT-utils and other conversion techniques in
166166
## Examples
167167
You can find the comparison between RT-utils and other conversion techniques in this public repository: https://github.com/qurit/dicom_nifti_conversion_project.
168168

169-
The real-world example in the JOSS paper under review was generated using HECKTOR Challenge data (patient “CHGJ015”) with the code provided in the (https://github.com/qurit/dicom_nifti_conversion_project ) GitHub repository.
169+
The real-world example in the JOSS paper under review was generated using the code provided in the [RTUTILS_read_world_example_for_PET.ipynb](https://github.com/qurit/rt-utils/blob/development/RTUTILS_read_world_example_for_PET.ipynb).
170170

171171
## Contributing
172172
We welcome contributions to this project! Please review our [CONTRIBUTING guidelines](./CONTRIBUTING.md) for more details.

0 commit comments

Comments
 (0)