You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: episodes/itksnap.Rmd
+26-18Lines changed: 26 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -31,48 +31,56 @@ We are using CT Ventilation as a Functional Imaging Modality for Lung Cancer Rad
31
31
The CT-vs-PET-Ventilation-Imaging collection is distributed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/).
32
32
The `CT-vs-PET-Ventilation-Imaging` dataset contains 20 lung cancer patients underwent exhale/inhale breath hold CT (BHCT), free-breathing four-dimensional CT (4DCT) and Galligas PET ventilation scans in a single session on a combined 4DPET/CT scanner.
33
33
34
-
We recommend using the BHCT scans for participants `CT-PET-VI-02` and `CT-PET-VI-03` showing very little motion between inhale and exhale (for PET scan and accompanying CT scan), and BHCT scans for participants `CT-PET-VI-05` and `CT-PET-VI-07` (the inhale and exhale CT scans), where 05 has a different number of slices between the inhale and exhale:
34
+
We recommend using the BHCT scans for participants `CT-PET-VI-02` and `CT-PET-VI-03` showing very little motion between inhale and exhale (for PET scan and accompanying CT scan), and BHCT scans for participants `CT-PET-VI-05` and `CT-PET-VI-07` (the inhale and exhale CT scans), where 05 has a different number of slices between the inhale and exhale.
35
+
36
+
Data paths contain:
37
+
*`inhale_BH_CT` and `exhale_BH_CT` contain CT scans acquired during an inhalation breath hold and exhalation breath hold respectively.
38
+
*`PET` contains a PET scan that measures the local lung function,
39
+
*`CT_for_PET` contains a CT scan acquired at the same time as the PET scan for attenuation correction of the PET scan and to provide anatomical reference for the PET data.
Refer to `Summary and Setup` section for further details on CT-vs-PET-Ventilation-Imaging dataset.
81
+
Refer to [`Summary and Setup`](https://healthbioscienceideas.github.io/Medical-Image-Registration-Short-Course/#data-sets) section for further details on CT-vs-PET-Ventilation-Imaging dataset.
74
82
75
-
For examples in this episode, we are going to use DICOM data "CT-PET-VI-02/3.000000-CT Lung 3.0 B31f-61322" but others can be used!
83
+
For examples in this episode, we are going to use DICOM data `CT-PET-VI-02/CT_forPET`but others can be used.
Copy file name to clipboardExpand all lines: learners/setup.md
+58-3Lines changed: 58 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,13 +22,23 @@ Download the [data zip file](https://example.com/FIXME) and unzip it to your Des
22
22
23
23
### CT-vs-PET-Ventilation-Imaging
24
24
CT Ventilation as a Functional Imaging Modality for Lung Cancer Radiotherapy from [TCIA](https://www.cancerimagingarchive.net/collection/ct-vs-pet-ventilation-imaging/).
25
-
We recomend to focus on exhale/inhale breath hold CT (BHCT) Dicoms which belog to:
25
+
We recomend to focus on exhale/inhale breath hold CT (BHCT) Dicoms.
26
+
Bare in mind that:
26
27
* The BHCT scans for CT-PET-VI-02 & CT-PET-VI-03 show very little motion between inhale and exhale
27
28
* The BHCT scans for CT-PET-VI-05 have a different number of slices between the inhale and exhale
28
29
29
-
30
-
Data paths look like these:
30
+
#### Extracting and renaming data paths
31
+
Original data directory paths for this work were renamed for easy interpretability as follows:
32
+
```callout
33
+
`5.000000-Thorax Insp 2.0 B*` ranamed as `inhale_BH_CT`
34
+
`7.000000-Thorax Exp 2.0 B*` renamed as `exhale_BH_CT`
35
+
`3.000000-CT Lung 3.0 B*` ranamed as `CT_for_PET`
36
+
`4.000000-Galligas Lung-0*` renamed as `PET`
31
37
```
38
+
39
+
See how the original data paths and renamed look like
40
+
```bash
41
+
#Original directory paths
32
42
/CT-PET-VI-02$ tree -d
33
43
.
34
44
├── 1000.000000-PET SUV Factors-26496 [1 item, with size 42.1 kB]
0 commit comments