Back to the main page.
Bug 376 - documentation on ft_dipolesimulation
Status | CLOSED FIXED |
Reported | 2011-01-10 14:07:00 +0100 |
Modified | 2011-01-26 15:38:35 +0100 |
Product: | FieldTrip |
Component: | documentation |
Version: | unspecified |
Hardware: | PC |
Operating System: | Linux |
Importance: | P1 minor |
Assigned to: | Jörn M. Horschig |
URL: | |
Tags: | |
Depends on: | |
Blocks: | |
See also: |
Gio Piantoni - 2011-01-10 14:07:32 +0100
FT_DIPOLESIMULATION allows for multiple dipoles, however it's not clear how to specify that. The help page does not give information on multiple dipoles while the example on the wiki page http://fieldtrip.fcdonders.nl/example/compute_forward_simulated_data_and_apply_a_dipole_fit does not work. It says to specify: cfg.dip.mom = [ % each row represents [qx1 qy1 qz1 qx2 qy2 qz2] 1 0 0 0 0 0 % this is how signal1 contributes to the 6 dipole components 0 0 0 1 0 0 % this is how signal2 contributes to the 6 dipole components ]'; % note, it should be transposed however, the code wants one vector (line 193): repmat(dipmom{trial}(i:3:end),1,nsamples) I guess the wiki page should read cfg.dip.mom = [1 0 0 1 0 0]; Please, correct me if I'm wrong. Thanks, Gio
Jörn M. Horschig - 2011-01-19 11:53:38 +0100
resolved, but the help is really not clear, to me it looks like dipole moment should be a matrix, but instead it should be a concatenation of arrays
Jörn M. Horschig - 2011-01-19 11:54:04 +0100
resolved = wiki matches what the function needs
Robert Oostenveld - 2011-01-26 15:37:15 +0100
I closed all bugs that were resolved prior and including 2011-01-25. All resolved bugs should have been discussed by now, therefore we don't want to see them again in the next meeting. Instead, in the next meeting we want to see the recent improvements and fixes.