Back to the main page.

Bug 3156 - add 10-20 model-based electrode placement code to ft_electrodeplacement

Status CLOSED FIXED
Reported 2016-07-04 11:41:00 +0200
Modified 2017-01-17 11:29:40 +0100
Product: FieldTrip
Component: core
Version: unspecified
Hardware: PC
Operating System: Mac OS
Importance: P5 normal
Assigned to: Robert Oostenveld
URL:
Tags:
Depends on:
Blocks:
See also:

Robert Oostenveld - 2016-07-04 11:41:35 +0200

I have matlab code from my 2001 paper on the 5% system. I just looked it up, it is pretty clean and should plug into ft_electrodeplacement relatively easily. Requirements are a triangulated skin surface and nas/ini/lpa/rpa.


Robert Oostenveld - 2016-11-07 16:49:29 +0100

mac011> git push --set-upstream origin bug3156-electrodeplacement X11 forwarding request failed on channel 0 Counting objects: 107, done. Delta compression using up to 4 threads. Compressing objects: 100% (94/94), done. Writing objects: 100% (107/107), 47.55 KiB | 0 bytes/s, done. Total 107 (delta 79), reused 24 (delta 13) remote: Resolving deltas: 100% (79/79), completed with 50 local objects. To github.com:robertoostenveld/fieldtrip.git * [new branch] bug3156-electrodeplacement -> bug3156-electrodeplacement Branch bug3156-electrodeplacement set up to track remote branch bug3156-electrodeplacement from origin. see https://github.com/fieldtrip/fieldtrip/pull/259


Robert Oostenveld - 2016-11-07 16:57:10 +0100

I have merged it into the master branch


Robert Oostenveld - 2016-11-08 12:36:19 +0100

Christoph pointed out that the ptriside function was missing. mac011> git commit [master a08f3e7] FIX - added missing ptriside function to fieldtrip/private, thanks to Christoph for pointing this out 2 files changed, 63 insertions(+) create mode 100644 private/ptriside.m mac011> git push upstream master X11 forwarding request failed on channel 0 You're about to push master, is that what you intended? [y|n] y Counting objects: 5, done. Delta compression using up to 4 threads. Compressing objects: 100% (5/5), done. Writing objects: 100% (5/5), 558 bytes | 0 bytes/s, done. Total 5 (delta 3), reused 0 (delta 0) remote: Resolving deltas: 100% (3/3), completed with 3 local objects. To github.com:fieldtrip/fieldtrip.git abb5f79..a08f3e7 master -> master


Robert Oostenveld - 2017-01-17 11:29:40 +0100

closed multiple bugs that were resolved some time ago