<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://www.nitrc.org/themes/nitrc3.0/css/rss.xsl.php?feed=https://www.nitrc.org/export/rss20_forum.php?forum_id=141" ?>
<?xml-stylesheet type="text/css" href="https://www.nitrc.org/themes/nitrc3.0/css/rss.css" ?>
<rss version="2.0"> <channel>
  <title>NITRC WFU_PickAtlas Forum: help</title>
  <link>http://www.nitrc.org/forum/forum.php?forum_id=141</link>
  <description>Get Public Help</description>
  <language>en-us</language>
  <copyright>Copyright 2000-2026 NITRC OSI</copyright>
  <webMaster></webMaster>
  <lastBuildDate>Mon, 09 Mar 2026 3:32:47 GMT</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>NITRC RSS generator</generator>
  <item>
   <title>RE: Error using spm_slice_vol (line 32) spm_slice_vol.c not compiled - see Makefile</title>
   <link>http://www.nitrc.org/forum/forum.php?thread_id=15785&amp;forum_id=141</link>
   <description>&amp;lt;p&amp;gt;Does anyone have the source files such that we could just compile these ourselves?&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Best wishes,&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Rainer&amp;lt;/p&amp;gt;</description>
   <author>Rainer Boegle</author>
   <pubDate>Wed, 14 Jan 2026 7:48:15 GMT</pubDate>
   <guid>http://www.nitrc.org/forum/forum.php?thread_id=15785&amp;forum_id=141</guid>
  </item>
  <item>
   <title>RE: Problem with WFU PickAtlas Results Viewer</title>
   <link>http://www.nitrc.org/forum/forum.php?thread_id=9212&amp;forum_id=141</link>
   <description>&amp;lt;p data-start=&amp;quot;102&amp;quot; data-end=&amp;quot;130&amp;quot;&amp;gt;Hi huilee92 and scchester,&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p data-start=&amp;quot;137&amp;quot; data-end=&amp;quot;245&amp;quot;&amp;gt;I just encountered exactly the same error with WFU_PickAtlas &amp;amp;ldquo;Results Viewer&amp;amp;rdquo; under SPM12 + MATLAB R2024a:&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;contain-inline-size rounded-2xl relative bg-token-sidebar-surface-primary&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;sticky top-9&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;absolute end-0 bottom-0 flex h-9 items-center pe-2&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;bg-token-bg-elevated-secondary text-token-text-secondary flex items-center gap-4 rounded-sm px-2 font-sans text-xs&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;overflow-y-auto p-4&amp;quot; dir=&amp;quot;ltr&amp;quot;&amp;gt;&amp;lt;code class=&amp;quot;whitespace-pre! language-text&amp;quot;&amp;gt;Using SPM8_lite, adding (spm_lite) to path.  &lt;br /&gt;
