<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://stage.nitrcce.org/themes/nitrc3.0/css/rss.xsl.php?feed=https://stage.nitrcce.org/export/rss20_newreleases.php?group_id=62" ?>
<?xml-stylesheet type="text/css" href="https://stage.nitrcce.org/themes/nitrc3.0/css/rss.css" ?>
<rss version="2.0"> <channel>
  <title>FreeSurfer Releases</title>
  <link>http://stage.nitrcce.org/project/showfiles.php?group_id=62</link>
  <description>FreeSurfer Latest Releases</description>
  <language>en-us</language>
  <copyright>Copyright 2000-2026 NITRC OSI</copyright>
  <webMaster>nschmans@stage.nitrcce.org (Nick Schmansky)</webMaster>
  <lastBuildDate>Mon, 06 Apr 2026 13:57:34 GMT</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <image>
    <url>http://stage.nitrcce.org/images/bflogo-88.png</url>
    <title>NITRC Developer</title>
    <link>http://stage.nitrcce.org/</link>
    <width>124</width>
    <heigth>32</heigth>
  </image>
  <item>
   <title>freesurfer 7.3.2 (August 2022)</title>
   <link>http://stage.nitrcce.org/project/showfiles.php?group_id=62&amp;release_id=898</link>
   <description>Stable v4.5.0&lt;br /&gt;
&lt;br /&gt;
11 Aug 2009&lt;br /&gt;
&lt;br /&gt;
Stable release version 4.5.0 is a minor release containing bug fixes and new features affecting both the default (cross-sectional) and longitudinal analysis streams.&lt;br /&gt;
&lt;br /&gt;
What's New&lt;br /&gt;
&lt;br /&gt;
    * Bug fixes:&lt;br /&gt;
          o fixed mri_glmfit-sim, mri_glmfit, and mri_surfcluster: when sign was set to abs, gave the same significance for all clusters.&lt;br /&gt;
          o fixed mris_volmask (the -cortribbon stage of recon-all): segfaulted if not enough memory was available. a memory leak was plugged. &lt;br /&gt;
    * New features:&lt;br /&gt;
          o&lt;br /&gt;
&lt;br /&gt;
            improvements to the longitudinal stream further reducing bias found between cross-sectional and longitudinal runs. See LongitudinalChangeLog.&lt;br /&gt;
          o&lt;br /&gt;
&lt;br /&gt;
            updated C.Destrieux atlas (aparc.a2009s). See DestrieuxAtlasChanges.&lt;br /&gt;
          o -norandomness is the the default. The binaries in the recon-all stream which are subject to variability due to usage of a random number generator (mris_smooth, mris_sphere, mris_topology_fixer, mris_topo_fixer and mris_ca_label) are now seeded with the same number, with the result being that repeated runs of the recon-all stream on a subject on the same platform will always give identical results. The -randomness flag can be used to allow usage of a random seed.&lt;br /&gt;
          o updated versions of aparcstats2table and asegstats2table have:&lt;br /&gt;
                + ability to choose common segmentations or all segmentations in asegstats2table&lt;br /&gt;
                + different invocations of these scripts produce outputs which have segs/parcs in the same order&lt;br /&gt;
                +&lt;br /&gt;
&lt;br /&gt;
                  better debug information ( with the -v or --debug switch ) &lt;br /&gt;
          o support for reading .vtk surface format, and writing patch files in gifti (.gii) format&lt;br /&gt;
          o built against static libtiff, negating the problem of some systems having shared lib libtiff.so.3 and others libtiff.so.4 &lt;br /&gt;
&lt;br /&gt;
Known Issues&lt;br /&gt;
&lt;br /&gt;
    *&lt;br /&gt;
