Skip to content

Commit 2b00096

Browse files
committed
Merge branch 'main' of github.com:StanfordMIMI/Comp2Comp
2 parents e81d09b + 41ef5c2 commit 2b00096

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -83,19 +83,20 @@ bin/C2C spine -i <path/to/input/folder>
8383

8484
### Usage
8585
```bash
86-
bin/C2C aortic_calcium -i <path/to/input/folder> -o <path/to/input/folder> --threshold
86+
bin/C2C aortic_calcium -i <path/to/input/folder> -o <path/to/input/folder> --threshold --mosaic-type
8787
```
88-
- The input path should contain a DICOM series or subfolders that contain DICOM series, or a nifti file.
88+
The input path should contain a DICOM series or subfolders that contain DICOM series or a nifty file.
8989
- The threshold can be controlled with `--threshold` and be either an integer HU threshold, "adataptive" or "agatson".
90-
- If "agatson" is used, agatson score is calculated and the a threshold of 130 HU is used
90+
- If "agatson" is used, agatson score is calculated and a threshold of 130 HU is used
9191
- Aortic calcifications are divided into abdominal and thoracic at the end of the T12 level
92-
- Segmentation masks for aortic calcium, the dilated aorta mask and the T12 seperation plane are saved in ./segmentation_masks/
92+
- Segmentation masks for the aortic calcium, the dilated aorta mask, and the T12 seperation plane are saved in ./segmentation_masks/
9393
- Metrics on an aggregated and individual level for the calcifications are written to .csv files in ./metrics/
9494
- Visualizations are saved to ./images/
95-
- The mosaic will default shows all slices with califications but a subset at each vertebra level can be used instead with `--mosaic-type vertebrae`
95+
- The visualization presents coronal and sagittal MIP projections with the aorta overlay, featuring a heat map of calcifications alongside extracted calcification metrics. Below is a mosaic of each aortic slice with calcifications.
96+
- The mosaic will default show all slices with califications but a subset at each vertebra level can be used instead with `--mosaic-type vertebrae`
9697

9798
<p align="center">
98-
<img src="figures/aortic_calcium_overview.png" height="520">
99+
<img src="figures/aortic_calcium_overview.png" height="500">
99100
</p>
100101

101102
### Example Output

0 commit comments

Comments
 (0)