<div dir="ltr">Hi Jacob and Natalie, <div><br></div><div>I am glad to hear binica is able to run on a Windows 7 PC. As the wiki appears to be incorrect on whether it can run on newer versions of windows any extra detail either of you could provide on getting binica to work on windows 7 would be much appreciated.</div>

<div><br></div><div>Following the wiki instructions, I've changed the ICABINARY path to the wiki-downloaded ica.exe. I still can't get binica to run using Makoto's script or the EEGLAB dialog, ICA does run through EEGLAB but it seems to be runica that is implemented not binica as their is no noticable change in decomposition speed </div>

<div><br></div><div>One thing I may be missing is the editing of the <a href="http://ica.sc">ica.sc</a> file. The wiki is vague on what exactly needs to be edited here so I may edited it incorrectly. If necessary, how should the <a href="http://ica.sc">ica.sc</a> be edited in order to get binica to run?</div>

<div><br></div><div>Thanks, </div><div>Max <br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, May 12, 2014 at 2:00 PM, Jacob Anderson <span dir="ltr"><<a href="mailto:jea@umn.edu" target="_blank">jea@umn.edu</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">I just successfully ran the 'ica.exe' available from the Wiki on some data within EEGLAB/MATLAB. Cool, it appears to have worked fine!<div>

Cheers,</div><div>Jake</div><div> </div></div><div class="HOEnZb"><div class="h5"><div class="gmail_extra">
<br><br><div class="gmail_quote">On Mon, May 12, 2014 at 12:27 PM, Jacob Anderson <span dir="ltr"><<a href="mailto:ande2523@umn.edu" target="_blank">ande2523@umn.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">


<div dir="ltr">Dear Makoto,<div>From the Wiki BINICA page under the "Download" head, it looks like a recent compiled version (with improved PCA reduction) for Windows isn't available. It goes on to say that the older compiled versions won't run within MATLAB and can't be used with binica.m(). However, one can download those older versions to run them externally. The code you provided to Natalie and her successful efforts to run BINICA (in Win8) suggest that you can actually run BINICA within MATLAB on recent versions of Windows, which is cool!  I was wondering if the version Natalie was using is the version from the wiki page or if someone compiled a new one with the provided source code. Natalie mentioned that she inherited the version she's using and doesn't know much about its origins. </div>



<div>Cheers,<br>Jake</div><div><br></div><div><br></div><div class="gmail_extra"><br><div class="gmail_quote"><div><div>On Mon, May 12, 2014 at 10:52 AM, Makoto Miyakoshi <span dir="ltr"><<a href="mailto:mmiyakoshi@ucsd.edu" target="_blank">mmiyakoshi@ucsd.edu</a>></span> wrote:<br>





</div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div><div dir="ltr">Dear Jake,<div><br></div><div>At least I haven't heard of any problem yet. Is there a binica problem depending on windows versions?</div>





<div><br></div><div>Makoto</div></div></div></div><div class="gmail_extra"><div><div><br>

<br><div class="gmail_quote">2014-05-11 19:22 GMT-07:00 Jacob Anderson <span dir="ltr"><<a href="mailto:ande2523@umn.edu" target="_blank">ande2523@umn.edu</a>></span>:<div><div><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">







<p dir="ltr">Hi Everyone, <br>
Will the older Windows binary work on Windows 7 machines? I'm assuming that Natalie isn't running XP. The only Windows version I know of is on BINICA wiki page. Is there another version that's available? </p>









<p dir="ltr">Thanks, <br>
Jake</p><div><div>
<div class="gmail_quote">On May 8, 2014 5:18 PM, "Natalie Prowse" <<a href="mailto:NatalieProwse@cmail.carleton.ca" target="_blank">NatalieProwse@cmail.carleton.ca</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">













<div dir="ltr">
<div style="font-size:12pt;color:#000000;background-color:#ffffff;font-family:Calibri,Arial,Helvetica,sans-serif">
<p>​Thank-you Makoto.  I have logged the bug (1604) and am using your work around.<br>
</p>
<p><br>
</p>
<p>regards,<br>
</p>
<p>-Natalie<br>
</p>
<div style="color:rgb(40,40,40)">
<hr style="display:inline-block;width:98%">
<div dir="ltr"><font face="Calibri, sans-serif" color="#000000" style="font-size:11pt"><b>From:</b> Makoto Miyakoshi <<a href="mailto:mmiyakoshi@ucsd.edu" target="_blank">mmiyakoshi@ucsd.edu</a>><br>
<b>Sent:</b> Thursday, May 8, 2014 12:44 PM<br>
<b>To:</b> Natalie Prowse<br>
<b>Cc:</b> <a href="mailto:eeglablist@sccn.ucsd.edu" target="_blank">eeglablist@sccn.ucsd.edu</a><br>
<b>Subject:</b> Re: [Eeglablist] Why doesn't BINICA show up as an option in ICA?</font>
<div> </div>
</div>
<div>
<div dir="ltr">Dear Natalie,
<div><br>
</div>
<div>Sorry for inconvenience.</div>
<div>I'd like to give you a temporal solution using a command line meanwhile you post it as a bug to bugzilla</div>
<div><a href="https://sccn.ucsd.edu/bugzilla/enter_bug.cgi" target="_blank">https://sccn.ucsd.edu/bugzilla/enter_bug.cgi</a><br>
</div>
<div><br>
</div>
<div>After loading the set file you want to decompose, run the following command.</div>
<div><br>
</div>
<div>[wts,sph] = binica(EEG.data(:,:), 'extended', 1);</div>
<div>EEG.icaweights = wts;</div>
<div>EEG.icasphere = sph;</div>
<div>EEG = eeg_checkset(EEG, 'ica');</div>
<div>eeglab redraw</div>
<div><br>
</div>
<div>Makoto</div>
</div>
<div class="gmail_extra"><br>
<br>
<div class="gmail_quote">2014-04-30 11:59 GMT-07:00 Natalie Prowse <span dir="ltr">
<<a href="mailto:NatalieProwse@cmail.carleton.ca" target="_blank">NatalieProwse@cmail.carleton.ca</a>></span>:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi,<br>
<br>
I have the windows version of BINICA on my C: drive.<br>
<br>
I have verified that the PATH variable contains the path to the file:<br>
C:\NICERLAB\Artifact_removal_code\BinICA<br>
<br>
I have verified that in the eeglab install \functions\sigprocfunc\icadefs.m the ICABINARY variable is properly set:<br>
ICABINARY = 'C:\NICERLAB\Artifact_removal_code\BinICA\ica.exe';<br>
<br>
And yet, after loading a Brain Vision file and then clicking on Tools->Run ICA  I do not always get presented with BINICA as an option.  I also have FASTICA installed, and it doesn't show up either.  This is RANDOM - sometimes I see BINICA in the list, but
 more often times, I don't.  I cannot pinpoint what is different when it's working vs not.<br>
