<html><head><base href="x-msg://10/"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Tony,<div><br></div><div>I don't use the LCMV beamformer, so I can't tell you what the structure of the output is, but what you need to perform a source space projection is the orientation and location information for the sources. In the DICS beamformer output, which I'm familiar with, this information would be in the source structure as follows (assuming your source output structure is called "source"):</div><div><br></div><div>source.pos <span class="Apple-tab-span" style="white-space:pre">                </span>% the position info as an n x 3 matrix, where n is the number of sources, in the same units as your volume conductor model</div><div>source.avg.ori <span class="Apple-tab-span" style="white-space:pre">    </span>% the orientation as an 1 x n cell array, where n is the number of locations and each cell is a 3 x 1 array of x y z orientation and n refers to the <span class="Apple-tab-span" style="white-space:pre">                                       </span>% same source in each array</div><div><br></div><div>So, in that case, you might find the necessary information for the peak source, in my case, as follows:</div><div><br></div><div>[~,ind]=max(source.avg.pow(:)); <span class="Apple-tab-span" style="white-space:pre">     </span>% index of the source with the maximum power in the dics output, let's say ind = 5000</div><div>ori=source.avg.ori(5000);      <span class="Apple-tab-span" style="white-space:pre">          </span>% orientation info</div><div>loc=source.pos(5000,:);         <span class="Apple-tab-span" style="white-space:pre">          </span>% location information</div><div><br></div><div>Then, if you get this info, you can search the archives for my posts, one of which has a detailed explanation for getting the source waveform when you have a known source location, source orientation and a volume conductor. If you want to get all the waveforms, you can of course iterate the process over the entire voxel volume, but since the leadfields are highly correlated in adjacent source locations, you will see that many of the waveforms will look essentially the same for sources within a few centimeters.</div><div><br></div><div>Best,</div><div><br></div><div>Don</div><div>-----------------------<br>Don Rojas, Ph.D.<br>Associate Professor of Psychiatry<br>U. of Colorado Denver Anschutz Medical Campus<br>Director, UCD Magnetoencephalography Lab<br>13001 E. 17th Pl F546<br>Aurora, CO 80045 USA<br>303-724-4994</div><div><br><div><div>On Aug 23, 2011, at 12:50 PM, Passaro, Antony D wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div lang="EN-US" link="blue" vlink="purple"><div class="WordSection1" style="page: WordSection1; "><div style="margin-top: 0in; margin-right: 0in; margin-left: 0in; margin-bottom: 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif; "><span style="font-size: 11pt; font-family: Calibri, sans-serif; color: rgb(31, 73, 125); ">Hi Fieldtrippers,<o:p></o:p></span></div><div style="margin-top: 0in; margin-right: 0in; margin-left: 0in; margin-bottom: 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif; "><span style="font-size: 11pt; font-family: Calibri, sans-serif; color: rgb(31, 73, 125); "><o:p> </o:p></span></div><div style="margin-top: 0in; margin-right: 0in; margin-left: 0in; margin-bottom: 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif; "><span style="font-size: 11pt; font-family: Calibri, sans-serif; color: rgb(31, 73, 125); ">I was looking for a way to extract a time-course from each source estimated by the lcmv beamformer. I searched through the mailing list archives and came across a few emails which talked about the possibility but I was unable to find any examples explaining exactly how this process is done. I am interested in extracting the time-course over the average response rather than the individual trials, if possible. Any help would be greatly appreciated.<o:p></o:p></span></div><div style="margin-top: 0in; margin-right: 0in; margin-left: 0in; margin-bottom: 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif; "><span style="font-size: 11pt; font-family: Calibri, sans-serif; color: rgb(31, 73, 125); "><o:p> </o:p></span></div><div style="margin-top: 0in; margin-right: 0in; margin-left: 0in; margin-bottom: 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif; "><span style="font-size: 11pt; font-family: Calibri, sans-serif; color: rgb(31, 73, 125); ">Thanks,<o:p></o:p></span></div><div style="margin-top: 0in; margin-right: 0in; margin-left: 0in; margin-bottom: 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif; "><span style="font-size: 11pt; font-family: Calibri, sans-serif; color: rgb(31, 73, 125); ">-Tony<o:p></o:p></span></div></div>_______________________________________________<br>fieldtrip mailing list<br><a href="mailto:fieldtrip@donders.ru.nl" style="color: blue; text-decoration: underline; ">fieldtrip@donders.ru.nl</a><br><a href="http://mailman.science.ru.nl/mailman/listinfo/fieldtrip" style="color: blue; text-decoration: underline; ">http://mailman.science.ru.nl/mailman/listinfo/fieldtrip</a></div></blockquote></div><br><div>
<div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br></div>
</div>
<br></div></body></html>