0
我試圖從目錄中讀取多個DICOM文件。 我安裝了oro.dicom包,我用readDICOM功能用於此目的:使用R中的readDICOM讀取DICOM文件時出錯
dicom_file <- readDICOM("3_TR2000_300VOLUMES")
但我得到這個錯誤:
Error in names(hdr) <- c("group", "element", "name", "code", "length", :
'names' attribute [7] must be the same length as the vector [6]
有誰知道這個問題可能是如何解決它?
謝謝。