Warning: File and dictionary VR values do not match for attribute "RespiratoryIntervalTime" (0020,9254). Expected: FD. Found: UN. Consider setting the
'UseDictionaryVR' parameter to true.
> In dicominfo>convertRawAttr (line 147)
In dicominfo>processMetadata (line 108)
In dicominfo>parseSequence (line 476)
In dicominfo>convertRawAttr (line 204)
In dicominfo>processMetadata (line 108)
In dicominfo (line 71)
In Read_DICOM (line 23)
In MEDI_GUI>Loadbutton_Callback (line 164)
In gui_mainfcn (line 95)
In MEDI_GUI (line 43)
In matlab.graphics.internal.figfile.FigFile/read>@(hObject,eventdata)MEDI_GUI('Loadbutton_Callback',hObject,eventdata,guidata(hObject))
Warning: File and dictionary VR values do not match for attribute "RespiratoryTriggerDelayTime" (0020,9255). Expected: FD. Found: UN. Consider setting
the 'UseDictionaryVR' parameter to true.
> In dicominfo>convertRawAttr (line 147)
In dicominfo>processMetadata (line 108)
In dicominfo>parseSequence (line 476)
In dicominfo>convertRawAttr (line 204)
In dicominfo>processMetadata (line 108)
In dicominfo (line 71)
In Read_DICOM (line 23)
In MEDI_GUI>Loadbutton_Callback (line 164)
In gui_mainfcn (line 95)
In MEDI_GUI (line 43)
In matlab.graphics.internal.figfile.FigFile/read>@(hObject,eventdata)MEDI_GUI('Loadbutton_Callback',hObject,eventdata,guidata(hObject))
Warning: File and dictionary VR values do not match for attribute "RespiratoryTriggerDelayThreshold" (0020,9256). Expected: FD. Found: UN. Consider
setting the 'UseDictionaryVR' parameter to true.
> In dicominfo>convertRawAttr (line 147)
In dicominfo>processMetadata (line 108)
In dicominfo>parseSequence (line 476)
In dicominfo>convertRawAttr (line 204)
In dicominfo>processMetadata (line 108)
In dicominfo (line 71)
In Read_DICOM (line 23)
In MEDI_GUI>Loadbutton_Callback (line 164)
In gui_mainfcn (line 95)
In MEDI_GUI (line 43)
In matlab.graphics.internal.figfile.FigFile/read>@(hObject,eventdata)MEDI_GUI('Loadbutton_Callback',hObject,eventdata,guidata(hObject))
Error: File: dicomattrs.m Line: 1 Column: 50
Invalid expression. Check for missing multiplication operator, missing or unbalanced delimiters, or other syntax error. To construct matrices, use
brackets instead of parentheses.
Error in Read_DICOM/get_dcm_tags (line 319)
attrs=dicomattrs(filename);
Error in Read_DICOM (line 181)
info = get_dcm_tags(filename, ...
Error in MEDI_GUI>Loadbutton_Callback (line 164)
[iField,voxel_size,matrix_size,CF,delta_TE,TE,B0_dir] = Read_DICOM(FilePath);
Error in gui_mainfcn (line 95)
feval(varargin{:});
Error in MEDI_GUI (line 43)
gui_mainfcn(gui_State, varargin{:});
Error in matlab.graphics.internal.figfile.FigFile/read>@(hObject,eventdata)MEDI_GUI('Loadbutton_Callback',hObject,eventdata,guidata(hObject))
Error while evaluating UIControl Callback.