<div dir="ltr">Howdy -<div><br></div><div>I'm trying to walk someone through the early part of the PyMVPA tutorial.  We installed the latest PyMVPA 2.31 via macports; (the last time I did it it was v.2.2.0) and the directory names seem to have changed, s.t. the real tutorial data is in </div>
<div>







<p class="">/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/mvpa2/data/tutorial_data_25mm/data</p><p class="">which I think is different from where it used to be?  Anyway, the documentation here:</p>
<p class=""><a href="http://www.pymvpa.org/tutorial_datasets.html">http://www.pymvpa.org/tutorial_datasets.html</a><br></p><p class="">describes mask_vt.nii.gz as containing 577 features, but from what I can tell it's only got a single active voxel.  Check it out:</p>
<p class=""><font face="trebuchet ms, sans-serif">❯❯❯ for file in *.nii.gz; do<br></font></p></div><div><div><font face="trebuchet ms, sans-serif">echo "for $file ==> " $(3dBrickStat -positive -count $file)</font></div>
<div><font face="trebuchet ms, sans-serif">done</font></div><div><font face="trebuchet ms, sans-serif"><br></font></div><div><font face="trebuchet ms, sans-serif">for anat.nii.gz ==>  352</font></div><div><font face="trebuchet ms, sans-serif">for bold.nii.gz ==>  871200</font></div>
<div><font face="trebuchet ms, sans-serif">for bold_mean.nii.gz ==>  600</font></div><div><font face="trebuchet ms, sans-serif">for mask_brain.nii.gz ==>  129</font></div><div><font face="trebuchet ms, sans-serif">for mask_gray.nii.gz ==>  28</font></div>
<div><font face="trebuchet ms, sans-serif">for mask_hoc.nii.gz ==>  45</font></div><div><font face="trebuchet ms, sans-serif">for mask_vt.nii.gz ==>  1</font></div><div><font face="trebuchet ms, sans-serif">for mask_white.nii.gz ==>  34</font></div>
</div><div><br></div><div>There's other data in the .../mvpa2/data/ directory, but the bold data is of different dimension, the mask is of different dimension and also a different name.  Am I missing something obvious, or are the dox and the PyMVPA distribution out of sync now?</div>
<div><br></div><div>S</div><div><br></div></div>