Skip to content

Commit

Permalink
Merge pull request #129 from StanfordMIMI/malteekj-patch-1
Browse files Browse the repository at this point in the history
Update README.md for aortic calcium
  • Loading branch information
malteekj authored Jun 5, 2024
2 parents 0c1dd4f + e7a9f5a commit d5e1150
Show file tree
Hide file tree
Showing 13 changed files with 550 additions and 487 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,11 @@ bin/C2C spine -i <path/to/input/folder>

### Usage
```bash
bin/C2C aortic_calcium -i <path/to/input/folder>
bin/C2C aortic_calcium -i <path/to/input/folder> -o <path/to/input/folder> --threshold
```
- input_path should contain a DICOM series or subfolders that contain DICOM series, or a nifti file.
- Aortic calcifications are detected through an adaptive threshold in a dilated aorta mask
- The input path should contain a DICOM series or subfolders that contain DICOM series, or a nifti file.
- The threshold can be controlled with --threshold and be either an integer HU threshold, "adataptive" or "agatson".
- If "agatson" is used, agatson score is calculated and the a threshold of 130 HU is used
- Aortic calcifications are divided into abdominal and thoracic at the T12 level
- Segmentation masks for aortic calcium, the dilated aorta mask and the T12 seperation plane are saved in ./segmentation_masks/
- Metrics on an aggregated and individual level for the calcifications are written to .csv files in ./metrics/
Expand Down
Loading

0 comments on commit d5e1150

Please sign in to comment.