<br>
Any ideas what could be interfering with EEGLab's ability to display the BINICA or FASTICA option to me?<br>
<br>
Thanks,<br>
-Natalie<br>
_______________________________________________<br>
Eeglablist page: <a href="http://sccn.ucsd.edu/eeglab/eeglabmail.html" target="_blank">
http://sccn.ucsd.edu/eeglab/eeglabmail.html</a><br>
To unsubscribe, send an empty email to <a href="mailto:eeglablist-unsubscribe@sccn.ucsd.edu" target="_blank">
eeglablist-unsubscribe@sccn.ucsd.edu</a><br>
For digest mode, send an email with the subject "set digest mime" to <a href="mailto:eeglablist-request@sccn.ucsd.edu" target="_blank">
eeglablist-request@sccn.ucsd.edu</a><br>
</blockquote>
</div>
<br>
<br clear="all">
<div><br>
</div>
-- <br>
<div dir="ltr">Makoto Miyakoshi<br>
Swartz Center for Computational Neuroscience<br>
Institute for Neural Computation, University of California San Diego<br>
</div>
</div>
</div>
</div>
</div>
</div>

<br>_______________________________________________<br>
Eeglablist page: <a href="http://sccn.ucsd.edu/eeglab/eeglabmail.html" target="_blank">http://sccn.ucsd.edu/eeglab/eeglabmail.html</a><br>
To unsubscribe, send an empty email to <a href="mailto:eeglablist-unsubscribe@sccn.ucsd.edu" target="_blank">eeglablist-unsubscribe@sccn.ucsd.edu</a><br>
For digest mode, send an email with the subject "set digest mime" to <a href="mailto:eeglablist-request@sccn.ucsd.edu" target="_blank">eeglablist-request@sccn.ucsd.edu</a><br></blockquote></div>
</div></div></blockquote></div></div></div></div></div><div><div><br><br clear="all"><div><br></div>-- <br><div dir="ltr"><div><div>Makoto Miyakoshi<br>Swartz Center for Computational Neuroscience<br>Institute for Neural Computation, University of California San Diego<br clear="all">




<div><br></div></div></div><div>-- <br><div dir="ltr">*************************************************<br>Jacob E. Anderson, MA<br>Doctoral Student<br>Institute of Child Development<br>51 East River Rd.<br>Minneapolis, MN  55455<br>


<br>
E-mail:  <a href="mailto:jea@umn.edu" target="_blank">jea@umn.edu</a><br>
Web: <a href="http://www.cehd.umn.edu/icd/people/gradstudents/andersonJ.html" target="_blank">Click Here</a><br>Cell:    <a href="tel:763-458-7152" value="+17634587152" target="_blank">763-458-7152</a><br></div>
<br>
</div></div>
</div></div></div></blockquote></div></div></div>
</blockquote></div><br><br clear="all"><div><br></div>-- <br><div dir="ltr">*************************************************<br>Jacob E. Anderson, MA<br>Doctoral Student<br>Institute of Child Development<br>51 East River Rd.<br>


Minneapolis, MN  55455<br><br>E-mail: <a href="mailto:jea@umn.edu" target="_blank">jea@umn.edu</a><br>Web: <a href="http://www.cehd.umn.edu/icd/people/gradstudents/andersonJ.html" target="_blank">Click Here</a><br>Cell:    763-458-7152<br>


</div>
</div>
</div></div><br>_______________________________________________<br>
Eeglablist page: <a href="http://sccn.ucsd.edu/eeglab/eeglabmail.html" target="_blank">http://sccn.ucsd.edu/eeglab/eeglabmail.html</a><br>
To unsubscribe, send an empty email to <a href="mailto:eeglablist-unsubscribe@sccn.ucsd.edu">eeglablist-unsubscribe@sccn.ucsd.edu</a><br>
For digest mode, send an email with the subject "set digest mime" to <a href="mailto:eeglablist-request@sccn.ucsd.edu">eeglablist-request@sccn.ucsd.edu</a><br></blockquote></div><br></div>