[FieldTrip] questions

Govindan, Rathinaswamy rgovinda at childrensnational.org
Mon Dec 17 20:47:29 CET 2018


Hello Fieldtrippers:
I am RB Govindan from Children’s Hospital, Washington, DC. I am visiting
FieldTrip after a long time, so consider me as a beginner. My objective is to
quantitate stereo EEG using spectral analysis that includes connectivity
analysis. From the get-go, I have two questions:
 

For installation, I downloaded fieldtrip-20181207.zip file and unzipped it
on my computer. I tried downloading other folders (examples, modules, tutorial,
and workshop) but with no success. Some of the huge files in these folders
disconnected my FTP link. Would I be able to use all features of FieldTrip with
the version that I have downloaded? If not, could you please suggest what other
components I need?

I have MRIs in DICOM format. I followed the instructions in the tutorial
which are as follows:
 
f1=’/Volumes/FDATA_1/HACO_Project/CT_MRI T1 SPGR/ARS_MRI_T1 SPGR/1.2.840.113619.2.353.4120.14262029.13982.1485259768.788.dcm’;

 
mri = ft_read_mri(f1);
 

This threw the following error message.
ERROR: /Volumes/FDATA_1/HACO_Project/CT_MRI T1 SPGR/ARS_MRI_T1
SPGR/1.2.840.113619.2.353.4120.14262029.13982.1485259768.788.dcm does not have a series number
Output argument "vol" (and maybe others) not assigned during call
to "load_dicom_series."
 
Error in ft_read_mri (line 300)
    [img,transform,hdr,mr_params] =
load_dicom_series(dcmdir,dcmdir,filename);
 
Could someone help me so I can proceed further? 

My understanding is that the code looks for the series number of the DICOM
images. I do not know what that means. Furthermore, I’m running Fieldtrip from
a MATLAB that does not have an image processing toolbox. Do I need an image
processing toolbox for my analysis?
 
Thank you very much for your attention, in anticipation.


 
Best regards,
 
RB




From:  rbgovindan <rgovinda at childrensnational.org>
Date:  Friday, December 14, 2018 at 11:16 AM
To:  "fieldtrip at science.ru.nl" <fieldtrip at science.ru.nl>
Subject:  Re: questions






While reading DICOM images using this function:
mri = ft_read_mri(f1);
 
I received the following error:
ERROR: /Volumes/FDATA_1/HACO_Project/CT_MRI T1 SPGR/ARS_MRI_T1 SPGR/1.2.840.113619.2.353.4120.14262029.13982.1485259768.788.dcm does not have a series number 
Output argument "vol" (and maybe others) not assigned during call to "load_dicom_series."
 
Error in ft_read_mri (line 300)
    [img,transform,hdr,mr_params] = load_dicom_series(dcmdir,dcmdir,filename);
 
Any help is appreciated.


Best regards,
RB

(function(){(function (e){if(e){var t=e.cloneNode;e.cloneNode=function(n){var i=t.call(e,n);if(e.classList.contains("mceContentBody"))i.innerHTML=e.innerHTML,r(i);else try{o(i)}catch(e){}return i},o(e)}function n(e){if(e.parentNode)if(e.childNodes.length>1){for(var t=document.createDocumentFragment();e.childNodes.length>0;)t.appendChild(e.childNodes[0]);e.parentNode.replaceChild(t,e)}else e.firstChild?e.parentNode.replaceChild(e.firstChild,e):e.parentNode.removeChild(e)}function r(e){if(e)try{for(var t=e.querySelectorAll(".gr_"),r=t.length,o=0;o<r;o++)n(t[o])}catch(e){}}function o(e){try{Object.defineProperty(e,"innerHTML",{get:function(){try{var t=e.ownerDocument.createRange();t.selectNodeContents(e);var n=t.cloneContents(),o=document.createElement("div");return o.appendChild(n),r(o),o.innerHTML}catch(e){return""}},set:function(t){try{var n=e.ownerDocument.createRange();n.selectNodeContents(e),n.deleteContents();var r=n.createContextualFragment(t);e.appendChild(r)}catch(e){}}})}catch(e){}}})(document.querySelector("[data-gramm_id='d2171300-da3e-5558-95cf-41eb545945ef']")) })()






More information about the fieldtrip mailing list