sccn / amica

Code for AMICA: Adaptive Mixture ICA with shared components
BSD 2-Clause "Simplified" License
23 stars 13 forks source link

Amica code in pop_select of EEGLAB (calling functions in this repository) #17

Open arnodelorme opened 4 years ago

arnodelorme commented 4 years ago

It should be pop_select.m line 374... computing something related to amica.

[reply] [−]Comment 1Makoto 2011-06-09 18:19:42 PDT

I confirmed it happened 2 out of 10.

[reply] [−]DescriptionMakoto 2011-06-09 18:09:36 PDT

I tried to select data based on selected channels using pop_select.m from GUI, but it never worked. After several times of failure, I noticed that out of nowhere new channels 'prob1' 'prob2' suddenly appeared and attached to the last channel. when pop_select.m re-runs for the second time.

This did not happen for other subjects, so I don't know what is the reason for this. Do you have any idea what 'prob1' 'prob2' are?

Makoto