[FieldTrip] 96 channel ActiCap sensor locations

Julian Keil julian.keil at gmail.com
Sat Feb 25 20:31:58 CET 2017


Hi Andrew,

I attached you a function to convert the theta/phi coordinates to xyz-coordinates you can use in FieldTrip (Written by Stephan Moratti @UCM).
To actually use the result, you need to build an electrode structure, so do something like this:

cap=importdata('128_channel_easycap.elp'); % Import the Vendor-Provided 3d Positions

%% Step 2.1. Make an electrode file

elec.pnt=elp2coor(cap.data',100)';
elec.label=cap.textdata;

%% Check the positiosn on the head surface. They don't look good, do they?

 figure
  triplot(vol.bnd(1).pnt, vol.bnd(1).tri,  [], 'edges');
 hold
 plot3(elec.pnt(:,1),elec.pnt(:,2),elec.pnt(:,3),'r*')

%% Step 3 Move the electrodes to match the head

  cfg=[];
  cfg.method='interactive';
  cfg.elec=elec;
  cfg.headshape=vol.bnd(1);

  elec_new=ft_electroderealign(cfg);

Good luck,

Julian



********************
Dr. Julian Keil

AG Multisensorische Integration
Klinik für Psychiatrie und Psychotherapie
der Charité im St. Hedwig-Krankenhaus
Große Hamburger Straße 5-11, Haus 2
10115 Berlin

Telefon: +49-30-2311-1879
Fax:        +49-30-2311-2209
www.multisensorymind.com



Am 25.02.2017 um 16:39 schrieb Andrew Chang:

> Dear FieldTrip users,
> 
> I am wondering whether anyone would like to share the Fieldtrip layout file of the "actiCap 96Ch Standard 2" EEG cap with me. I have checked around the websites of Fieldtrip and Easycap, but failed to find anything useful. So far I only got it's top-view map and it's Theta/Phi Coordinates (see the attached PDFs in the links below).
> https://www.dropbox.com/s/wlshxqb93tn4duz/actiCAP-96-channel-Standard-2.pdf?dl=0
> https://www.dropbox.com/s/6bva7az6ydc6hvh/actiCap-96Ch-Standard%202%20Theta_Phi_CAP.pdf?dl=0
> 
> It would be very appreciated if anyone can share the Fieldtrip layout file with me, or teach me how to create a layout in Fieldtrip from Theta/Phi Coordinates.
> Thank you all in advance!
> 
> Sincerely,
> Andrew
> 
> 
> --
> Andrew Chang, Ph.D. Candidate
> Vanier Canada Graduate Scholar
> http://changa5.wordpress.com/
> 
> Auditory Development Lab
> Department of Psychology, Neuroscience & Behaviour
> McMaster University
> _______________________________________________
> fieldtrip mailing list
> fieldtrip at donders.ru.nl
> https://mailman.science.ru.nl/mailman/listinfo/fieldtrip

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.science.ru.nl/pipermail/fieldtrip/attachments/20170225/ce7e7ef6/attachment-0004.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: elp2coor.m
Type: application/octet-stream
Size: 700 bytes
Desc: not available
URL: <http://mailman.science.ru.nl/pipermail/fieldtrip/attachments/20170225/ce7e7ef6/attachment-0002.obj>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.science.ru.nl/pipermail/fieldtrip/attachments/20170225/ce7e7ef6/attachment-0005.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 495 bytes
Desc: Message signed with OpenPGP using GPGMail
URL: <http://mailman.science.ru.nl/pipermail/fieldtrip/attachments/20170225/ce7e7ef6/attachment-0002.sig>


More information about the fieldtrip mailing list