Warning: Name is nonexistent or not a directory: &amp;amp;hellip;/spm_lite  &lt;br /&gt;
&amp;amp;hellip;  &lt;br /&gt;
ERROR │ wfu_results_defaults │ Line 0052: Array dimensions must agree.  &lt;br /&gt;
&amp;lt;/code&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;p data-start=&amp;quot;469&amp;quot; data-end=&amp;quot;580&amp;quot;&amp;gt;From extensive debugging I found the cause: in &amp;lt;strong data-start=&amp;quot;516&amp;quot; data-end=&amp;quot;544&amp;quot;&amp;gt;&amp;lt;code data-start=&amp;quot;518&amp;quot; data-end=&amp;quot;542&amp;quot;&amp;gt;wfu_results_defaults.m&amp;lt;/code&amp;gt;&amp;lt;/strong&amp;gt;, around line 46-53 the code does:&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;contain-inline-size rounded-2xl relative bg-token-sidebar-surface-primary&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;sticky top-9&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;absolute end-0 bottom-0 flex h-9 items-center pe-2&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;bg-token-bg-elevated-secondary text-token-text-secondary flex items-center gap-4 rounded-sm px-2 font-sans text-xs&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;overflow-y-auto p-4&amp;quot; dir=&amp;quot;ltr&amp;quot;&amp;gt;&amp;lt;code class=&amp;quot;whitespace-pre! language-matlab&amp;quot;&amp;gt;hind = &amp;lt;span class=&amp;quot;hljs-built_in&amp;quot;&amp;gt;find&amp;lt;/span&amp;gt;(h &amp;amp;gt;= &amp;lt;span class=&amp;quot;hljs-number&amp;quot;&amp;gt;0&amp;lt;/span&amp;gt;);&lt;br /&gt;
vind = &amp;lt;span class=&amp;quot;hljs-built_in&amp;quot;&amp;gt;find&amp;lt;/span&amp;gt;(v &amp;amp;gt;= &amp;lt;span class=&amp;quot;hljs-number&amp;quot;&amp;gt;0&amp;lt;/span&amp;gt;);&lt;br /&gt;
screenIndex = &amp;lt;span class=&amp;quot;hljs-built_in&amp;quot;&amp;gt;min&amp;lt;/span&amp;gt;(&amp;lt;span class=&amp;quot;hljs-built_in&amp;quot;&amp;gt;find&amp;lt;/span&amp;gt;(hind == vind));&lt;br /&gt;
&amp;lt;/code&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;p data-start=&amp;quot;690&amp;quot; data-end=&amp;quot;861&amp;quot;&amp;gt;In MATLAB R2024a (and in some multi-monitor setups) the vectors &amp;lt;code data-start=&amp;quot;754&amp;quot; data-end=&amp;quot;760&amp;quot;&amp;gt;hind&amp;lt;/code&amp;gt; and &amp;lt;code data-start=&amp;quot;765&amp;quot; data-end=&amp;quot;771&amp;quot;&amp;gt;vind&amp;lt;/code&amp;gt; may differ in length, so &amp;lt;code data-start=&amp;quot;797&amp;quot; data-end=&amp;quot;809&amp;quot;&amp;gt;hind==vind&amp;lt;/code&amp;gt; leads to the &amp;amp;ldquo;Array dimensions must agree&amp;amp;rdquo; error.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p data-start=&amp;quot;868&amp;quot; data-end=&amp;quot;917&amp;quot;&amp;gt;&amp;lt;strong data-start=&amp;quot;868&amp;quot; data-end=&amp;quot;875&amp;quot;&amp;gt;Fix&amp;lt;/strong&amp;gt;: replace that block with something like&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;contain-inline-size rounded-2xl relative bg-token-sidebar-surface-primary&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;sticky top-9&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;absolute end-0 bottom-0 flex h-9 items-center pe-2&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;bg-token-bg-elevated-secondary text-token-text-secondary flex items-center gap-4 rounded-sm px-2 font-sans text-xs&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;overflow-y-auto p-4&amp;quot; dir=&amp;quot;ltr&amp;quot;&amp;gt;&amp;lt;code class=&amp;quot;whitespace-pre! language-matlab&amp;quot;&amp;gt;idx = &amp;lt;span class=&amp;quot;hljs-built_in&amp;quot;&amp;gt;intersect&amp;lt;/span&amp;gt;(hind, vind);&lt;br /&gt;
&amp;lt;span class=&amp;quot;hljs-keyword&amp;quot;&amp;gt;if&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;hljs-built_in&amp;quot;&amp;gt;isempty&amp;lt;/span&amp;gt;(idx)&lt;br /&gt;
    screenIndex = &amp;lt;span class=&amp;quot;hljs-number&amp;quot;&amp;gt;1&amp;lt;/span&amp;gt;;&lt;br /&gt;
&amp;lt;span class=&amp;quot;hljs-keyword&amp;quot;&amp;gt;else&amp;lt;/span&amp;gt;&lt;br /&gt;
    screenIndex = idx(&amp;lt;span class=&amp;quot;hljs-number&amp;quot;&amp;gt;1&amp;lt;/span&amp;gt;);&lt;br /&gt;
