]> Creatis software - clitk.git/blob - scripts/dicom_info.sh
Attempt to manually adjust the layout of the overlay panel for fusion to minimize...
[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