Back to the main page.
Bug 1775 - implement ft_sourceparcellate function
| Status | CLOSED FIXED |
| Reported | 2012-10-10 09:15:00 +0200 |
| Modified | 2013-04-23 12:06:29 +0200 |
| Product: | FieldTrip |
| Component: | core |
| Version: | unspecified |
| Hardware: | PC |
| Operating System: | Mac OS |
| Importance: | P1 normal |
| Assigned to: | Robert Oostenveld |
| URL: | |
| Tags: | |
| Depends on: | |
| Blocks: | |
| See also: |
Robert Oostenveld - 2012-10-10 09:15:24 +0200
and write a test script. The purpose of the function is to average functional values over all voxels or vertices in a parcel. Instead of averaging, it should also allow combining the values using the largest eigenvector, using "svdfft" and by concatenating (e.g. for lead fields).
Robert Oostenveld - 2013-03-30 08:37:08 +0100
I have created a new git branch for this: mbp> git push oostenveld bug1775 Counting objects: 7, done. Delta compression using up to 2 threads. Compressing objects: 100% (6/6), done. Writing objects: 100% (6/6), 3.42 KiB, done. Total 6 (delta 3), reused 0 (delta 0) To git@github.com:oostenveld/fieldtrip.git * [new branch] bug1775 -> bug1775
Robert Oostenveld - 2013-04-18 20:46:47 +0200
it is also part of the standard svn release
Robert Oostenveld - 2013-04-23 12:05:54 +0200
closed various bugs