&lt;br /&gt;
      mri_ca_label: this message might appear: &amp;quot;GCA sequential renormalization: label 28 not consistently computed.&amp;quot; prior to exiting. This error is invalid (an exit should not occur). There is no work-around. A fix will appear in the next release. Or users can download a new mri_ca_label for their platform here.&lt;br /&gt;
    * mris_make_surfaces: where wm lesions exist, even if the lesion is filled in wm.mgz volume, when mris_make_surfaces is run to create the final surfaces, because it uses brain.finalsurfs.mgz for its intensity info, and doesnt consider the fill data in wm.mgz, its possible for surfaces to not follow grey matter on the perimeter of the lesion. A fix will appear in a future release. There is no work-around.&lt;br /&gt;
    * make_average_volume: can exit with 'Cannot alloc memory' error if there are a lot of subjects. The work-around is to include the flag '-no-aseg', which will prevent creating the aseg.mgz.&lt;br /&gt;
    * mris_make_face_parcellations: creates labels with spaces in the name, which causes table parsing in aparcstats2table to fail. a fix (using underscores) will appear in the next release.&lt;br /&gt;
    *&lt;br /&gt;
&lt;br /&gt;
      aparcstats2table, asegstats2table: output the parcellations/segmentations in a random order compared to the input aseg.stats/?h.aparc.stats files. A fix will appear in the next release. For 4.5.0 users, they can be downloaded from here. Copy the files asegstats2table, aparcstats2table and datastruct_utils.py to your $FREESURFER_HOME/bin.&lt;br /&gt;
    * mris_volmask: the VTK library dependency can be problematic on some systems, particularly clusters. The next release will include a new mris_volmask with the VTK library dependency removed. &lt;br /&gt;
&lt;br /&gt;
Upcoming features (next release)&lt;br /&gt;
&lt;br /&gt;
    * QDEC:&lt;br /&gt;
          o added Nuisance Factor menu in Design tab, allowing selection of any number of continuous variables of which will be treated as 'nuisance variables' in the glm (contrast matrix will have value '0' for these)&lt;br /&gt;
          o&lt;br /&gt;
&lt;br /&gt;
            added FindClustersAndGotoMax button to run mri_surfcluster on a selected result, which will find clusters based on currently selected display threshold, output a table of results to the terminal, and move the cursor to the max vertex in the #1 cluster. 'Next' and 'Prev' buttons allow cycling movement of the cursor through the found clusters.&lt;br /&gt;
          o added QuickSnapsTIFF option to automatically take snapshots of medial/lateral pial/inflated and save these four pics to an automatically generated filename&lt;br /&gt;
          o added optional parsing of an 'ignore.factors' file to allow specifying columns in the qdec.table.dat to ignore (as would be case for columns containing alternate subject IDs)&lt;br /&gt;
          o added optional parsing of an 'ordinal.factors' file to allow specifying which continuous factors are ordinals (integers, not floating point). only affects 'Save Data Table' menu option where the qdec.table.dat is written to disk (ordinals are not written as floats).&lt;br /&gt;
          o added usage of NaN (or nan) to indicate missing data point, allowing automatic exclusion of that subject from an analysis &lt;br /&gt;
    * mri_nu_correct.mni will use float internally instead of uchar. It will also rescale the output so that the global mean is the same as that of the input. These two changes are linked and can be turned off with --no-float.&lt;br /&gt;
    * GPU support:&lt;br /&gt;
          o&lt;br /&gt;
&lt;br /&gt;
            mri_em_register will make use of a GPU card, reducing runtime from 30-40 minutes down to 3 minutes. Adding the flag -use-gpu to recon-all will enable GPU support on CUDA-compatible Nvidia cards for this and future freesurfer executables.</description>
   <author>dnkennedy@stage.nitrcce.org (David Kennedy)</author>
   <comment>http://stage.nitrcce.org/project/shownotes.php?group_id=62&amp;release_id=898</comment>
   <pubDate>Mon, 01 Aug 2022 4:00:00 GMT</pubDate>
   <guid>http://stage.nitrcce.org/project/showfiles.php?group_id=62&amp;release_id=898</guid>
  </item>
  <item>
   <title>freesurfer Old Releases</title>
   <link>http://stage.nitrcce.org/project/showfiles.php?group_id=62&amp;release_id=289</link>
   <description></description>
   <author>dnkennedy@stage.nitrcce.org (David Kennedy)</author>
   <comment>http://stage.nitrcce.org/project/shownotes.php?group_id=62&amp;release_id=289</comment>
   <pubDate>Tue, 14 Oct 2008 20:13:00 GMT</pubDate>
   <guid>http://stage.nitrcce.org/project/showfiles.php?group_id=62&amp;release_id=289</guid>
  </item>
 </channel>
</rss>