&amp;lt;span class=&amp;quot;hljs-keyword&amp;quot;&amp;gt;end&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/code&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;p data-start=&amp;quot;1053&amp;quot; data-end=&amp;quot;1155&amp;quot;&amp;gt;After applying this patch and restarting MATLAB, the Results Viewer now works correctly in my setup.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p data-start=&amp;quot;1162&amp;quot; data-end=&amp;quot;1301&amp;quot;&amp;gt;If you like, I can share the full patched &amp;lt;code data-start=&amp;quot;1204&amp;quot; data-end=&amp;quot;1228&amp;quot;&amp;gt;wfu_results_defaults.m&amp;lt;/code&amp;gt; and my version details (MATLAB R2024a, SPM12 r7771, PickAtlas 3.0.5b).&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p data-start=&amp;quot;1162&amp;quot; data-end=&amp;quot;1301&amp;quot;&amp;gt;Note: If you're searching for &amp;lt;code data-start=&amp;quot;1387&amp;quot; data-end=&amp;quot;1411&amp;quot;&amp;gt;wfu_results_defaults.m&amp;lt;/code&amp;gt;: it's located in &amp;lt;code data-start=&amp;quot;1429&amp;quot; data-end=&amp;quot;1455&amp;quot;&amp;gt;.../wfu_results/private/&amp;lt;/code&amp;gt; &amp;amp;mdash; being under a &amp;lt;code data-start=&amp;quot;1472&amp;quot; data-end=&amp;quot;1482&amp;quot;&amp;gt;private/&amp;lt;/code&amp;gt; folder, it won't show up using &amp;lt;code data-start=&amp;quot;1514&amp;quot; data-end=&amp;quot;1521&amp;quot;&amp;gt;which&amp;lt;/code&amp;gt; or &amp;lt;code data-start=&amp;quot;1525&amp;quot; data-end=&amp;quot;1531&amp;quot;&amp;gt;edit&amp;lt;/code&amp;gt; unless called from the parent function.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p data-start=&amp;quot;1308&amp;quot; data-end=&amp;quot;1365&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p data-start=&amp;quot;1308&amp;quot; data-end=&amp;quot;1365&amp;quot;&amp;gt;Hope this helps you too!&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p data-start=&amp;quot;1308&amp;quot; data-end=&amp;quot;1365&amp;quot;&amp;gt;Best wishes,&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p data-start=&amp;quot;1308&amp;quot; data-end=&amp;quot;1365&amp;quot;&amp;gt;Yoshikazu Nakano&amp;lt;/p&amp;gt;</description>
   <author>Yoshikazu Nakano</author>
   <pubDate>Mon, 17 Nov 2025 6:03:57 GMT</pubDate>
   <guid>http://www.nitrc.org/forum/forum.php?thread_id=9212&amp;forum_id=141</guid>
  </item>
  <item>
   <title>RE: Error using spm_slice_vol (line 32) spm_slice_vol.c not compiled - see Makefile</title>
   <link>http://www.nitrc.org/forum/forum.php?thread_id=15785&amp;forum_id=141</link>
   <description>&amp;lt;p&amp;gt;Hi! Also having this issue and using SPM 25 on a Mac. Has there been any resolution for it? Thanks!&amp;lt;/p&amp;gt;</description>
   <author>learningfmri</author>
   <pubDate>Tue, 26 Aug 2025 19:20:21 GMT</pubDate>
   <guid>http://www.nitrc.org/forum/forum.php?thread_id=15785&amp;forum_id=141</guid>
  </item>
  <item>
   <title>RE: Error using spm_slice_vol (line 32) spm_slice_vol.c not compiled - see Makefile</title>
   <link>http://www.nitrc.org/forum/forum.php?thread_id=15785&amp;forum_id=141</link>
   <description>&amp;lt;p&amp;gt;&amp;lt;em&amp;gt;Originally posted by Stephanie Anakwe:&amp;lt;/em&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Having this error message come up when I try to open an atlas. I am using a Mac&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Same here. Are you using WFU PickAtlas with SPM12 or SPM25? I suspect the issue is that WFU PickAtlas hasn&amp;amp;rsquo;t been updated for SPM25 yet.&amp;lt;/p&amp;gt;</description>
   <author>Mehran Zare-Bidoky</author>
   <pubDate>Sat, 19 Jul 2025 14:24:42 GMT</pubDate>
   <guid>http://www.nitrc.org/forum/forum.php?thread_id=15785&amp;forum_id=141</guid>
  </item>
  <item>
   <title>WFU_Pickatlas in SPM25 is not working</title>
   <link>http://www.nitrc.org/forum/forum.php?thread_id=15813&amp;forum_id=141</link>
   <description>&amp;lt;p&amp;gt;Hi,&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;It seems WFU_Pickatlas is not updated for SPM25 yet. I also changed my SPM version to 12, but it still doesn't work. My MATLAB version is r2024a.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Is the problem from my side?&amp;lt;/p&amp;gt;</description>
   <author>Mehran Zare-Bidoky</author>
   <pubDate>Sat, 19 Jul 2025 14:22:40 GMT</pubDate>
   <guid>http://www.nitrc.org/forum/forum.php?thread_id=15813&amp;forum_id=141</guid>
  </item>
  <item>
   <title>Error using spm_slice_vol (line 32) spm_slice_vol.c not compiled - see Makefile</title>
   <link>http://www.nitrc.org/forum/forum.php?thread_id=15785&amp;forum_id=141</link>
   <description>&amp;lt;p&amp;gt;Having this error message come up when I try to open an atlas. I am using a Mac&amp;lt;/p&amp;gt;</description>
   <author>Stephanie Anakwe</author>
   <pubDate>Tue, 24 Jun 2025 16:17:31 GMT</pubDate>
   <guid>http://www.nitrc.org/forum/forum.php?thread_id=15785&amp;forum_id=141</guid>
  </item>
  <item>
   <title>RE: Problem saving masks</title>
   <link>http://www.nitrc.org/forum/forum.php?thread_id=11282&amp;forum_id=141</link>
   <description>&amp;lt;p&amp;gt;&amp;lt;em&amp;gt;Originally posted by Kyla Brannigan:&amp;lt;/em&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;I'm trying to save a mask of the posterior cingulate cortex, but every time I try I get the following error message:&amp;amp;nbsp; 11-May-2020 21:01:25 | FATAL | wfu_pickatlas.m | MException thrown. Stack follows: 11-May-2020 21:01:25 | FATAL | validateParent | Line 0375: HAX must be a valid axes handle. 11-May-2020 21:01:25 | FATAL | imshow | Line 0270 11-May-2020 21:01:25 | FATAL | Update | Line 2546 11-May-2020 21:01:25 | FATAL | GenerateMask | Line 2452 11-May-2020 21:01:25 | FATAL | SaveMask | Line 2213 11-May-2020 21:01:25 | FATAL | cmdSaveMask_Callback | Line 1000 11-May-2020 21:01:25 | FATAL | wfu_pickatlas | Line 0110 11-May-2020 21:01:25 | FATAL | @(hObject,eventdata)wfu_pickatlas('cmdSaveMask_Callback',hObject,eventdata,guidata(hObject)) | Line 0000 I've tried saving it in multiple different location, but I get the same error message everytime. I'd appreciate any help I can get. -Kyla&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;I have the same problem. Has anyone ever solved this?&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Many thanks in advance!&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Joyce&amp;lt;/p&amp;gt;</description>
   <author>Joyce Oerlemans</author>
   <pubDate>Wed, 21 Aug 2024 11:55:02 GMT</pubDate>
   <guid>http://www.nitrc.org/forum/forum.php?thread_id=11282&amp;forum_id=141</guid>
  </item>
  <item>
   <title> Brodmann area 12 not visible </title>
   <link>http://www.nitrc.org/forum/forum.php?thread_id=15279&amp;forum_id=141</link>
   <description>&amp;lt;p&amp;gt;I am encountering an issue with the WFU-PickAtlas tool while attempting to use it for ROI-to-ROI analysis in the CONN Toolbox. Specifically, when selecting Brodmann area 12 from the available regions of interest (ROIs), it does not appear in the display region. All other Brodmann areas are visible and display correctly.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;strong&amp;gt;Additional Question:&amp;lt;/strong&amp;gt; Regarding the use of the dilate tool in PickAtlas, is it appropriate to use this tool? If so, how should it be applied, and what impact might it have on my results in CONN Toolbox? Could using the dilate tool negatively affect the accuracy or validity of my analysis?&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;As a beginner in this field, I would greatly appreciate any guidance or recommendations on how to resolve this issue.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Thank you,&amp;amp;nbsp;Rasha&amp;lt;/p&amp;gt;</description>
   <author>Rasha Alharthi</author>
   <pubDate>Sat, 03 Aug 2024 9:10:26 GMT</pubDate>
   <guid>http://www.nitrc.org/forum/forum.php?thread_id=15279&amp;forum_id=141</guid>
  </item>
  <item>
   <title>Table Generation Statistics Meaning</title>
   <link>http://www.nitrc.org/forum/forum.php?thread_id=15128&amp;forum_id=141</link>
   <description>&amp;lt;p&amp;gt;Hi,&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;amp;nbsp;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;I'm using WFU to get average SUV in the putamen &amp;amp;nbsp;(using smoothed 18FDG PET files as input).&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;amp;nbsp;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;To do so, I select the region (HUMAN ATLAS-&amp;amp;gt;brodmann areas+ -&amp;amp;gt; I chose putamen both side), and use generate table to get the average SUV in that region for each participant.&amp;amp;nbsp;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Everything works fine but&amp;amp;nbsp;I was wondering whether the value in the average column of the tbl file corresponds to the actual mean SUV ?&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;amp;nbsp;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Thank's in advance&amp;lt;/p&amp;gt;</description>
   <author>cmvomo</author>
   <pubDate>Fri, 10 May 2024 0:37:41 GMT</pubDate>
   <guid>http://www.nitrc.org/forum/forum.php?thread_id=15128&amp;forum_id=141</guid>
  </item>
  <item>
   <title>RE: Problem saving masks</title>
   <link>http://www.nitrc.org/forum/forum.php?thread_id=11282&amp;forum_id=141</link>
   <description>&amp;lt;p&amp;gt;Hi!!&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Did you ever get the answer? I'm having the same problem when trying to dilate my mask.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;amp;nbsp;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Thanks,&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Lidia&amp;lt;/p&amp;gt;</description>
   <author>  lidizpe</author>
   <pubDate>Thu, 25 Apr 2024 13:44:15 GMT</pubDate>
   <guid>http://www.nitrc.org/forum/forum.php?thread_id=11282&amp;forum_id=141</guid>
  </item>
 </channel>
</rss>
