You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running on a folder dicom via dicomSort('dicom') I get the following error:
Not preserving files, removing folders:
1/1448: /Users/joshuateves/Downloads/20180803_112320_SCB_026/dicom/MR.1.3.12.2.1107.5.2.43.167021.2018080311235313270480384
Error using rmdir
/Users/joshuateves/Downloads/20180803_112320_SCB_026/dicom/MR.1.3.12.2.1107.5.2.43.167021.2018080311235313270480384 is not a directory.
Error in dicomSort (line 261)
rmdir(fullfile(studyDirFolders(i).folder,studyDirFolders(i).name),'s');
MacOS Mojave, MATLAB R2017b
The text was updated successfully, but these errors were encountered:
I was able to replicate your issue by directing dicomSort to a subject_directory instead of study_directory consisting of multiple subjects. I'll come get your image when I get the time.
When running on a folder
dicom
viadicomSort('dicom')
I get the following error:MacOS Mojave, MATLAB R2017b
The text was updated successfully, but these errors were encountered: