]> Creatis software - clitk.git/blob - vv/scripts/dicom_info.sh
Romulo: invert matrix in .mat to be consistent with mhd matrices handled by itk
[clitk.git] / vv / 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