]> Creatis software - clitk.git/blob - scripts/dicom_info.sh
Replace ListOfROI (vector) by MapOfROI to avoid ambiguity between the ROI number...
[clitk.git] / scripts / dicom_info.sh
1 #!/bin/bash
2 #Get info about the first dicom image in the directory
3 find . -iname "*.dcm" -type f | head -n1 | xargs clitkDicomInfo | less