<div dir="ltr">Dear all,<div><br></div><div>I'm trying to load MRI into matlab. The MRI data I have is a series of .dicom files (~250 frames, "IMG1"~"IMG250").  I'm wondering how to specify the input parameter for the function "ft_read_mri". Since I have 250 files, which file should I use for the input?</div><div><br></div><div>If I only use the first file "IMG1", for example mri = ft_read_mri('IMG1');  Then I will get the following error:</div><div><br></div><div><div>Warning: Not enough data imported.  Attempted to read 3053459760 bytes at position 2953.  Only read 534544. <br></div><div>ERROR: IMG1 does not have a series number </div><div>Error in load_dicom_series (line 42)</div><div>if(nargin < 1 | nargin > 3)</div><div><br></div><div>Output argument "vol" (and maybe others) not assigned during call to</div><div>"XX\fieldtrip_20140518\external\freesurfer\load_dicom_series.m>load_dicom_series".</div><div><br></div><div>Error in ft_read_mri (line 287)</div><div>  [img,transform,hdr,mr_params] = load_dicom_series(dcmdir,dcmdir,filename);</div></div><div><br></div><div>I'll appreciate your reply a lot!</div><div><br></div><div>Best,</div><div><br></div><div>Ying</div></div>