Sushi
                
              
                
              
                  
                  
              1
              
             
            
              Hello,
I performed ICA on MEG data:
ica = ICA(n_components=20)
ica.fit(raw_tsss_filt)
now, how can I extract the numerical value of ICA components?
(I should have 20 vectors each of the length of the recording duration)
Thank you!
- MNE version: e.g. 1.6.0
- operating system:  Windows 10
 
            
              
              
              
            
            
           
          
            
              
                cbrnr
                (Clemens Brunner)
              
              
                  
                  
              2
              
             
            
              You are looking for ica.get_sources(raw_tsss_fit).
             
            
              
              
              1 Like
            
            
           
          
            
              
                system
                (system)
                  Closed 
              
              
                  
                  
              4
              
             
            
              This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.