<div dir="ltr">Thanks. I will use second one.<br><br>With regard ERNiftiDataset: does this class may somehow help to analyze the ER designs (specifically fast ER), where the data is extremely contaminated with previous BOLD signal?<br>
<br><div class="gmail_quote">2009/4/29 Yaroslav Halchenko <span dir="ltr">&lt;<a href="mailto:debian@onerussian.com">debian@onerussian.com</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
there are a few options you have...<br>
<br>
in a block design experiment you can either<br>
1. discard volumes on the boundaries of the blocks -- look at<br>
idsonboundaries<br>
method of a dataset to figure out which volumes you need to discard<br>
<br>
2. shift labels to account for šthe hemodynamic response... lets say<br>
with TR=2 and desired shift of 6 seconds, just shift labels by 3 and<br>
discard first 3 volumes... smth like (just typed in... not tested ;))<br>
<br>
dataset.labels[3:] = dataset.labels[:-3]<br>
dataset = dataset.selectSamples(range(3, dataset.nsamples))<br>
<br>
3. use BoxcarMapper mapper to just get a mean activation pattern of the<br>
block (or simply use that ERNiftiDataset in the fashion similar to<br>
ER-dataset analysis)<br>
<div class="im"><br>
<br>
<br>
On Wed, 29 Apr 2009, Vadim Axel wrote:<br>
<br>
&gt; š šHi guys,<br>
&gt; š šI wonder whether you are making hemodynamic lag shift in pyMVPA? Here<br>
&gt; š šit the thread, where you discussed this issue with regard to Haxby&#39;s<br>
&gt; š šdataset.<br>
</div>&gt; š š[1]<a href="http://www.mail-archive.com/pkg-exppsy-pymvpa@lists.alioth.debian.or" target="_blank">http://www.mail-archive.com/pkg-exppsy-pymvpa@lists.alioth.debian.or</a><br>
<div class="im">&gt; š šg/msg00173.html<br>
&gt; š šI think it&#39;s a critical procedure, especially when designed consists of<br>
&gt; š šshort blocks (like 10-15 secs), where you might miss considerable<br>
&gt; š šamount of information. As far as I remember in Princeton MVPA matlab<br>
&gt; š štoolbox such a option existed.<br>
&gt; š šThaanks,<br>
&gt; š šVadim<br>
<br>
</div>&gt; óÓÙÌËÉ<br>
<div class="im"><br>
&gt; š š1. <a href="http://www.mail-archive.com/pkg-exppsy-pymvpa@lists.alioth.debian.org/msg00173.html" target="_blank">http://www.mail-archive.com/pkg-exppsy-pymvpa@lists.alioth.debian.org/msg00173.html</a><br>
<br>
</div>&gt; _______________________________________________<br>
&gt; Pkg-ExpPsy-PyMVPA mailing list<br>
&gt; <a href="mailto:Pkg-ExpPsy-PyMVPA@lists.alioth.debian.org">Pkg-ExpPsy-PyMVPA@lists.alioth.debian.org</a><br>
&gt; <a href="http://lists.alioth.debian.org/mailman/listinfo/pkg-exppsy-pymvpa" target="_blank">http://lists.alioth.debian.org/mailman/listinfo/pkg-exppsy-pymvpa</a><br>
<br>
<br>
--<br>
Yaroslav Halchenko<br>
Research Assistant, Psychology Department, Rutgers-Newark<br>
Student šPh.D. @ CS Dept. NJIT<br>
Office: (973) 353-1412 | FWD: 82823 | Fax: (973) 353-1171<br>
 š š š š101 Warren Str, Smith Hall, Rm 4-105, Newark NJ 07102<br>
WWW: š š <a href="http://www.linkedin.com/in/yarik" target="_blank">http://www.linkedin.com/in/yarik</a><br>
<br>
_______________________________________________<br>
Pkg-ExpPsy-PyMVPA mailing list<br>
<a href="mailto:Pkg-ExpPsy-PyMVPA@lists.alioth.debian.org">Pkg-ExpPsy-PyMVPA@lists.alioth.debian.org</a><br>
<a href="http://lists.alioth.debian.org/mailman/listinfo/pkg-exppsy-pymvpa" target="_blank">http://lists.alioth.debian.org/mailman/listinfo/pkg-exppsy-pymvpa</a><br>
</blockquote></div><br></div>