<div dir="ltr">Thank you for the feedback.<div><br></div><div>I admit that the download page for the MNE-C is a bit confusing.</div><div>On the top there is the old version 2.7.0, followed by the nightly-build 2.7.4, followed by the last stable version 2.7.3.</div><div><br></div><div>I tried the 2.7.3, which I guess is the last stable version (from 2011), and got the same error.</div><div><br></div><div>I installed the nightly-build (2016), and now it is working, although I&#39;m not very comfortable running nightly-builds in production...</div><div><br></div><div>Also, it complained about a missing library:  libgfortran.so.1</div><div><br></div><div><div><b>mne_surf2bem: error while loading shared libraries: libgfortran.so.1: cannot open shared object file: No such file or directory</b></div></div><div><br></div><div>Which is weird, since it is an old lib, and I have  libgfortran.so.3 installed, and the previous MNE versions seemed to do just fine.</div><div>I added an old  libgfortran.so.1 available in the anaconda repository, but since I added the whole folder to the ld.so.conf, I&#39;m getting some weird warnings...<br></div><div>I think I&#39;m going back to MNE-2.7.3-3268-Linux-x86_64 after I finish generating the surfaces, and remove libgfortran.so.1 from the path<br></div><div><br></div><div>Is there a stable version of 2.7.4 ?</div><div><br></div><div>Thank you,</div><div>Leonardo</div><div>   <br><div class="gmail_extra"><br><div class="gmail_quote">2016-10-28 14:29 GMT-05:00 Alexandre Gramfort <span dir="ltr">&lt;<a href="mailto:alexandre.gramfort@telecom-paristech.fr" target="_blank">alexandre.gramfort@telecom-paristech.fr</a>&gt;</span>:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">hi,<br>
<br>
your version of mne_surf2bem is too old.<br>
<br>
please try to install the latest version of mne C. Take the nightly build.<br>
The --force option was introduced much later than 2009.<br>
<br>
now I think we should fix this as mne_surf2bem should not be necessary<br>
for this operation.<br>
<br>
I opened an issue on github<br>
<br>
<a href="https://github.com/mne-tools/mne-python/issues/3709" rel="noreferrer" target="_blank">https://github.com/mne-tools/<wbr>mne-python/issues/3709</a><br>
<br>
HTH<br>
Alex<br>
<div><div class="gmail-h5"><br>
<br>
On Fri, Oct 28, 2016 at 1:09 AM, Leonardo Barbosa &lt;<a href="mailto:lsbarbosa@gmail.com">lsbarbosa@gmail.com</a>&gt; wrote:<br>
&gt; Dear list,<br>
&gt;<br>
&gt; Since I changed to the the develop version (0.14.dev0), I&#39;ve been seeing a<br>
&gt; warning message whenever I try to do the co-registration using<br>
&gt; mne.gui.coregistration:<br>
&gt;<br>
&gt; ------<br>
&gt;<br>
&gt; No high resolution head model was found for subject USER_2005_T1, using<br>
&gt; standard head instead. In order to generate a high resolution head model,<br>
&gt; run:<br>
&gt;<br>
&gt;<br>
&gt; $ mne make_scalp_surfaces -s USER_2005_T1<br>
&gt;<br>
&gt;<br>
&gt; ------<br>
&gt;<br>
&gt; <a href="https://drive.google.com/open?id=0B0p7WZ2wlTFSTjZQSGNMOHpCTGc" rel="noreferrer" target="_blank">https://drive.google.com/open?<wbr>id=<wbr>0B0p7WZ2wlTFSTjZQSGNMOHpCTGc</a><br>
&gt;<br>
&gt; So far, following the Head Model tutorial, I&#39;ve been using<br>
&gt;<br>
&gt; mne watershed_bem -s USER<br>
&gt; (output: <a href="https://drive.google.com/open?id=0B0p7WZ2wlTFSODIzekhIQ2tuNnM" rel="noreferrer" target="_blank">https://drive.google.com/open?<wbr>id=<wbr>0B0p7WZ2wlTFSODIzekhIQ2tuNnM</a>)<br>
&gt;<br>
&gt; which generates the head surface .fif file in :<br>
&gt;<br>
&gt; bem/USER_2005_T1-head.fif (together with some other surface files)<br>
&gt;<br>
&gt; and did not have any further problems.<br>
&gt;<br>
&gt; Following the warning, I tried to run the<br>
&gt;<br>
&gt; mne make_scalp_surfaces -s USER_2005_T1<br>
&gt;<br>
&gt; and even though the high-resolution was created in<br>
&gt;<br>
&gt; bem/NCCAM_2005_T1-head-dense.<wbr>fif (together with the surf/*seghead* files)<br>
&gt;<br>
&gt; I got the following error in the part that generates the medium tessellation<br>
&gt; (output here :<br>
&gt; <a href="https://drive.google.com/open?id=0B0p7WZ2wlTFSZHp0VVpBUWxNbXc" rel="noreferrer" target="_blank">https://drive.google.com/open?<wbr>id=<wbr>0B0p7WZ2wlTFSZHp0VVpBUWxNbXc</a>).<br>
&gt;<br>
&gt; Therefore my question is: can I safely ignore the warning and use the lower<br>
&gt; resolution bem generated by the watershed algorithm?<br>
&gt; What would be the advantages of using the high-resolution version?<br>
&gt;<br>
&gt; One clear advantage for me it to use the high resolution when possible to<br>
&gt; mark the fiducials, but I figure that for the actual forward model a lower<br>
&gt; resolution must be used otherwise it would take long to compute all<br>
&gt; electrical distances, no?<br>
&gt;<br>
&gt; Of note:<br>
&gt;<br>
&gt; * The same error occurs when I use the version 0.13-dev and 0.13 stable.<br>
&gt; * I&#39;m using<br>
&gt;<br>
&gt; mne_surf2bem version 1.6 compiled at Dec 21 2009 19:47:09<br>
&gt;<br>
&gt; * I noticed that mne_surf2bem complains about a --force option, which<br>
&gt; apparently do not exist.<br>
&gt; If I try to remove the offending argument, I get a different error (output<br>
&gt; here: <a href="https://drive.google.com/open?id=0B0p7WZ2wlTFSbHdTWkpub2N2T3c" rel="noreferrer" target="_blank">https://drive.google.com/open?<wbr>id=<wbr>0B0p7WZ2wlTFSbHdTWkpub2N2T3c</a>)<br>
&gt;<br>
&gt; Any help is appreciated!<br>
&gt;<br>
&gt; Thank you,<br>
&gt; Leonardo Barbosa<br>
&gt;<br>
</div></div>&gt; ______________________________<wbr>_________________<br>
&gt; Mne_analysis mailing list<br>
&gt; <a href="mailto:Mne_analysis@nmr.mgh.harvard.edu">Mne_analysis@nmr.mgh.harvard.<wbr>edu</a><br>
&gt; <a href="https://mail.nmr.mgh.harvard.edu/mailman/listinfo/mne_analysis" rel="noreferrer" target="_blank">https://mail.nmr.mgh.harvard.<wbr>edu/mailman/listinfo/mne_<wbr>analysis</a><br>
&gt;<br>
&gt;<br>
&gt; The information in this e-mail is intended only for the person to whom it is<br>
&gt; addressed. If you believe this e-mail was sent to you in error and the<br>
&gt; e-mail<br>
&gt; contains patient information, please contact the Partners Compliance<br>
&gt; HelpLine at<br>
&gt; <a href="http://www.partners.org/complianceline" rel="noreferrer" target="_blank">http://www.partners.org/<wbr>complianceline</a> . If the e-mail was sent to you in<br>
&gt; error<br>
&gt; but does not contain patient information, please contact the sender and<br>
&gt; properly<br>
&gt; dispose of the e-mail.<br>
&gt;<br>
______________________________<wbr>_________________<br>
Mne_analysis mailing list<br>
<a href="mailto:Mne_analysis@nmr.mgh.harvard.edu">Mne_analysis@nmr.mgh.harvard.<wbr>edu</a><br>
<a href="https://mail.nmr.mgh.harvard.edu/mailman/listinfo/mne_analysis" rel="noreferrer" target="_blank">https://mail.nmr.mgh.harvard.<wbr>edu/mailman/listinfo/mne_<wbr>analysis</a><br>
</blockquote></div><br></div></div></div>