[Mne_analysis] Dicom organization

Isaiah C. Smith Isaiah.C.Smith.17 at dartmouth.edu
Mon Aug 4 17:30:27 EDT 2014
Search archives:

Thanks so much for the help but sorry,
I looked at the Python, but I am not really familiar with the format and having a hard time determining how to implement it. The lab I am working in primarily uses MATLAB. Is there a way to form models in MATLAB or the terminal along the same lines as the python attachment? And does the creation of a brain model follow the same procedures as the scalp and skull?
Isaiah
On Aug 4, 2014, at 2:11 PM, Alexandre Gramfort <alexandre.gramfort at telecom-paristech.fr> wrote:

>> # Make high resolution head surface
>> HEAD_FNAME=${SUBJECTS_DIR}/${SUBJECT}/bem/${SUBJECT}-head.fif
>> if [ ! -f ${HEAD_FNAME} ];
>> then
>>    mkheadsurf -s ${SUBJECT}
>>    mne_surf2bem --surf ${SUBJECTS_DIR}/${SUBJECT}/surf/lh.seghead --id 4
>> --check --fif ${HEAD_FNAME}
>> fi
>> 
>> # Setup BEM
>> 
>> to create the head surface. Or do I have to create the boundaries?
> 
> this sets up the head surface for coregistration with mne_analyze.
> It will not be used for forward modeling but just to create the -trans.fif file.
> 
> Try what denis suggests if this does not succeed for you.
> 
> Alex
> _______________________________________________
> Mne_analysis mailing list
> Mne_analysis at nmr.mgh.harvard.edu
> https://mail.nmr.mgh.harvard.edu/mailman/listinfo/mne_analysis
> 
> 
> The information in this e-mail is intended only for the person to whom it is
> addressed. If you believe this e-mail was sent to you in error and the e-mail
> contains patient information, please contact the Partners Compliance HelpLine at
> http://www.partners.org/complianceline . If the e-mail was sent to you in error
> but does not contain patient information, please contact the sender and properly
> dispose of the e-mail.
> 





More information about the Mne_analysis mailing list