This repository contains scripts for the manuscript:
J.J. Tse, D.A. Kondro, M.T. Kuczynski, Y. Pauchard, A. Veljkovic, D.W. Holdsworth, V. Frasson, S.L. Manske, P. MacMullan, P. Salat. Assessing the Sensitivity of Dual-Energy Computed Tomography 3-Material Decomposition for the Detection of Gout. Investigative Radiology: April 22, 2022. In Press. DOI: 10.1097/RLI.0000000000000879
- Python (v3.8.5)
- Numpy (v1.20.3)
- SimpleITK (v2.0.2)
- VTK (v9.0.1)
- Save your input CSV to the input directory
- Run the threeComponentLoopMain.py script in the scripts directory
- Outputs will be saved to the output directory with a separate folder for each patient
Gout
├──scripts
├──output
├──input
└──images
├──Gout01
├──Gout02
...
└──GoutN
├──GoutN_L_50keV_1000 (DICOM directories assumed, must be named as shown)
├──GoutN_L_65keV_1001
├──GoutN_R_50keV_1002
└──GoutN_R_65keV_1003