QMRITools`
QMRITools`

ReadDicom

ReadDicom[folder]

imports all dicom files from the given folder.

ReadDicom[{file1,file2, }]

imports all the given filenames.

ReadDicom[folder,{file1,file2, }]

imports all the given filenames from the given folder.

ReadDicom[folder,partsize]

imports all dicom files from the given folder and partions them in given partsize.

ReadDicom[{file1,file2, },partsize]

imports all the given filenames and partions them in given partsize.

ReadDicom[folder,{file1,file2, },partsize]

imports all the given filenames from the given folder and partions them in given partsize.

Details

  • The following options can be given:
  • ScaleCorrectFalseScaleCorrect is an option for ReadDicom, ReadDicomDiff, ReadDicomDir and ReadDicomDirDiff. The dicom image values are corrected for rescale slope, scale slope and rescale intercept.

Examples