<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.na-mic.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Ginger</id>
	<title>NAMIC Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://www.na-mic.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Ginger"/>
	<link rel="alternate" type="text/html" href="https://www.na-mic.org/wiki/Special:Contributions/Ginger"/>
	<updated>2026-04-15T23:05:43Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.33.0</generator>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=Smoothing_multi-label_brain_segmentations&amp;diff=48129</id>
		<title>Smoothing multi-label brain segmentations</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=Smoothing_multi-label_brain_segmentations&amp;diff=48129"/>
		<updated>2010-01-27T23:12:29Z</updated>

		<summary type="html">&lt;p&gt;Ginger: /* Prepare smoothed label maps for separated labels */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==  Input: (Label.nrrd) a multi-label map to be smoothed ==&lt;br /&gt;
&lt;br /&gt;
* WM label 3&lt;br /&gt;
* CSF label 1&lt;br /&gt;
* GM(without the following specified sub-cortical structures) label 2,&lt;br /&gt;
* GM sub-cortical structures&lt;br /&gt;
** RCaudate               label 13&lt;br /&gt;
** LCaudate               label 14&lt;br /&gt;
** RPutamen               label 15&lt;br /&gt;
** LPutamen               label 16&lt;br /&gt;
** RGlobusPallidus        label 17&lt;br /&gt;
** LGlobusPallidus        label 18&lt;br /&gt;
** RThalamus              label 11&lt;br /&gt;
** LThalamus              label 12&lt;br /&gt;
** RHippocampus           label 19&lt;br /&gt;
** LHippocampus           label 20&lt;br /&gt;
* Other&lt;br /&gt;
** Cerebellum          Label 6&lt;br /&gt;
** BrainStem           Label 5  &lt;br /&gt;
 &lt;br /&gt;
== Prepare smoothed label maps for separated labels ==&lt;br /&gt;
&lt;br /&gt;
* Tool: smoothing label map slicer3 module (SLM)&lt;br /&gt;
* Individual label maps:&lt;br /&gt;
&lt;br /&gt;
** ICC: threshold Label.nrrd at all non-zero places, use default parameters in SLM to smooth the result, get binary label map&lt;br /&gt;
&lt;br /&gt;
  ICC.nrrd&lt;br /&gt;
&lt;br /&gt;
** Smooth label 5,6,11-20, use SLM, take Label.nrrd as input, choose corresponding label to be smoothed, one at a time. All use default parameters. Result in label maps: &lt;br /&gt;
   &lt;br /&gt;
   BrainStem.nrrd   Cerabellum.nrrd   RCaudate.nrrd   LCaudate.nrrd   RPutamen.nrrd   LPutamen.nrrd &lt;br /&gt;
&lt;br /&gt;
   RGlobusPallidus.nrrd   LGlobusPallidus.nrrd   RThalamus.nrrd   LThalamus.nrrd   RHippocampus.nrrd   LHippocampus.nrrd&lt;br /&gt;
&lt;br /&gt;
** Smooth WM: choose label 3, take Label.nrrd as input, default parameters in SLM, get&lt;br /&gt;
&lt;br /&gt;
   WM_smooth.nrrd&lt;br /&gt;
&lt;br /&gt;
** Smooth CSF: choose label 1, take Label.nrrd as input, change sigma = 0 in SLM, get binary label map CSF_ori.nrrd for CSF same as in Label.nrrd. Go to editor, do a closing operation on CSF_ori.nrrd (a 4-neighbor dilation --an optional smoothing using SLM --followed by a 4-neighbor erosion) to get &lt;br /&gt;
   &lt;br /&gt;
    CSF_smooth.nrrd&lt;br /&gt;
&lt;br /&gt;
** GM: choose label 2, take Label.nrrd as input, change sigma = 0 in SLM, get binary label map GM_ori.nrrd for GM same as in Label.nrrd. Go to editor, do a 4-neighbor dilation to get&lt;br /&gt;
&lt;br /&gt;
    GM_Dia.nrrd&lt;br /&gt;
&lt;br /&gt;
== Re-combine smoothed label maps ==&lt;br /&gt;
&lt;br /&gt;
* Use the application ''Combine-sub-structures'' to generate the resulting smoothed label maps.&lt;br /&gt;
&lt;br /&gt;
 ./Combine-sub-structures ICC.nrrd Cerabellum.nrrd RCaudate.nrrd LCaudate.nrrd RPutamen.nrrd LPutamen.nrrd RGlobusPallidus.nrrd LGlobusPallidus.nrrd &lt;br /&gt;
  RThalamus.nrrd LThalamus.nrrd RHippocampus.nrrd LHippocampus.nrrd CSF_smooth.nrrd WM_smooth.nrrd BrainStem.nrrd GM_Dia.nrrd outputAllLabel.nrrd&lt;/div&gt;</summary>
		<author><name>Ginger</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=Smoothing_multi-label_brain_segmentations&amp;diff=48128</id>
		<title>Smoothing multi-label brain segmentations</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=Smoothing_multi-label_brain_segmentations&amp;diff=48128"/>
		<updated>2010-01-27T23:12:17Z</updated>

		<summary type="html">&lt;p&gt;Ginger: /* Prepare smoothed label maps for separated labels */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==  Input: (Label.nrrd) a multi-label map to be smoothed ==&lt;br /&gt;
&lt;br /&gt;
* WM label 3&lt;br /&gt;
* CSF label 1&lt;br /&gt;
* GM(without the following specified sub-cortical structures) label 2,&lt;br /&gt;
* GM sub-cortical structures&lt;br /&gt;
** RCaudate               label 13&lt;br /&gt;
** LCaudate               label 14&lt;br /&gt;
** RPutamen               label 15&lt;br /&gt;
** LPutamen               label 16&lt;br /&gt;
** RGlobusPallidus        label 17&lt;br /&gt;
** LGlobusPallidus        label 18&lt;br /&gt;
** RThalamus              label 11&lt;br /&gt;
** LThalamus              label 12&lt;br /&gt;
** RHippocampus           label 19&lt;br /&gt;
** LHippocampus           label 20&lt;br /&gt;
* Other&lt;br /&gt;
** Cerebellum          Label 6&lt;br /&gt;
** BrainStem           Label 5  &lt;br /&gt;
 &lt;br /&gt;
== Prepare smoothed label maps for separated labels ==&lt;br /&gt;
&lt;br /&gt;
* Tool: smoothing label map slicer3 module (SLM)&lt;br /&gt;
* Individual label maps:&lt;br /&gt;
** ICC: threshold Label.nrrd at all non-zero places, use default parameters in SLM to smooth the result, get binary label map&lt;br /&gt;
  ICC.nrrd&lt;br /&gt;
** Smooth label 5,6,11-20, use SLM, take Label.nrrd as input, choose corresponding label to be smoothed, one at a time. All use default parameters. Result in label maps: &lt;br /&gt;
   &lt;br /&gt;
   BrainStem.nrrd   Cerabellum.nrrd   RCaudate.nrrd   LCaudate.nrrd   RPutamen.nrrd   LPutamen.nrrd &lt;br /&gt;
&lt;br /&gt;
   RGlobusPallidus.nrrd   LGlobusPallidus.nrrd   RThalamus.nrrd   LThalamus.nrrd   RHippocampus.nrrd   LHippocampus.nrrd&lt;br /&gt;
&lt;br /&gt;
** Smooth WM: choose label 3, take Label.nrrd as input, default parameters in SLM, get&lt;br /&gt;
&lt;br /&gt;
   WM_smooth.nrrd&lt;br /&gt;
&lt;br /&gt;
** Smooth CSF: choose label 1, take Label.nrrd as input, change sigma = 0 in SLM, get binary label map CSF_ori.nrrd for CSF same as in Label.nrrd. Go to editor, do a closing operation on CSF_ori.nrrd (a 4-neighbor dilation --an optional smoothing using SLM --followed by a 4-neighbor erosion) to get &lt;br /&gt;
   &lt;br /&gt;
    CSF_smooth.nrrd&lt;br /&gt;
&lt;br /&gt;
** GM: choose label 2, take Label.nrrd as input, change sigma = 0 in SLM, get binary label map GM_ori.nrrd for GM same as in Label.nrrd. Go to editor, do a 4-neighbor dilation to get&lt;br /&gt;
&lt;br /&gt;
    GM_Dia.nrrd&lt;br /&gt;
&lt;br /&gt;
== Re-combine smoothed label maps ==&lt;br /&gt;
&lt;br /&gt;
* Use the application ''Combine-sub-structures'' to generate the resulting smoothed label maps.&lt;br /&gt;
&lt;br /&gt;
 ./Combine-sub-structures ICC.nrrd Cerabellum.nrrd RCaudate.nrrd LCaudate.nrrd RPutamen.nrrd LPutamen.nrrd RGlobusPallidus.nrrd LGlobusPallidus.nrrd &lt;br /&gt;
  RThalamus.nrrd LThalamus.nrrd RHippocampus.nrrd LHippocampus.nrrd CSF_smooth.nrrd WM_smooth.nrrd BrainStem.nrrd GM_Dia.nrrd outputAllLabel.nrrd&lt;/div&gt;</summary>
		<author><name>Ginger</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=Smoothing_multi-label_brain_segmentations&amp;diff=48127</id>
		<title>Smoothing multi-label brain segmentations</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=Smoothing_multi-label_brain_segmentations&amp;diff=48127"/>
		<updated>2010-01-27T22:58:46Z</updated>

		<summary type="html">&lt;p&gt;Ginger: /* Re-combine smoothed label maps */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==  Input: (Label.nrrd) a multi-label map to be smoothed ==&lt;br /&gt;
&lt;br /&gt;
* WM label 3&lt;br /&gt;
* CSF label 1&lt;br /&gt;
* GM(without the following specified sub-cortical structures) label 2,&lt;br /&gt;
* GM sub-cortical structures&lt;br /&gt;
** RCaudate               label 13&lt;br /&gt;
** LCaudate               label 14&lt;br /&gt;
** RPutamen               label 15&lt;br /&gt;
** LPutamen               label 16&lt;br /&gt;
** RGlobusPallidus        label 17&lt;br /&gt;
** LGlobusPallidus        label 18&lt;br /&gt;
** RThalamus              label 11&lt;br /&gt;
** LThalamus              label 12&lt;br /&gt;
** RHippocampus           label 19&lt;br /&gt;
** LHippocampus           label 20&lt;br /&gt;
* Other&lt;br /&gt;
** Cerebellum          Label 6&lt;br /&gt;
** BrainStem           Label 5  &lt;br /&gt;
 &lt;br /&gt;
== Prepare smoothed label maps for separated labels ==&lt;br /&gt;
&lt;br /&gt;
* Tool: smoothing label map slicer3 module (SLM)&lt;br /&gt;
* Individual label maps:&lt;br /&gt;
** ICC: threshold Label.nrrd at all non-zero places, use default parameters in SLM to smooth the result, get binary label map&lt;br /&gt;
  ICC.nrrd&lt;br /&gt;
** Smooth label 5,6,11-20, use SLM, take Label.nrrd as input, choose corresponding label to be smoothed, one at a time. All use default parameters. Result in label maps: &lt;br /&gt;
   &lt;br /&gt;
   BrainStem.nrrd   Cerabellum.nrrd   RCaudate.nrrd   LCaudate.nrrd   RPutamen.nrrd   LPutamen.nrrd &lt;br /&gt;
&lt;br /&gt;
   RGlobusPallidus.nrrd   LGlobusPallidus.nrrd   RThalamus.nrrd   LThalamus.nrrd   RHippocampus.nrrd   LHippocampus.nrrd&lt;br /&gt;
&lt;br /&gt;
** Smooth WM: choose label 3, take Label.nrrd as input, default parameters in SLM, get&lt;br /&gt;
&lt;br /&gt;
   WM_smooth.nrrd&lt;br /&gt;
&lt;br /&gt;
** Smooth CSF: choose label 1, take Label.nrrd as input, change sigma = 0 in SLM, get binary label map CSF_ori.nrrd for CSF same as in Label.nrrd. Go to editor, do a closing operation on CSF_ori.nrrd (a 4-neighbor dilation --an optional smoothing using SLM --followed by a 4-neighbor erosion) to get &lt;br /&gt;
   &lt;br /&gt;
    CSF_smooth.nrrd&lt;br /&gt;
&lt;br /&gt;
** GM: choose label 2, take Label.nrrd as input, change sigma = 0 in SLM, get binary label map GM_ori.nrrd for GM same as in Label.nrrd. Go to editor, do a 4-neighbor dilation to get&lt;br /&gt;
&lt;br /&gt;
    GM_Dia.nrrd&lt;br /&gt;
   &lt;br /&gt;
== Re-combine smoothed label maps ==&lt;br /&gt;
&lt;br /&gt;
* Use the application ''Combine-sub-structures'' to generate the resulting smoothed label maps.&lt;br /&gt;
&lt;br /&gt;
 ./Combine-sub-structures ICC.nrrd Cerabellum.nrrd RCaudate.nrrd LCaudate.nrrd RPutamen.nrrd LPutamen.nrrd RGlobusPallidus.nrrd LGlobusPallidus.nrrd &lt;br /&gt;
  RThalamus.nrrd LThalamus.nrrd RHippocampus.nrrd LHippocampus.nrrd CSF_smooth.nrrd WM_smooth.nrrd BrainStem.nrrd GM_Dia.nrrd outputAllLabel.nrrd&lt;/div&gt;</summary>
		<author><name>Ginger</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=Smoothing_multi-label_brain_segmentations&amp;diff=48126</id>
		<title>Smoothing multi-label brain segmentations</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=Smoothing_multi-label_brain_segmentations&amp;diff=48126"/>
		<updated>2010-01-27T22:58:38Z</updated>

		<summary type="html">&lt;p&gt;Ginger: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==  Input: (Label.nrrd) a multi-label map to be smoothed ==&lt;br /&gt;
&lt;br /&gt;
* WM label 3&lt;br /&gt;
* CSF label 1&lt;br /&gt;
* GM(without the following specified sub-cortical structures) label 2,&lt;br /&gt;
* GM sub-cortical structures&lt;br /&gt;
** RCaudate               label 13&lt;br /&gt;
** LCaudate               label 14&lt;br /&gt;
** RPutamen               label 15&lt;br /&gt;
** LPutamen               label 16&lt;br /&gt;
** RGlobusPallidus        label 17&lt;br /&gt;
** LGlobusPallidus        label 18&lt;br /&gt;
** RThalamus              label 11&lt;br /&gt;
** LThalamus              label 12&lt;br /&gt;
** RHippocampus           label 19&lt;br /&gt;
** LHippocampus           label 20&lt;br /&gt;
* Other&lt;br /&gt;
** Cerebellum          Label 6&lt;br /&gt;
** BrainStem           Label 5  &lt;br /&gt;
 &lt;br /&gt;
== Prepare smoothed label maps for separated labels ==&lt;br /&gt;
&lt;br /&gt;
* Tool: smoothing label map slicer3 module (SLM)&lt;br /&gt;
* Individual label maps:&lt;br /&gt;
** ICC: threshold Label.nrrd at all non-zero places, use default parameters in SLM to smooth the result, get binary label map&lt;br /&gt;
  ICC.nrrd&lt;br /&gt;
** Smooth label 5,6,11-20, use SLM, take Label.nrrd as input, choose corresponding label to be smoothed, one at a time. All use default parameters. Result in label maps: &lt;br /&gt;
   &lt;br /&gt;
   BrainStem.nrrd   Cerabellum.nrrd   RCaudate.nrrd   LCaudate.nrrd   RPutamen.nrrd   LPutamen.nrrd &lt;br /&gt;
&lt;br /&gt;
   RGlobusPallidus.nrrd   LGlobusPallidus.nrrd   RThalamus.nrrd   LThalamus.nrrd   RHippocampus.nrrd   LHippocampus.nrrd&lt;br /&gt;
&lt;br /&gt;
** Smooth WM: choose label 3, take Label.nrrd as input, default parameters in SLM, get&lt;br /&gt;
&lt;br /&gt;
   WM_smooth.nrrd&lt;br /&gt;
&lt;br /&gt;
** Smooth CSF: choose label 1, take Label.nrrd as input, change sigma = 0 in SLM, get binary label map CSF_ori.nrrd for CSF same as in Label.nrrd. Go to editor, do a closing operation on CSF_ori.nrrd (a 4-neighbor dilation --an optional smoothing using SLM --followed by a 4-neighbor erosion) to get &lt;br /&gt;
   &lt;br /&gt;
    CSF_smooth.nrrd&lt;br /&gt;
&lt;br /&gt;
** GM: choose label 2, take Label.nrrd as input, change sigma = 0 in SLM, get binary label map GM_ori.nrrd for GM same as in Label.nrrd. Go to editor, do a 4-neighbor dilation to get&lt;br /&gt;
&lt;br /&gt;
    GM_Dia.nrrd&lt;br /&gt;
   &lt;br /&gt;
== Re-combine smoothed label maps ==&lt;br /&gt;
&lt;br /&gt;
* Use the application ''Combine-sub-structures'' to generate the resulting smoothed label maps.&lt;br /&gt;
&lt;br /&gt;
 ./Combine-sub-structures ICC.nrrd Cerabellum.nrrd RCaudate.nrrd LCaudate.nrrd RPutamen.nrrd LPutamen.nrrd RGlobusPallidus.nrrd LGlobusPallidus.nrrd &lt;br /&gt;
RThalamus.nrrd LThalamus.nrrd RHippocampus.nrrd LHippocampus.nrrd CSF_smooth.nrrd WM_smooth.nrrd BrainStem.nrrd GM_Dia.nrrd outputAllLabel.nrrd&lt;/div&gt;</summary>
		<author><name>Ginger</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=Smoothing_multi-label_brain_segmentations&amp;diff=48125</id>
		<title>Smoothing multi-label brain segmentations</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=Smoothing_multi-label_brain_segmentations&amp;diff=48125"/>
		<updated>2010-01-27T22:55:56Z</updated>

		<summary type="html">&lt;p&gt;Ginger: /* Prepare smoothed label maps for separated labels */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==  Input: (Label.nrrd) a multi-label map to be smoothed ==&lt;br /&gt;
&lt;br /&gt;
* WM label 3&lt;br /&gt;
* CSF label 1&lt;br /&gt;
* GM(without the following specified sub-cortical structures) label 2,&lt;br /&gt;
* GM sub-cortical structures&lt;br /&gt;
** RCaudate               label 13&lt;br /&gt;
** LCaudate               label 14&lt;br /&gt;
** RPutamen               label 15&lt;br /&gt;
** LPutamen               label 16&lt;br /&gt;
** RGlobusPallidus        label 17&lt;br /&gt;
** LGlobusPallidus        label 18&lt;br /&gt;
** RThalamus              label 11&lt;br /&gt;
** LThalamus              label 12&lt;br /&gt;
** RHippocampus           label 19&lt;br /&gt;
** LHippocampus           label 20&lt;br /&gt;
* Other&lt;br /&gt;
** Cerebellum          Label 6&lt;br /&gt;
** BrainStem           Label 5  &lt;br /&gt;
 &lt;br /&gt;
== Prepare smoothed label maps for separated labels ==&lt;br /&gt;
&lt;br /&gt;
* Tool: smoothing label map slicer3 module (SLM)&lt;br /&gt;
* Individual label maps:&lt;br /&gt;
** ICC: threshold Label.nrrd at all non-zero places, use default parameters in SLM to smooth the result, get binary label map&lt;br /&gt;
  ICC.nrrd&lt;br /&gt;
** Smooth label 5,6,11-20, use SLM, take Label.nrrd as input, choose corresponding label to be smoothed, one at a time. All use default parameters. Result in label maps: &lt;br /&gt;
   &lt;br /&gt;
   BrainStem.nrrd   Cerabellum.nrrd   RCaudate.nrrd   LCaudate.nrrd   RPutamen.nrrd   LPutamen.nrrd &lt;br /&gt;
&lt;br /&gt;
   RGlobusPallidus.nrrd   LGlobusPallidus.nrrd   RThalamus.nrrd   LThalamus.nrrd   RHippocampus.nrrd   LHippocampus.nrrd&lt;br /&gt;
&lt;br /&gt;
** Smooth WM: choose label 3, take Label.nrrd as input, default parameters in SLM, get&lt;br /&gt;
&lt;br /&gt;
   WM_smooth.nrrd&lt;br /&gt;
&lt;br /&gt;
** Smooth CSF: choose label 1, take Label.nrrd as input, change sigma = 0 in SLM, get binary label map CSF_ori.nrrd for CSF same as in Label.nrrd. Go to editor, do a closing operation on CSF_ori.nrrd (a 4-neighbor dilation --an optional smoothing using SLM --followed by a 4-neighbor erosion) to get &lt;br /&gt;
   &lt;br /&gt;
    CSF_smooth.nrrd&lt;br /&gt;
&lt;br /&gt;
** GM: choose label 2, take Label.nrrd as input, change sigma = 0 in SLM, get binary label map GM_ori.nrrd for GM same as in Label.nrrd. Go to editor, do a 4-neighbor dilation to get&lt;br /&gt;
&lt;br /&gt;
    GM_Dia.nrrd&lt;br /&gt;
   &lt;br /&gt;
&lt;br /&gt;
 ./Combine-sub-structures ICC.nrrd Cerabellum.nrrd RCaudate.nrrd LCaudate.nrrd RPutamen.nrrd LPutamen.nrrd RGlobusPallidus.nrrd LGlobusPallidus.nrrd RThalamus.nrrd LThalamus.nrrd RHippocampus.nrrd LHippocampus.nrrd CSF_smooth.nrrd WM_smooth.nrrd BrainStem.nrrd GM_Dia.nrrd outputAllLabel.nrrd&lt;/div&gt;</summary>
		<author><name>Ginger</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=Smoothing_multi-label_brain_segmentations&amp;diff=48124</id>
		<title>Smoothing multi-label brain segmentations</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=Smoothing_multi-label_brain_segmentations&amp;diff=48124"/>
		<updated>2010-01-27T22:54:19Z</updated>

		<summary type="html">&lt;p&gt;Ginger: /* Prepare smoothed label maps for separated labels */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==  Input: (Label.nrrd) a multi-label map to be smoothed ==&lt;br /&gt;
&lt;br /&gt;
* WM label 3&lt;br /&gt;
* CSF label 1&lt;br /&gt;
* GM(without the following specified sub-cortical structures) label 2,&lt;br /&gt;
* GM sub-cortical structures&lt;br /&gt;
** RCaudate               label 13&lt;br /&gt;
** LCaudate               label 14&lt;br /&gt;
** RPutamen               label 15&lt;br /&gt;
** LPutamen               label 16&lt;br /&gt;
** RGlobusPallidus        label 17&lt;br /&gt;
** LGlobusPallidus        label 18&lt;br /&gt;
** RThalamus              label 11&lt;br /&gt;
** LThalamus              label 12&lt;br /&gt;
** RHippocampus           label 19&lt;br /&gt;
** LHippocampus           label 20&lt;br /&gt;
* Other&lt;br /&gt;
** Cerebellum          Label 6&lt;br /&gt;
** BrainStem           Label 5  &lt;br /&gt;
 &lt;br /&gt;
== Prepare smoothed label maps for separated labels ==&lt;br /&gt;
&lt;br /&gt;
* Tool: smoothing label map slicer3 module (SLM)&lt;br /&gt;
* Individual label maps:&lt;br /&gt;
** ICC: threshold Label.nrrd at all non-zero places, use default parameters in SLM to smooth the result, get binary label map&lt;br /&gt;
  ICC.nrrd&lt;br /&gt;
** Smooth label 5,6,11-20, use SLM, take Label.nrrd as input, choose corresponding label to be smoothed, one at a time. All use default parameters. Result in label maps: &lt;br /&gt;
   &lt;br /&gt;
   BrainStem.nrrd   Cerabellum.nrrd   RCaudate.nrrd   LCaudate.nrrd   RPutamen.nrrd   LPutamen.nrrd &lt;br /&gt;
&lt;br /&gt;
   RGlobusPallidus.nrrd   LGlobusPallidus.nrrd   RThalamus.nrrd   LThalamus.nrrd   RHippocampus.nrrd   LHippocampus.nrrd&lt;br /&gt;
&lt;br /&gt;
** Smooth WM: choose label 3, take Label.nrrd as input, default parameters in SLM, get&lt;br /&gt;
&lt;br /&gt;
   WM_smooth.nrrd&lt;br /&gt;
&lt;br /&gt;
** Smooth CSF: choose label 1, take Label.nrrd as input, change sigma = 0 in SLM, get binary label map CSF_ori.nrrd for CSF same as in Label.nrrd. Go to editor, do a closing operation on CSF_ori.nrrd (a 4-neighbor dilation --an optional smoothing using SLM --followed by a 4-neighbor erosion) to get &lt;br /&gt;
   &lt;br /&gt;
    CSF_smooth.nrrd&lt;br /&gt;
&lt;br /&gt;
   &lt;br /&gt;
&lt;br /&gt;
 ./Combine-sub-structures ICC.nrrd Cerabellum.nrrd RCaudate.nrrd LCaudate.nrrd RPutamen.nrrd LPutamen.nrrd RGlobusPallidus.nrrd LGlobusPallidus.nrrd RThalamus.nrrd LThalamus.nrrd RHippocampus.nrrd LHippocampus.nrrd CSF_smooth.nrrd WM_smooth.nrrd BrainStem.nrrd GM_smooth_Dia.nrrd outputAllLabel.nrrd&lt;/div&gt;</summary>
		<author><name>Ginger</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=Smoothing_multi-label_brain_segmentations&amp;diff=48123</id>
		<title>Smoothing multi-label brain segmentations</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=Smoothing_multi-label_brain_segmentations&amp;diff=48123"/>
		<updated>2010-01-27T22:46:10Z</updated>

		<summary type="html">&lt;p&gt;Ginger: /* Prepare smoothed label maps for separated labels */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==  Input: (Label.nrrd) a multi-label map to be smoothed ==&lt;br /&gt;
&lt;br /&gt;
* WM label 3&lt;br /&gt;
* CSF label 1&lt;br /&gt;
* GM(without the following specified sub-cortical structures) label 2,&lt;br /&gt;
* GM sub-cortical structures&lt;br /&gt;
** RCaudate               label 13&lt;br /&gt;
** LCaudate               label 14&lt;br /&gt;
** RPutamen               label 15&lt;br /&gt;
** LPutamen               label 16&lt;br /&gt;
** RGlobusPallidus        label 17&lt;br /&gt;
** LGlobusPallidus        label 18&lt;br /&gt;
** RThalamus              label 11&lt;br /&gt;
** LThalamus              label 12&lt;br /&gt;
** RHippocampus           label 19&lt;br /&gt;
** LHippocampus           label 20&lt;br /&gt;
* Other&lt;br /&gt;
** Cerebellum          Label 6&lt;br /&gt;
** BrainStem           Label 5  &lt;br /&gt;
 &lt;br /&gt;
== Prepare smoothed label maps for separated labels ==&lt;br /&gt;
&lt;br /&gt;
* Tool: smoothing label map slicer3 module (SLM), all use default parameters&lt;br /&gt;
* Individual label maps:&lt;br /&gt;
** ICC: threshold Label.nrrd at all non-zero places, use SLM to smooth the result, get binary label map&lt;br /&gt;
  ICC.nrrd&lt;br /&gt;
** Smooth label 5,6,11-20, use SLM, choose corresponding label to be smoothed, one at a time. Result in label maps: &lt;br /&gt;
   &lt;br /&gt;
   BrainStem.nrrd   Cerabellum.nrrd   RCaudate.nrrd   LCaudate.nrrd   RPutamen.nrrd   LPutamen.nrrd &lt;br /&gt;
&lt;br /&gt;
   RGlobusPallidus.nrrd   LGlobusPallidus.nrrd   RThalamus.nrrd   LThalamus.nrrd   RHippocampus.nrrd   LHippocampus.nrrd&lt;br /&gt;
   &lt;br /&gt;
&lt;br /&gt;
 ./Combine-sub-structures ICC.nrrd Cerabellum.nrrd RCaudate.nrrd LCaudate.nrrd RPutamen.nrrd LPutamen.nrrd RGlobusPallidus.nrrd LGlobusPallidus.nrrd RThalamus.nrrd LThalamus.nrrd RHippocampus.nrrd LHippocampus.nrrd CSF_smooth.nrrd WM_smooth.nrrd BrainStem.nrrd GM_smooth_Dia.nrrd outputAllLabel.nrrd&lt;/div&gt;</summary>
		<author><name>Ginger</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=Smoothing_multi-label_brain_segmentations&amp;diff=48122</id>
		<title>Smoothing multi-label brain segmentations</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=Smoothing_multi-label_brain_segmentations&amp;diff=48122"/>
		<updated>2010-01-27T22:45:42Z</updated>

		<summary type="html">&lt;p&gt;Ginger: /* Prepare smoothed label maps for separated labels */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==  Input: (Label.nrrd) a multi-label map to be smoothed ==&lt;br /&gt;
&lt;br /&gt;
* WM label 3&lt;br /&gt;
* CSF label 1&lt;br /&gt;
* GM(without the following specified sub-cortical structures) label 2,&lt;br /&gt;
* GM sub-cortical structures&lt;br /&gt;
** RCaudate               label 13&lt;br /&gt;
** LCaudate               label 14&lt;br /&gt;
** RPutamen               label 15&lt;br /&gt;
** LPutamen               label 16&lt;br /&gt;
** RGlobusPallidus        label 17&lt;br /&gt;
** LGlobusPallidus        label 18&lt;br /&gt;
** RThalamus              label 11&lt;br /&gt;
** LThalamus              label 12&lt;br /&gt;
** RHippocampus           label 19&lt;br /&gt;
** LHippocampus           label 20&lt;br /&gt;
* Other&lt;br /&gt;
** Cerebellum          Label 6&lt;br /&gt;
** BrainStem           Label 5  &lt;br /&gt;
 &lt;br /&gt;
== Prepare smoothed label maps for separated labels ==&lt;br /&gt;
&lt;br /&gt;
* Tool: smoothing label map slicer3 module (SLM), all use default parameters&lt;br /&gt;
* Individual label maps:&lt;br /&gt;
** ICC: threshold Label.nrrd at all non-zero places, use SLM to smooth the result, get binary label map&lt;br /&gt;
  ICC.nrrd&lt;br /&gt;
** Smooth label 5,6,11-20, use SLM, choose corresponding label to be smoothed, one at a time. Result in label maps: &lt;br /&gt;
   BrainStem.nrrd Cerabellum.nrrd RCaudate.nrrd LCaudate.nrrd RPutamen.nrrd LPutamen.nrrd &lt;br /&gt;
&lt;br /&gt;
   RGlobusPallidus.nrrd LGlobusPallidus.nrrd RThalamus.nrrd LThalamus.nrrd RHippocampus.nrrd LHippocampus.nrrd&lt;br /&gt;
   &lt;br /&gt;
&lt;br /&gt;
 ./Combine-sub-structures ICC.nrrd Cerabellum.nrrd RCaudate.nrrd LCaudate.nrrd RPutamen.nrrd LPutamen.nrrd RGlobusPallidus.nrrd LGlobusPallidus.nrrd RThalamus.nrrd LThalamus.nrrd RHippocampus.nrrd LHippocampus.nrrd CSF_smooth.nrrd WM_smooth.nrrd BrainStem.nrrd GM_smooth_Dia.nrrd outputAllLabel.nrrd&lt;/div&gt;</summary>
		<author><name>Ginger</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=Smoothing_multi-label_brain_segmentations&amp;diff=48121</id>
		<title>Smoothing multi-label brain segmentations</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=Smoothing_multi-label_brain_segmentations&amp;diff=48121"/>
		<updated>2010-01-27T22:45:33Z</updated>

		<summary type="html">&lt;p&gt;Ginger: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==  Input: (Label.nrrd) a multi-label map to be smoothed ==&lt;br /&gt;
&lt;br /&gt;
* WM label 3&lt;br /&gt;
* CSF label 1&lt;br /&gt;
* GM(without the following specified sub-cortical structures) label 2,&lt;br /&gt;
* GM sub-cortical structures&lt;br /&gt;
** RCaudate               label 13&lt;br /&gt;
** LCaudate               label 14&lt;br /&gt;
** RPutamen               label 15&lt;br /&gt;
** LPutamen               label 16&lt;br /&gt;
** RGlobusPallidus        label 17&lt;br /&gt;
** LGlobusPallidus        label 18&lt;br /&gt;
** RThalamus              label 11&lt;br /&gt;
** LThalamus              label 12&lt;br /&gt;
** RHippocampus           label 19&lt;br /&gt;
** LHippocampus           label 20&lt;br /&gt;
* Other&lt;br /&gt;
** Cerebellum          Label 6&lt;br /&gt;
** BrainStem           Label 5  &lt;br /&gt;
 &lt;br /&gt;
== Prepare smoothed label maps for separated labels ==&lt;br /&gt;
&lt;br /&gt;
* Tool: smoothing label map slicer3 module (SLM), all use default parameters&lt;br /&gt;
* Individual label maps:&lt;br /&gt;
** ICC: threshold Label.nrrd at all non-zero places, use SLM to smooth the result, get binary label map&lt;br /&gt;
  ICC.nrrd&lt;br /&gt;
** Smooth label 5,6,11-20, use SLM, choose corresponding label to be smoothed, one at a time. Result in label maps: &lt;br /&gt;
   BrainStem.nrrd Cerabellum.nrrd RCaudate.nrrd LCaudate.nrrd RPutamen.nrrd LPutamen.nrrd &lt;br /&gt;
   RGlobusPallidus.nrrd LGlobusPallidus.nrrd RThalamus.nrrd LThalamus.nrrd RHippocampus.nrrd LHippocampus.nrrd&lt;br /&gt;
   &lt;br /&gt;
&lt;br /&gt;
 ./Combine-sub-structures ICC.nrrd Cerabellum.nrrd RCaudate.nrrd LCaudate.nrrd RPutamen.nrrd LPutamen.nrrd RGlobusPallidus.nrrd LGlobusPallidus.nrrd RThalamus.nrrd LThalamus.nrrd RHippocampus.nrrd LHippocampus.nrrd CSF_smooth.nrrd WM_smooth.nrrd BrainStem.nrrd GM_smooth_Dia.nrrd outputAllLabel.nrrd&lt;/div&gt;</summary>
		<author><name>Ginger</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=Smoothing_multi-label_brain_segmentations&amp;diff=48120</id>
		<title>Smoothing multi-label brain segmentations</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=Smoothing_multi-label_brain_segmentations&amp;diff=48120"/>
		<updated>2010-01-27T22:45:14Z</updated>

		<summary type="html">&lt;p&gt;Ginger: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==  Input: (Label.nrrd) a multi-label map to be smoothed ==&lt;br /&gt;
&lt;br /&gt;
* WM label 3&lt;br /&gt;
* CSF label 1&lt;br /&gt;
* GM(without the following specified sub-cortical structures) label 2,&lt;br /&gt;
* GM sub-cortical structures&lt;br /&gt;
** RCaudate               label 13&lt;br /&gt;
** LCaudate               label 14&lt;br /&gt;
** RPutamen               label 15&lt;br /&gt;
** LPutamen               label 16&lt;br /&gt;
** RGlobusPallidus        label 17&lt;br /&gt;
** LGlobusPallidus        label 18&lt;br /&gt;
** RThalamus              label 11&lt;br /&gt;
** LThalamus              label 12&lt;br /&gt;
** RHippocampus           label 19&lt;br /&gt;
** LHippocampus           label 20&lt;br /&gt;
* Other&lt;br /&gt;
** Cerebellum          Label 6&lt;br /&gt;
** BrainStem           Label 5  &lt;br /&gt;
 &lt;br /&gt;
== Prepare smoothed label maps for separated labels ==&lt;br /&gt;
&lt;br /&gt;
* Tool: smoothing label map slicer3 module (SLM), all use default parameters&lt;br /&gt;
* Individual label maps:&lt;br /&gt;
** ICC: threshold Label.nrrd at all non-zero places, use SLM to smooth the result, get binary label map&lt;br /&gt;
  ICC.nrrd&lt;br /&gt;
** Smooth label 5,6,11-20, use SLM, choose corresponding label to be smoothed, one at a time. Result in label maps: &lt;br /&gt;
   BrainStem.nrrd Cerabellum.nrrd RCaudate.nrrd LCaudate.nrrd RPutamen.nrrd LPutamen.nrrd RGlobusPallidus.nrrd LGlobusPallidus.nrrd RThalamus.nrrd LThalamus.nrrd RHippocampus.nrrd LHippocampus.nrrd&lt;br /&gt;
   &lt;br /&gt;
&lt;br /&gt;
 ./Combine-sub-structures ICC.nrrd Cerabellum.nrrd RCaudate.nrrd LCaudate.nrrd RPutamen.nrrd LPutamen.nrrd RGlobusPallidus.nrrd LGlobusPallidus.nrrd RThalamus.nrrd LThalamus.nrrd RHippocampus.nrrd LHippocampus.nrrd CSF_smooth.nrrd WM_smooth.nrrd BrainStem.nrrd GM_smooth_Dia.nrrd outputAllLabel.nrrd&lt;/div&gt;</summary>
		<author><name>Ginger</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=Smoothing_multi-label_brain_segmentations&amp;diff=48119</id>
		<title>Smoothing multi-label brain segmentations</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=Smoothing_multi-label_brain_segmentations&amp;diff=48119"/>
		<updated>2010-01-27T22:38:06Z</updated>

		<summary type="html">&lt;p&gt;Ginger: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==  Input: a multi-label map to be smoothed ==&lt;br /&gt;
&lt;br /&gt;
* WM label 3&lt;br /&gt;
* CSF label 1&lt;br /&gt;
* GM(without the following specified sub-cortical structures) label 2,&lt;br /&gt;
* GM sub-cortical structures&lt;br /&gt;
** RCaudate               label 13&lt;br /&gt;
** LCaudate               label 14&lt;br /&gt;
** RPutamen               label 15&lt;br /&gt;
** LPutamen               label 16&lt;br /&gt;
** RGlobusPallidus        label 17&lt;br /&gt;
** LGlobusPallidus        label 18&lt;br /&gt;
** RThalamus              label 11&lt;br /&gt;
** LThalamus              label 12&lt;br /&gt;
** RHippocampus           label 19&lt;br /&gt;
** LHippocampus           label 20&lt;br /&gt;
* Other&lt;br /&gt;
** Cerebellum          Label 6&lt;br /&gt;
** BrainStem           Label 5  &lt;br /&gt;
 &lt;br /&gt;
# Segmentation using one of the approaches below &lt;br /&gt;
# Up to Affine registration of the subject to bias-corrected, skull-stripped Baseline scan&lt;br /&gt;
# Map the Baseline ICC mask to the State 1 space&lt;br /&gt;
# Skull stripping State 1 scan&lt;br /&gt;
# Bias-correction of State 1 scan&lt;br /&gt;
# Repeat up to affine registration of skull-stripped, bias-corrected State 1 scan to Baseline&lt;/div&gt;</summary>
		<author><name>Ginger</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=Smoothing_multi-label_brain_segmentations&amp;diff=48118</id>
		<title>Smoothing multi-label brain segmentations</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=Smoothing_multi-label_brain_segmentations&amp;diff=48118"/>
		<updated>2010-01-27T22:37:04Z</updated>

		<summary type="html">&lt;p&gt;Ginger: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== smoothing workflow ==&lt;br /&gt;
&lt;br /&gt;
    Input: a multi-label map to be smoothed. With structures:&lt;br /&gt;
&lt;br /&gt;
* WM label 3&lt;br /&gt;
* CSF label 1&lt;br /&gt;
* GM(without the following specified sub-cortical structures) label 2,&lt;br /&gt;
* GM sub-cortical structures&lt;br /&gt;
** RCaudate               label 13&lt;br /&gt;
** LCaudate               label 14&lt;br /&gt;
** RPutamen               label 15&lt;br /&gt;
** LPutamen               label 16&lt;br /&gt;
** RGlobusPallidus        label 17&lt;br /&gt;
** LGlobusPallidus        label 18&lt;br /&gt;
** RThalamus              label 11&lt;br /&gt;
** LThalamus              label 12&lt;br /&gt;
** RHippocampus           label 19&lt;br /&gt;
** LHippocampus           label 20&lt;br /&gt;
* Other&lt;br /&gt;
** Cerebellum          Label 6&lt;br /&gt;
** BrainStem           Label 5  &lt;br /&gt;
 &lt;br /&gt;
# Segmentation using one of the approaches below &lt;br /&gt;
# Up to Affine registration of the subject to bias-corrected, skull-stripped Baseline scan&lt;br /&gt;
# Map the Baseline ICC mask to the State 1 space&lt;br /&gt;
# Skull stripping State 1 scan&lt;br /&gt;
# Bias-correction of State 1 scan&lt;br /&gt;
# Repeat up to affine registration of skull-stripped, bias-corrected State 1 scan to Baseline&lt;/div&gt;</summary>
		<author><name>Ginger</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=Smoothing_multi-label_brain_segmentations&amp;diff=48117</id>
		<title>Smoothing multi-label brain segmentations</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=Smoothing_multi-label_brain_segmentations&amp;diff=48117"/>
		<updated>2010-01-27T22:36:51Z</updated>

		<summary type="html">&lt;p&gt;Ginger: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== smoothing workflow ==&lt;br /&gt;
&lt;br /&gt;
    input: a multi-label map to be smoothed. With structures:&lt;br /&gt;
&lt;br /&gt;
* WM label 3&lt;br /&gt;
* CSF label 1&lt;br /&gt;
* GM(without the following specified sub-cortical structures) label 2,&lt;br /&gt;
* GM sub-cortical structures&lt;br /&gt;
** RCaudate               label 13&lt;br /&gt;
** LCaudate               label 14&lt;br /&gt;
** RPutamen               label 15&lt;br /&gt;
** LPutamen               label 16&lt;br /&gt;
** RGlobusPallidus        label 17&lt;br /&gt;
** LGlobusPallidus        label 18&lt;br /&gt;
** RThalamus              label 11&lt;br /&gt;
** LThalamus              label 12&lt;br /&gt;
** RHippocampus           label 19&lt;br /&gt;
** LHippocampus           label 20&lt;br /&gt;
* Other&lt;br /&gt;
** Cerebellum          Label 6&lt;br /&gt;
** BrainStem           Label 5  &lt;br /&gt;
 &lt;br /&gt;
# Segmentation using one of the approaches below &lt;br /&gt;
# Up to Affine registration of the subject to bias-corrected, skull-stripped Baseline scan&lt;br /&gt;
# Map the Baseline ICC mask to the State 1 space&lt;br /&gt;
# Skull stripping State 1 scan&lt;br /&gt;
# Bias-correction of State 1 scan&lt;br /&gt;
# Repeat up to affine registration of skull-stripped, bias-corrected State 1 scan to Baseline&lt;/div&gt;</summary>
		<author><name>Ginger</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=Smoothing_multi-label_brain_segmentations&amp;diff=48116</id>
		<title>Smoothing multi-label brain segmentations</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=Smoothing_multi-label_brain_segmentations&amp;diff=48116"/>
		<updated>2010-01-27T22:36:35Z</updated>

		<summary type="html">&lt;p&gt;Ginger: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== smoothing workflow ==&lt;br /&gt;
&lt;br /&gt;
# input: a multi-label map to be smoothed. With structures:&lt;br /&gt;
&lt;br /&gt;
* WM label 3&lt;br /&gt;
* CSF label 1&lt;br /&gt;
* GM(without the following specified sub-cortical structures) label 2,&lt;br /&gt;
* GM sub-cortical structures&lt;br /&gt;
** RCaudate               label 13&lt;br /&gt;
** LCaudate               label 14&lt;br /&gt;
** RPutamen               label 15&lt;br /&gt;
** LPutamen               label 16&lt;br /&gt;
** RGlobusPallidus        label 17&lt;br /&gt;
** LGlobusPallidus        label 18&lt;br /&gt;
** RThalamus              label 11&lt;br /&gt;
** LThalamus              label 12&lt;br /&gt;
** RHippocampus           label 19&lt;br /&gt;
** LHippocampus           label 20&lt;br /&gt;
* Other&lt;br /&gt;
** Cerebellum          Label 6&lt;br /&gt;
** BrainStem           Label 5  &lt;br /&gt;
 &lt;br /&gt;
# Segmentation using one of the approaches below &lt;br /&gt;
# Up to Affine registration of the subject to bias-corrected, skull-stripped Baseline scan&lt;br /&gt;
# Map the Baseline ICC mask to the State 1 space&lt;br /&gt;
# Skull stripping State 1 scan&lt;br /&gt;
# Bias-correction of State 1 scan&lt;br /&gt;
# Repeat up to affine registration of skull-stripped, bias-corrected State 1 scan to Baseline&lt;/div&gt;</summary>
		<author><name>Ginger</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=Smoothing_multi-label_brain_segmentations&amp;diff=48115</id>
		<title>Smoothing multi-label brain segmentations</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=Smoothing_multi-label_brain_segmentations&amp;diff=48115"/>
		<updated>2010-01-27T22:35:43Z</updated>

		<summary type="html">&lt;p&gt;Ginger: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== smoothing workflow ==&lt;br /&gt;
&lt;br /&gt;
# input: a multi-label map to be smoothed. With structures:&lt;br /&gt;
&lt;br /&gt;
* WM label 3&lt;br /&gt;
* CSF label 1&lt;br /&gt;
* GM(without the following specified sub-cortical structures) label 2,&lt;br /&gt;
* GM sub-cortical structures&lt;br /&gt;
** RCaudate               label 13&lt;br /&gt;
** LCaudate               label 14&lt;br /&gt;
** RPutamen               label 15&lt;br /&gt;
** LPutamen               label 16&lt;br /&gt;
** RGlobusPallidus        label 17&lt;br /&gt;
** LGlobusPallidus        label 18&lt;br /&gt;
** RThalamus              label 11&lt;br /&gt;
** LThalamus              label 12&lt;br /&gt;
** RHippocampus           label 19&lt;br /&gt;
** LHippocampus           label 20&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
# Segmentation using one of the approaches below &lt;br /&gt;
# Up to Affine registration of the subject to bias-corrected, skull-stripped Baseline scan&lt;br /&gt;
# Map the Baseline ICC mask to the State 1 space&lt;br /&gt;
# Skull stripping State 1 scan&lt;br /&gt;
# Bias-correction of State 1 scan&lt;br /&gt;
# Repeat up to affine registration of skull-stripped, bias-corrected State 1 scan to Baseline&lt;/div&gt;</summary>
		<author><name>Ginger</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=Smoothing_multi-label_brain_segmentations&amp;diff=48114</id>
		<title>Smoothing multi-label brain segmentations</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=Smoothing_multi-label_brain_segmentations&amp;diff=48114"/>
		<updated>2010-01-27T22:33:59Z</updated>

		<summary type="html">&lt;p&gt;Ginger: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== smoothing workflow ==&lt;br /&gt;
&lt;br /&gt;
# input: a multi-label map to be smoothed. With structures:&lt;br /&gt;
&lt;br /&gt;
* WM label 3&lt;br /&gt;
* CSF label 1&lt;br /&gt;
* GM(without the following specified sub-cortical structures) label 2,&lt;br /&gt;
* GM sub-cortical structures&lt;br /&gt;
** RCaudate       label 13&lt;br /&gt;
** LCaudate       label 14&lt;br /&gt;
     ** RPutamen       label 15&lt;br /&gt;
     ** LPutamen       label 16&lt;br /&gt;
     ** RCaudate       label 17&lt;br /&gt;
     ** RCaudate       label 18&lt;br /&gt;
     ** RCaudate       label 11&lt;br /&gt;
     ** RCaudate       label 12&lt;br /&gt;
     ** RCaudate       label 19&lt;br /&gt;
     ** RCaudate       label 20&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
# Segmentation using one of the approaches below &lt;br /&gt;
# Up to Affine registration of the subject to bias-corrected, skull-stripped Baseline scan&lt;br /&gt;
# Map the Baseline ICC mask to the State 1 space&lt;br /&gt;
# Skull stripping State 1 scan&lt;br /&gt;
# Bias-correction of State 1 scan&lt;br /&gt;
# Repeat up to affine registration of skull-stripped, bias-corrected State 1 scan to Baseline&lt;/div&gt;</summary>
		<author><name>Ginger</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=Smoothing_multi-label_brain_segmentations&amp;diff=48113</id>
		<title>Smoothing multi-label brain segmentations</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=Smoothing_multi-label_brain_segmentations&amp;diff=48113"/>
		<updated>2010-01-27T22:33:44Z</updated>

		<summary type="html">&lt;p&gt;Ginger: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== smoothing workflow ==&lt;br /&gt;
&lt;br /&gt;
# input: a multi-label map to be smoothed. With structures:&lt;br /&gt;
&lt;br /&gt;
  * WM label 3&lt;br /&gt;
  * CSF label 1&lt;br /&gt;
  * GM(without the following specified sub-cortical structures) label 2,&lt;br /&gt;
  * GM sub-cortical structures&lt;br /&gt;
     ** RCaudate       label 13&lt;br /&gt;
     ** LCaudate       label 14&lt;br /&gt;
     ** RPutamen       label 15&lt;br /&gt;
     ** LPutamen       label 16&lt;br /&gt;
     ** RCaudate       label 17&lt;br /&gt;
     ** RCaudate       label 18&lt;br /&gt;
     ** RCaudate       label 11&lt;br /&gt;
     ** RCaudate       label 12&lt;br /&gt;
     ** RCaudate       label 19&lt;br /&gt;
     ** RCaudate       label 20&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
# Segmentation using one of the approaches below &lt;br /&gt;
# Up to Affine registration of the subject to bias-corrected, skull-stripped Baseline scan&lt;br /&gt;
# Map the Baseline ICC mask to the State 1 space&lt;br /&gt;
# Skull stripping State 1 scan&lt;br /&gt;
# Bias-correction of State 1 scan&lt;br /&gt;
# Repeat up to affine registration of skull-stripped, bias-corrected State 1 scan to Baseline&lt;/div&gt;</summary>
		<author><name>Ginger</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=Smoothing_multi-label_brain_segmentations&amp;diff=48112</id>
		<title>Smoothing multi-label brain segmentations</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=Smoothing_multi-label_brain_segmentations&amp;diff=48112"/>
		<updated>2010-01-27T22:31:50Z</updated>

		<summary type="html">&lt;p&gt;Ginger: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== smoothing workflow ==&lt;br /&gt;
&lt;br /&gt;
# input: a multi-label map to be smoothed. With structures:&lt;br /&gt;
&lt;br /&gt;
   WM label 3&lt;br /&gt;
   CSF label 1&lt;br /&gt;
   GM(without the following specified sub-cortical structures) label 2,&lt;br /&gt;
   GM sub-cortical structures&lt;br /&gt;
         &lt;br /&gt;
 &lt;br /&gt;
# Segmentation using one of the approaches below &lt;br /&gt;
# Up to Affine registration of the subject to bias-corrected, skull-stripped Baseline scan&lt;br /&gt;
# Map the Baseline ICC mask to the State 1 space&lt;br /&gt;
# Skull stripping State 1 scan&lt;br /&gt;
# Bias-correction of State 1 scan&lt;br /&gt;
# Repeat up to affine registration of skull-stripped, bias-corrected State 1 scan to Baseline&lt;/div&gt;</summary>
		<author><name>Ginger</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=Smoothing_multi-label_brain_segmentations&amp;diff=48111</id>
		<title>Smoothing multi-label brain segmentations</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=Smoothing_multi-label_brain_segmentations&amp;diff=48111"/>
		<updated>2010-01-27T22:28:33Z</updated>

		<summary type="html">&lt;p&gt;Ginger: Created page with '== smoothing workflow ==  # Deformable registration of the atlas to the subject to be segmented # Segmentation using one of the approaches below  For State 1 scans, the workflow …'&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== smoothing workflow ==&lt;br /&gt;
&lt;br /&gt;
# Deformable registration of the atlas to the subject to be segmented&lt;br /&gt;
# Segmentation using one of the approaches below&lt;br /&gt;
&lt;br /&gt;
For State 1 scans, the workflow is the following:&lt;br /&gt;
&lt;br /&gt;
# Up to Affine registration of the subject to bias-corrected, skull-stripped Baseline scan&lt;br /&gt;
# Map the Baseline ICC mask to the State 1 space&lt;br /&gt;
# Skull stripping State 1 scan&lt;br /&gt;
# Bias-correction of State 1 scan&lt;br /&gt;
# Repeat up to affine registration of skull-stripped, bias-corrected State 1 scan to Baseline&lt;br /&gt;
&lt;br /&gt;
== Considered segmentation approaches ==&lt;br /&gt;
&lt;br /&gt;
Choice of atlas:&lt;br /&gt;
* Vervet atlas&lt;br /&gt;
* Rhesus atlas&lt;br /&gt;
&lt;br /&gt;
Choice of segmentation approach:&lt;br /&gt;
* fluid deformable registration of a specific atlas to the subject (UNC approach)&lt;br /&gt;
* EM Segmenter (Kilian Pohl)&lt;br /&gt;
* itkEMS/ABC (Marcel Prastawa)&lt;/div&gt;</summary>
		<author><name>Ginger</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=NA-MIC_NCBC_Collaboration:Measuring_Alcohol_and_Stress_Interaction&amp;diff=48110</id>
		<title>NA-MIC NCBC Collaboration:Measuring Alcohol and Stress Interaction</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=NA-MIC_NCBC_Collaboration:Measuring_Alcohol_and_Stress_Interaction&amp;diff=48110"/>
		<updated>2010-01-27T22:27:54Z</updated>

		<summary type="html">&lt;p&gt;Ginger: /* Documentation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Back to [[NA-MIC_External_Collaborations|NA-MIC External Collaborations]]&lt;br /&gt;
==Abstract==&lt;br /&gt;
Alcohol abuse continues to be a major problem in the United States with an estimated 14 million adults &lt;br /&gt;
meeting the clinical criteria for a diagnosis of alcohol abuse or alcoholism at an estimated cost of $185 &lt;br /&gt;
billion. Chronic alcohol exposure has been shown to impact structure and function of the brain. Since &lt;br /&gt;
most of what is known of alcohol's effects on the brain is based on studies of individuals who have &lt;br /&gt;
abused for a long time, it is unclear whether some of the effects might occur early in the abuse process. &lt;br /&gt;
Additionally, human studies are often complicated by many factors incuding polydrug abuse, poor &lt;br /&gt;
nutritional states and other medical conditions. Another complicating factor is the interaction of stress &lt;br /&gt;
and alcohol. &lt;br /&gt;
&lt;br /&gt;
Using magnetic resonance imaging (MRI), we will examine the the effects of chronic alcohol self- &lt;br /&gt;
administration on brain structure and function in a group of monkeys that have been mother-reared or &lt;br /&gt;
nursery-reared. MRI scans will be acquired to determine whether there are differences in stucture or &lt;br /&gt;
functions as a result of alcohol exposure and whether rearing conditions play a role in these effects. &lt;br /&gt;
MRI techniques will also be used to examine how chronic alcohol consumption affects cerebral blood &lt;br /&gt;
flow, which is  a measure of neuronal activity. Because we will conduct these measures both before &lt;br /&gt;
and after alcohol exposure in the same &amp;quot;young adult&amp;quot; animals, we will be able to track any changes that &lt;br /&gt;
might occur early in alcohol abuse which is something that cannot be accomplished in human studies. &lt;br /&gt;
Another goal is to adapt imaging tools and computer software that are used to measure the brains of &lt;br /&gt;
humans to the monkey brain. To accomplish this, we will collaborate with the National Alliance for &lt;br /&gt;
Medical Computing (NA-MIC), an existing NIH Center for Biomedical Computing.  &lt;br /&gt;
&lt;br /&gt;
We can control all variables associated with alcohol self-administration in these monkeys. They will be &lt;br /&gt;
monitored both before and after exposure to alcohol, thus, we will be able to monitor the progression of &lt;br /&gt;
any changes in structure or function that directly result from alcohol exposure. These studies will help &lt;br /&gt;
identify how exposure to long-term alcohol might affect how the brain works.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Grant#==&lt;br /&gt;
R01AA016748&lt;br /&gt;
&lt;br /&gt;
==Key Personnel==&lt;br /&gt;
*Wake Forest University: Jim Daunais, Bob Kraft&lt;br /&gt;
*Virginia Tech: Chris Wyatt, Vidya Rajagopalan, Xiaoxing(Ginger) Li, Xiaojing Long&lt;br /&gt;
*NA-MIC: Kilian Pohl, Sandy Wells, Andriy Fedorov&lt;br /&gt;
&lt;br /&gt;
==Funding Duration==&lt;br /&gt;
07/15/2009-03/31/2010&lt;br /&gt;
&lt;br /&gt;
==Projects==&lt;br /&gt;
Active projects in this collaboration are:&lt;br /&gt;
&lt;br /&gt;
=== Tutorials on using EMSegmenter to segment nonhuman primate images ===&lt;br /&gt;
#Slicer3 based tutorial &lt;br /&gt;
##[http://www.na-mic.org/Wiki/index.php/Image:EMSegment_TrainingTutorial.pdf Tutorial Slide Handouts (PDF)]&lt;br /&gt;
##[http://www.bsl.ece.vt.edu/data/vervet_atlas/vervet.php Vervet Atlas]&lt;br /&gt;
##[http://www.na-mic.org/Wiki/images/c/c9/SlicerTutorialData_Vervet.tar.gz Example Data]&lt;br /&gt;
#[http://bsl.ece.vt.edu/download/NHP-EMSTut.zip older Slicer2.x based tutorial]&lt;br /&gt;
## [http://www.na-mic.org/Wiki/index.php/Image:EMSegment_Vervet_TrainingTutorial_Slicer2.pdf Vervet segmentation with Slicer2] (extracted from above for convenience)&lt;br /&gt;
&lt;br /&gt;
=== Nonhuman Primate Atlas Development ===&lt;br /&gt;
Vervet Probabalistic Atlas - Adult&lt;br /&gt;
*[http://www.bsl.ece.vt.edu/data/vervet_atlas/vervet.php Vervet Probabilistic Atlas (VPA-10)]&lt;br /&gt;
&lt;br /&gt;
Rhesus Probabalistic Atlas - Adult&lt;br /&gt;
*[[Rhesus_WMGM_Atlas|WM/GM Atlas]]&lt;br /&gt;
*[[Rhesus_Subcortical_Atlas|Subcortical Atlas]]&lt;br /&gt;
&lt;br /&gt;
Rhesus Probabalistic Atlas - Juvenile&lt;br /&gt;
*[[Rhesus_Juvenile_WMGM_Atlas|WM/GM Atlas]]&lt;br /&gt;
&lt;br /&gt;
Cyno Probabalistic Atlas - Adult&lt;br /&gt;
*[[Cyno_WMGM_Atlas|WM/GM Atlas]]&lt;br /&gt;
&lt;br /&gt;
=== Segmentation ===&lt;br /&gt;
#[[Rhesus_ICV_Extraction | Rhesus ICV Extraction]]&lt;br /&gt;
#[[Rhesus_EM_Segmentation | Rhesus EM Segmentation]]&lt;br /&gt;
&lt;br /&gt;
=== Documentation ===&lt;br /&gt;
# [[Atlas-to-subject registration with FSL and Diffeomorphic Demons, for EM segmentation.]]&lt;br /&gt;
# [http://wiki.na-mic.org/Wiki/index.php/Vervet_MRI_registration Atlas-to-subject registration with BRAINSFit]&lt;br /&gt;
# [[On the performance of Slicer 2 and Slicer3 EM segmentation modules]]&lt;br /&gt;
# [[Proposed revised atlas construction workflow]]&lt;br /&gt;
# [[Initial atlas construction workflow]] (initial workflow, obsolete)&lt;br /&gt;
# [[October_08_2009_Meeting:_VT-NAMIC_Revised_atlas_construction_workflow | Current vervet monkey atlas construction workflow]] (in progress)&lt;br /&gt;
# [[NA-MIC WFU VT Collaboration: Segmentation workflow and approaches | Considered segmentation approaches and workflow]] (in progress)&lt;br /&gt;
# [[Smoothing multi-label brain segmentations]]&lt;br /&gt;
&lt;br /&gt;
==Publications==&lt;br /&gt;
==Meetings and Events Specific to this Collaboration==&lt;br /&gt;
* [[2007_Programming/Project_Week_MIT|2007 Summer Programming/Project Week at MIT]]&lt;br /&gt;
* [[AHM_2008|2008 NA-MIC AHM]]&lt;br /&gt;
* [[NA-MIC/Projects/External Collaboration/Measuring Alcohol and Stress Interaction|2008 NA-MIC Summer Project Week Page]]&lt;br /&gt;
* [[2009_Winter_Project_Week_WFU1|2009 NA-MIC Winter Project Week Page]]&lt;br /&gt;
* [http://wiki.na-mic.org/Wiki/index.php/Measuring_Alcohol_Stress_Interaction 2009 Summer project week Boston]&lt;br /&gt;
* [http://wiki.na-mic.org/Wiki/index.php/Events:VT-NAMIC-NCBC-Collaboration-meeting-2009 2009 October 7-9 VT-NAMIC collaboration meeting]&lt;br /&gt;
&lt;br /&gt;
==Resource Links==&lt;br /&gt;
* [http://www.slicer.org 3D Slicer]&lt;br /&gt;
* [http://www.bsl.ece.vt.edu Bioimaging Systems Lab at VT]&lt;br /&gt;
* [http://pin.primate.wisc.edu/factsheets/entry/vervet Primate Info Net: Vervet factsheet]&lt;/div&gt;</summary>
		<author><name>Ginger</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=October_07_2009_Meeting:_VT-NAMIC_Data_load_protocol_and_comments&amp;diff=47051</id>
		<title>October 07 2009 Meeting: VT-NAMIC Data load protocol and comments</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=October_07_2009_Meeting:_VT-NAMIC_Data_load_protocol_and_comments&amp;diff=47051"/>
		<updated>2010-01-05T18:45:33Z</updated>

		<summary type="html">&lt;p&gt;Ginger: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center; width:800px; height:200px&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! subject &lt;br /&gt;
| baseline T1 data source(256x256x252)&lt;br /&gt;
|| notes&lt;br /&gt;
|| state 1 data source(256x256x252)&lt;br /&gt;
|| notes&lt;br /&gt;
 &lt;br /&gt;
|-&lt;br /&gt;
! calvin&lt;br /&gt;
|Perform &amp;quot;parse directory&amp;quot;, and select the first T1-SPGR sequence&lt;br /&gt;
||vessels light up&lt;br /&gt;
|| folder 0004&lt;br /&gt;
||&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
!gucci&lt;br /&gt;
|folder 0004 (all 252 slices)&lt;br /&gt;
||vessels partially light up&lt;br /&gt;
&lt;br /&gt;
image not oriented&lt;br /&gt;
||folder 0004 &lt;br /&gt;
||(gucci1052-5-30-09-28406)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
!hugo&lt;br /&gt;
|folder 0005 (first 252 slices) &lt;br /&gt;
||vessels partially light up&lt;br /&gt;
||folder 0007&lt;br /&gt;
||&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
!issac&lt;br /&gt;
|folder 0005 (first 252 slices)&lt;br /&gt;
|| data is noisy&lt;br /&gt;
&lt;br /&gt;
image not oriented&lt;br /&gt;
||folder 0005&lt;br /&gt;
||&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! Louis &lt;br /&gt;
|folder 0004 (first 252 slices)&lt;br /&gt;
||vessels light up&lt;br /&gt;
&lt;br /&gt;
bad contrast in certain regions of the image&lt;br /&gt;
&lt;br /&gt;
image not oriented&lt;br /&gt;
&lt;br /&gt;
sever ringing artifact&lt;br /&gt;
||folder 0004&lt;br /&gt;
||&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
!marc&lt;br /&gt;
|folder 0003 (first 252 slices)&lt;br /&gt;
||noisy data&lt;br /&gt;
&lt;br /&gt;
image not oriented&lt;br /&gt;
||folder 0006&lt;br /&gt;
||very strong bias&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! oscar&lt;br /&gt;
|folder 0003(first 252 slices)&lt;br /&gt;
||bias&lt;br /&gt;
&lt;br /&gt;
image not oriented&lt;br /&gt;
&lt;br /&gt;
a few vessels light up&lt;br /&gt;
||folder 0006&lt;br /&gt;
||&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
!ralph 04-08&lt;br /&gt;
|folder 0003 (first 252 slices)&lt;br /&gt;
|| vessels partially light up&lt;br /&gt;
&lt;br /&gt;
image not oriented&lt;br /&gt;
||folder 0005&lt;br /&gt;
||&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
!ralph 06-08&lt;br /&gt;
|folder 0003 (first 252 slices)&lt;br /&gt;
||image not oriented&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
!tommy&lt;br /&gt;
|folder 0003 (first 252 slices)&lt;br /&gt;
|| data problem : bad contrast or noise&lt;br /&gt;
&lt;br /&gt;
image not oriented&lt;br /&gt;
||folder 0005&lt;br /&gt;
||&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
!valentino&lt;br /&gt;
|folder 0004 (first 252 slices)&lt;br /&gt;
||vessels partially light up&lt;br /&gt;
||folder 0005&lt;br /&gt;
||&lt;br /&gt;
|}&lt;br /&gt;
Note: almost all images have artifact under the skull.&lt;/div&gt;</summary>
		<author><name>Ginger</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=October_07_2009_Meeting:_VT-NAMIC_Data_load_protocol_and_comments&amp;diff=47036</id>
		<title>October 07 2009 Meeting: VT-NAMIC Data load protocol and comments</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=October_07_2009_Meeting:_VT-NAMIC_Data_load_protocol_and_comments&amp;diff=47036"/>
		<updated>2010-01-05T17:53:05Z</updated>

		<summary type="html">&lt;p&gt;Ginger: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center; width:800px; height:200px&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! subject &lt;br /&gt;
| baseline T1 data source(256x256x252)&lt;br /&gt;
|| notes&lt;br /&gt;
|| state 1 data source(256x256x252)&lt;br /&gt;
|| notes&lt;br /&gt;
 &lt;br /&gt;
|-&lt;br /&gt;
! calvin&lt;br /&gt;
|Perform &amp;quot;parse directory&amp;quot;, and select the first T1-SPGR sequence&lt;br /&gt;
||vessels light up&lt;br /&gt;
|| folder 0004&lt;br /&gt;
||&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
!gucci&lt;br /&gt;
|folder 0004 (all 252 slices)&lt;br /&gt;
||vessels partially light up&lt;br /&gt;
&lt;br /&gt;
image not oriented&lt;br /&gt;
||folder 0004 &lt;br /&gt;
||(gucci1052-5-30-09-28406)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
!hugo&lt;br /&gt;
|folder 0005 (first 252 slices) &lt;br /&gt;
||vessels partially light up&lt;br /&gt;
||folder 0007&lt;br /&gt;
||&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
!issac&lt;br /&gt;
|folder 0005 (first 252 slices)&lt;br /&gt;
|| data is noisy&lt;br /&gt;
&lt;br /&gt;
image not oriented&lt;br /&gt;
||folder 0005&lt;br /&gt;
||&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! Louis &lt;br /&gt;
|folder 0004 (first 252 slices)&lt;br /&gt;
||vessels light up&lt;br /&gt;
&lt;br /&gt;
bad contrast in certain regions of the image&lt;br /&gt;
&lt;br /&gt;
image not oriented&lt;br /&gt;
&lt;br /&gt;
sever ringing artifact&lt;br /&gt;
||folder 0004&lt;br /&gt;
||&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
!marc&lt;br /&gt;
|folder 0003 (first 252 slices)&lt;br /&gt;
||noisy data&lt;br /&gt;
&lt;br /&gt;
image not oriented&lt;br /&gt;
||folder 0006&lt;br /&gt;
||very strong bias&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! oscar&lt;br /&gt;
|folder 0003(first 252 slices)&lt;br /&gt;
||bias&lt;br /&gt;
&lt;br /&gt;
image not oriented&lt;br /&gt;
&lt;br /&gt;
a few vessels light up&lt;br /&gt;
||folder 0006&lt;br /&gt;
||&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
!ralph 04-08&lt;br /&gt;
|folder 0003 (first 252 slices)&lt;br /&gt;
|| vessels partially light up&lt;br /&gt;
&lt;br /&gt;
image not oriented&lt;br /&gt;
||folder 0005&lt;br /&gt;
||&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
!ralph 06-08&lt;br /&gt;
|folder 0003 (first 252 slices)&lt;br /&gt;
||image not oriented&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
!tommy&lt;br /&gt;
|folder 0003 (first 252 slices)&lt;br /&gt;
|| data problem : bad contrast or noise&lt;br /&gt;
&lt;br /&gt;
image not oriented&lt;br /&gt;
||folder 0005&lt;br /&gt;
||&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
!valentino&lt;br /&gt;
|folder 0004 (first 252 slices)&lt;br /&gt;
||vessels partially light up&lt;br /&gt;
||folder 0005&lt;br /&gt;
||&lt;br /&gt;
|}&lt;br /&gt;
Note: almost all images have artifact under the skull.&lt;/div&gt;</summary>
		<author><name>Ginger</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=October_07_2009_Meeting:_VT-NAMIC_Data_load_protocol_and_comments&amp;diff=47033</id>
		<title>October 07 2009 Meeting: VT-NAMIC Data load protocol and comments</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=October_07_2009_Meeting:_VT-NAMIC_Data_load_protocol_and_comments&amp;diff=47033"/>
		<updated>2010-01-05T17:34:28Z</updated>

		<summary type="html">&lt;p&gt;Ginger: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center; width:800px; height:200px&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! subject &lt;br /&gt;
| baseline T1 data source(256x256x252)&lt;br /&gt;
|| notes&lt;br /&gt;
|| state 1 data source(256x256x252)&lt;br /&gt;
|| notes&lt;br /&gt;
 &lt;br /&gt;
|-&lt;br /&gt;
! calvin&lt;br /&gt;
|Perform &amp;quot;parse directory&amp;quot;, and select the first T1-SPGR sequence&lt;br /&gt;
||vessels light up&lt;br /&gt;
|| folder 0004&lt;br /&gt;
||&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
!gucci&lt;br /&gt;
|folder 0004 (all 252 slices)&lt;br /&gt;
||vessels partially light up&lt;br /&gt;
&lt;br /&gt;
image not oriented&lt;br /&gt;
||folder 0004 &lt;br /&gt;
||(gucci1052-5-30-09-28406)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
!hugo&lt;br /&gt;
|folder 0005 (first 252 slices) &lt;br /&gt;
||vessels partially light up&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
!issac&lt;br /&gt;
|folder 0005 (first 252 slices)&lt;br /&gt;
|| data is noisy&lt;br /&gt;
&lt;br /&gt;
image not oriented&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! Louis &lt;br /&gt;
|folder 0004 (first 252 slices)&lt;br /&gt;
||vessels light up&lt;br /&gt;
&lt;br /&gt;
bad contrast in certain regions of the image&lt;br /&gt;
&lt;br /&gt;
image not oriented&lt;br /&gt;
&lt;br /&gt;
sever ringing artifact&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
!marc&lt;br /&gt;
|folder 0003 (first 252 slices)&lt;br /&gt;
||noisy data&lt;br /&gt;
&lt;br /&gt;
image not oriented&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! oscar&lt;br /&gt;
|folder 0003(first 252 slices)&lt;br /&gt;
||bias&lt;br /&gt;
&lt;br /&gt;
image not oriented&lt;br /&gt;
&lt;br /&gt;
a few vessels light up&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
!ralph 04-08&lt;br /&gt;
|folder 0003 (first 252 slices)&lt;br /&gt;
|| vessels partially light up&lt;br /&gt;
&lt;br /&gt;
image not oriented&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
!ralph 06-08&lt;br /&gt;
|folder 0003 (first 252 slices)&lt;br /&gt;
||image not oriented&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
!tommy&lt;br /&gt;
|folder 0003 (first 252 slices)&lt;br /&gt;
|| data problem : bad contrast or noise&lt;br /&gt;
&lt;br /&gt;
image not oriented&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
!valentino&lt;br /&gt;
|folder 0004 (first 252 slices)&lt;br /&gt;
||vessels partially light up&lt;br /&gt;
|}&lt;br /&gt;
Note: almost all images have artifact under the skull.&lt;/div&gt;</summary>
		<author><name>Ginger</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=October_07_2009_Meeting:_VT-NAMIC_Data_load_protocol_and_comments&amp;diff=47029</id>
		<title>October 07 2009 Meeting: VT-NAMIC Data load protocol and comments</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=October_07_2009_Meeting:_VT-NAMIC_Data_load_protocol_and_comments&amp;diff=47029"/>
		<updated>2010-01-05T17:32:44Z</updated>

		<summary type="html">&lt;p&gt;Ginger: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center; width:800px; height:200px&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! subject &lt;br /&gt;
| baseline T1 data source(256x256x252)&lt;br /&gt;
|| notes&lt;br /&gt;
|| state 1 data source(256x256x252)&lt;br /&gt;
|| notes&lt;br /&gt;
 &lt;br /&gt;
|-&lt;br /&gt;
! calvin&lt;br /&gt;
|Perform &amp;quot;parse directory&amp;quot;, and select the first T1-SPGR sequence&lt;br /&gt;
||vessels light up&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
!gucci&lt;br /&gt;
|folder 0004 (all 252 slices)&lt;br /&gt;
||vessels partially light up&lt;br /&gt;
&lt;br /&gt;
image not oriented&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
!hugo&lt;br /&gt;
|folder 0005 (first 252 slices) &lt;br /&gt;
||vessels partially light up&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
!issac&lt;br /&gt;
|folder 0005 (first 252 slices)&lt;br /&gt;
|| data is noisy&lt;br /&gt;
&lt;br /&gt;
image not oriented&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! Louis &lt;br /&gt;
|folder 0004 (first 252 slices)&lt;br /&gt;
||vessels light up&lt;br /&gt;
&lt;br /&gt;
bad contrast in certain regions of the image&lt;br /&gt;
&lt;br /&gt;
image not oriented&lt;br /&gt;
&lt;br /&gt;
sever ringing artifact&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
!marc&lt;br /&gt;
|folder 0003 (first 252 slices)&lt;br /&gt;
||noisy data&lt;br /&gt;
&lt;br /&gt;
image not oriented&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! oscar&lt;br /&gt;
|folder 0003(first 252 slices)&lt;br /&gt;
||bias&lt;br /&gt;
&lt;br /&gt;
image not oriented&lt;br /&gt;
&lt;br /&gt;
a few vessels light up&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
!ralph 04-08&lt;br /&gt;
|folder 0003 (first 252 slices)&lt;br /&gt;
|| vessels partially light up&lt;br /&gt;
&lt;br /&gt;
image not oriented&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
!ralph 06-08&lt;br /&gt;
|folder 0003 (first 252 slices)&lt;br /&gt;
||image not oriented&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
!tommy&lt;br /&gt;
|folder 0003 (first 252 slices)&lt;br /&gt;
|| data problem : bad contrast or noise&lt;br /&gt;
&lt;br /&gt;
image not oriented&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
!valentino&lt;br /&gt;
|folder 0004 (first 252 slices)&lt;br /&gt;
||vessels partially light up&lt;br /&gt;
|}&lt;br /&gt;
Note: almost all images have artifact under the skull.&lt;/div&gt;</summary>
		<author><name>Ginger</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=Proposed_work_pipeline&amp;diff=43835</id>
		<title>Proposed work pipeline</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=Proposed_work_pipeline&amp;diff=43835"/>
		<updated>2009-10-12T14:30:29Z</updated>

		<summary type="html">&lt;p&gt;Ginger: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;# Ginger: produce ICC mask for chosen template: Gucci&lt;br /&gt;
# Andriy: use BRAINSfit to align all other sbjects to template through Affine + BSpline&lt;br /&gt;
# Ginger: compute average of the aligned subjects and manual separate to GM, WM + CSF&lt;br /&gt;
# Ron: manually segment sub-cortical structures. &lt;br /&gt;
# Ginger: produce Slicer3 module for back propagation and manual correct the results &lt;br /&gt;
# Ginger: smooth back propagation results to generate final templates&lt;br /&gt;
# Andriy: register atlas to each subjects and apply resulting transformation to align atlas to each subjects&lt;br /&gt;
# Ginger: finalize by EM segmentation.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Meanwhile: Ginger will perform EM segmentation on Gucci to separate into WM, GM, CSF and Ron helps to segment sub-cortical structures.&lt;/div&gt;</summary>
		<author><name>Ginger</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=Proposed_work_pipeline&amp;diff=43834</id>
		<title>Proposed work pipeline</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=Proposed_work_pipeline&amp;diff=43834"/>
		<updated>2009-10-12T14:30:17Z</updated>

		<summary type="html">&lt;p&gt;Ginger: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;# Ginger: produce ICC mask for chosen template: Gucci&lt;br /&gt;
# Andriy: use BRAINSfit to align all other sbjects to template through Affine + BSpline&lt;br /&gt;
# Ginger: compute average of the aligned subjects and manual separate to GM, WM + CSF&lt;br /&gt;
# Ron: manually segment sub-cortical structures.&lt;br /&gt;
 &lt;br /&gt;
# Ginger: produce Slicer3 module for back propagation and manual correct the results&lt;br /&gt;
 &lt;br /&gt;
# Ginger: smooth back propagation results to generate final templates&lt;br /&gt;
&lt;br /&gt;
# Andriy: register atlas to each subjects and apply resulting transformation to align atlas to each subjects&lt;br /&gt;
&lt;br /&gt;
# Ginger: finalize by EM segmentation.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Meanwhile: Ginger will perform EM segmentation on Gucci to separate into WM, GM, CSF and Ron helps to segment sub-cortical structures.&lt;/div&gt;</summary>
		<author><name>Ginger</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=Proposed_work_pipeline&amp;diff=43833</id>
		<title>Proposed work pipeline</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=Proposed_work_pipeline&amp;diff=43833"/>
		<updated>2009-10-12T14:29:58Z</updated>

		<summary type="html">&lt;p&gt;Ginger: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;# Ginger: produce ICC mask for chosen template: Gucci&lt;br /&gt;
&lt;br /&gt;
# Andriy: use BRAINSfit to align all other sbjects to template through Affine + BSpline&lt;br /&gt;
&lt;br /&gt;
# Ginger: compute average of the aligned subjects and manual separate to GM, WM + CSF&lt;br /&gt;
&lt;br /&gt;
# Ron: manually segment sub-cortical structures.&lt;br /&gt;
      &lt;br /&gt;
# Ginger: produce Slicer3 module for back propagation and manual correct the results&lt;br /&gt;
 &lt;br /&gt;
# Ginger: smooth back propagation results to generate final templates&lt;br /&gt;
&lt;br /&gt;
# Andriy: register atlas to each subjects and apply resulting transformation to align atlas to each subjects&lt;br /&gt;
&lt;br /&gt;
# Ginger: finalize by EM segmentation.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Meanwhile: Ginger will perform EM segmentation on Gucci to separate into WM, GM, CSF and Ron helps to segment sub-cortical structures.&lt;/div&gt;</summary>
		<author><name>Ginger</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=Proposed_work_pipeline&amp;diff=43832</id>
		<title>Proposed work pipeline</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=Proposed_work_pipeline&amp;diff=43832"/>
		<updated>2009-10-12T14:29:39Z</updated>

		<summary type="html">&lt;p&gt;Ginger: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;# Ginger: produce ICC mask for chosen template: Gucci&lt;br /&gt;
&lt;br /&gt;
#Andriy: use BRAINSfit to align all other sbjects to template through Affine + BSpline&lt;br /&gt;
&lt;br /&gt;
#Ginger: compute average of the aligned subjects and manual separate to GM, WM + CSF&lt;br /&gt;
&lt;br /&gt;
#Ron helps to manually segment sub-cortical structures.&lt;br /&gt;
      &lt;br /&gt;
#Ginger: produce Slicer3 module for back propagation and manual correct the results&lt;br /&gt;
 &lt;br /&gt;
#Ginger: smooth back propagation results to generate final templates&lt;br /&gt;
&lt;br /&gt;
#Andriy: register atlas to each subjects and apply resulting transformation to align atlas to each subjects&lt;br /&gt;
&lt;br /&gt;
#Ginger: finalize by EM segmentation.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Meanwhile: Ginger will perform EM segmentation on Gucci to separate into WM, GM, CSF and Ron helps to segment sub-cortical structures.&lt;/div&gt;</summary>
		<author><name>Ginger</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=Proposed_work_pipeline&amp;diff=43831</id>
		<title>Proposed work pipeline</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=Proposed_work_pipeline&amp;diff=43831"/>
		<updated>2009-10-12T14:28:41Z</updated>

		<summary type="html">&lt;p&gt;Ginger: Created page with '# Ginger: produce ICC mask for chosen template: Gucci  #Andriy: use BRAINSfit to align all other sbjects to template through Affine + BSpline  #Ginger: compute average of the ali…'&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;# Ginger: produce ICC mask for chosen template: Gucci&lt;br /&gt;
&lt;br /&gt;
#Andriy: use BRAINSfit to align all other sbjects to template through Affine + BSpline&lt;br /&gt;
&lt;br /&gt;
#Ginger: compute average of the aligned subjects and manual separate to GM, WM + CSF&lt;br /&gt;
&lt;br /&gt;
         Ron helps to manually segment sub-cortical structures.&lt;br /&gt;
      &lt;br /&gt;
         produce Slicer3 module for back propagation and manual correct the results&lt;br /&gt;
 &lt;br /&gt;
         smooth back propagation results to generate final templates&lt;br /&gt;
&lt;br /&gt;
#Andriy: register atlas to each subjects and apply resulting transformation to align atlas to each subjects&lt;br /&gt;
&lt;br /&gt;
#Ginger: finalize by EM segmentation.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Meanwhile: Ginger will perform EM segmentation on Gucci to separate into WM, GM, CSF and Ron helps to segment sub-cortical structures.&lt;/div&gt;</summary>
		<author><name>Ginger</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=NA-MIC_NCBC_Collaboration:Measuring_Alcohol_and_Stress_Interaction&amp;diff=43830</id>
		<title>NA-MIC NCBC Collaboration:Measuring Alcohol and Stress Interaction</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=NA-MIC_NCBC_Collaboration:Measuring_Alcohol_and_Stress_Interaction&amp;diff=43830"/>
		<updated>2009-10-12T14:20:39Z</updated>

		<summary type="html">&lt;p&gt;Ginger: /* Documentation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Back to [[NA-MIC_External_Collaborations]]&lt;br /&gt;
==Abstract==&lt;br /&gt;
Alcohol abuse continues to be a major problem in the United States with an estimated 14 million adults &lt;br /&gt;
meeting the clinical criteria for a diagnosis of alcohol abuse or alcoholism at an estimated cost of $185 &lt;br /&gt;
billion. Chronic alcohol exposure has been shown to impact structure and function of the brain. Since &lt;br /&gt;
most of what is known of alcohol's effects on the brain is based on studies of individuals who have &lt;br /&gt;
abused for a long time, it is unclear whether some of the effects might occur early in the abuse process. &lt;br /&gt;
Additionally, human studies are often complicated by many factors incuding polydrug abuse, poor &lt;br /&gt;
nutritional states and other medical conditions. Another complicating factor is the interaction of stress &lt;br /&gt;
and alcohol. &lt;br /&gt;
&lt;br /&gt;
Using magnetic resonance imaging (MRI), we will examine the the effects of chronic alcohol self- &lt;br /&gt;
administration on brain structure and function in a group of monkeys that have been mother-reared or &lt;br /&gt;
nursery-reared. MRI scans will be acquired to determine whether there are differences in stucture or &lt;br /&gt;
functions as a result of alcohol exposure and whether rearing conditions play a role in these effects. &lt;br /&gt;
MRI techniques will also be used to examine how chronic alcohol consumption affects cerebral blood &lt;br /&gt;
flow, which is  a measure of neuronal activity. Because we will conduct these measures both before &lt;br /&gt;
and after alcohol exposure in the same &amp;quot;young adult&amp;quot; animals, we will be able to track any changes that &lt;br /&gt;
might occur early in alcohol abuse which is something that cannot be accomplished in human studies. &lt;br /&gt;
Another goal is to adapt imaging tools and computer software that are used to measure the brains of &lt;br /&gt;
humans to the monkey brain. To accomplish this, we will collaborate with the National Alliance for &lt;br /&gt;
Medical Computing (NA-MIC), an existing NIH Center for Biomedical Computing.  &lt;br /&gt;
&lt;br /&gt;
We can control all variables associated with alcohol self-administration in these monkeys. They will be &lt;br /&gt;
monitored both before and after exposure to alcohol, thus, we will be able to monitor the progression of &lt;br /&gt;
any changes in structure or function that directly result from alcohol exposure. These studies will help &lt;br /&gt;
identify how exposure to long-term alcohol might affect how the brain works.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Grant #==&lt;br /&gt;
1R01AA016748-01&lt;br /&gt;
&lt;br /&gt;
==Key Personnel==&lt;br /&gt;
Wake Forest University: Jim Daunais, Bob Kraft&lt;br /&gt;
&lt;br /&gt;
Virginia Tech: Chris Wyatt, Vidya Rajagopalan, Xiaoxing(Ginger) Li, Xiaojing Long&lt;br /&gt;
&lt;br /&gt;
NAMIC: Kilian Pohl, Sandy Wells, Andriy Fedorov&lt;br /&gt;
&lt;br /&gt;
==Projects==&lt;br /&gt;
Active projects in this collaboration are:&lt;br /&gt;
&lt;br /&gt;
=== Tutorials on using EMSegmenter to segment nonhuman primate images ===&lt;br /&gt;
#Slicer3 based tutorial &lt;br /&gt;
##[http://www.na-mic.org/Wiki/index.php/Image:EMSegment_TrainingTutorial.pdf Tutorial Slide Handouts (PDF)]&lt;br /&gt;
##[http://www.bsl.ece.vt.edu/data/vervet_atlas/vervet.php Vervet Atlas]&lt;br /&gt;
##[http://www.na-mic.org/Wiki/images/c/c9/SlicerTutorialData_Vervet.tar.gz Example Data]&lt;br /&gt;
#[http://bsl.ece.vt.edu/download/NHP-EMSTut.zip older Slicer2.x based tutorial]&lt;br /&gt;
## [http://www.na-mic.org/Wiki/index.php/Image:EMSegment_Vervet_TrainingTutorial_Slicer2.pdf Vervet segmentation with Slicer2] (extracted from above for convenience)&lt;br /&gt;
&lt;br /&gt;
=== Nonhuman Primate Atlas Development ===&lt;br /&gt;
Vervet Probabalistic Atlas - Adult&lt;br /&gt;
# [http://www.bsl.ece.vt.edu/data/vervet_atlas/vervet.php Vervet Probabilistic Atlas (VPA-10)]&lt;br /&gt;
&lt;br /&gt;
Rhesus Probabalistic Atlas - Adult&lt;br /&gt;
#[[Rhesus_WMGM_Atlas|WM/GM Atlas]]&lt;br /&gt;
#[[Rhesus_Subcortical_Atlas|Subcortical Atlas]]&lt;br /&gt;
&lt;br /&gt;
Rhesus Probabalistic Atlas - Juvenile&lt;br /&gt;
#[[Rhesus_Juvenile_WMGM_Atlas|WM/GM Atlas]]&lt;br /&gt;
&lt;br /&gt;
Cyno Probabalistic Atlas - Adult&lt;br /&gt;
#[[Cyno_WMGM_Atlas|WM/GM Atlas]]&lt;br /&gt;
&lt;br /&gt;
=== Segmentation ===&lt;br /&gt;
#[[Rhesus_ICV_Extraction | Rhesus ICV Extraction]]&lt;br /&gt;
#[[Rhesus_EM_Segmentation | Rhesus EM Segmentation]]&lt;br /&gt;
&lt;br /&gt;
=== Documentation ===&lt;br /&gt;
# [[Atlas-to-subject registration with FSL and Diffeomorphic Demons, for EM segmentation.]]&lt;br /&gt;
# [http://wiki.na-mic.org/Wiki/index.php/Vervet_MRI_registration Atlas-to-subject registration with BRAINSFit]&lt;br /&gt;
# [[On the performance of Slicer 2 and Slicer3 EM segmentation modules]]&lt;br /&gt;
# [[Proposed revised atlas construction workflow]]&lt;br /&gt;
# [[Current atlas construction workflow]]&lt;br /&gt;
# [[Proposed work pipeline]]&lt;br /&gt;
&lt;br /&gt;
==Publications==&lt;br /&gt;
==Meetings and Events Specific to this Collaboration==&lt;br /&gt;
*[[2007_Programming/Project_Week_MIT|2007 Summer Programming/Project Week at MIT]]&lt;br /&gt;
*[[AHM_2008|2008 NA-MIC AHM]]&lt;br /&gt;
*[[NA-MIC/Projects/External Collaboration/Measuring Alcohol and Stress Interaction|2008 NA-MIC Summer Project Week Page]]&lt;br /&gt;
* 2009 NA-MIC Winter Project Week Pages: [[2009_Winter_Project_Week_WFU1|Project 1]]&lt;br /&gt;
* [http://wiki.na-mic.org/Wiki/index.php/Measuring_Alcohol_Stress_Interaction 2009 Summer project week Boston]&lt;br /&gt;
* [http://wiki.na-mic.org/Wiki/index.php/Events:VT-NAMIC-NCBC-Collaboration-meeting-2009 2009 October 7-9 VT-NAMIC collaboration meeting]&lt;br /&gt;
&lt;br /&gt;
==Resource Links==&lt;br /&gt;
&lt;br /&gt;
* [http://www.slicer.org slicer]&lt;br /&gt;
* [http://www.bsl.ece.vt.edu Bioimaging Systems Lab at VT]&lt;/div&gt;</summary>
		<author><name>Ginger</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=Oct_08_2009_meeting:_schedule_for_Oct_9&amp;diff=43748</id>
		<title>Oct 08 2009 meeting: schedule for Oct 9</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=Oct_08_2009_meeting:_schedule_for_Oct_9&amp;diff=43748"/>
		<updated>2009-10-09T02:27:44Z</updated>

		<summary type="html">&lt;p&gt;Ginger: Created page with 'With Ron:  * what caused the hole in Valentino data;  * check the quality of N3 bias correction;  * learn how to manually segment sub-cortical structures.  With Sandy:  * check t…'&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;With Ron:&lt;br /&gt;
&lt;br /&gt;
* what caused the hole in Valentino data;&lt;br /&gt;
&lt;br /&gt;
* check the quality of N3 bias correction;&lt;br /&gt;
&lt;br /&gt;
* learn how to manually segment sub-cortical structures.&lt;br /&gt;
&lt;br /&gt;
With Sandy:&lt;br /&gt;
&lt;br /&gt;
* check the quality of the smoothed data;&lt;br /&gt;
&lt;br /&gt;
With Chris:&lt;br /&gt;
&lt;br /&gt;
* information about the stage1 data / data transfer issue;&lt;br /&gt;
&lt;br /&gt;
With all:&lt;br /&gt;
&lt;br /&gt;
* build up the list of non-slicer3 tools / scripts;&lt;br /&gt;
&lt;br /&gt;
* discuss protocols on documentation;&lt;br /&gt;
&lt;br /&gt;
* conform proposed work flow;&lt;br /&gt;
&lt;br /&gt;
* discuss time-line / winter NAMIC meeting/ potential publications.&lt;/div&gt;</summary>
		<author><name>Ginger</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=Events:VT-NAMIC-NCBC-Collaboration-meeting-2009&amp;diff=43747</id>
		<title>Events:VT-NAMIC-NCBC-Collaboration-meeting-2009</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=Events:VT-NAMIC-NCBC-Collaboration-meeting-2009&amp;diff=43747"/>
		<updated>2009-10-09T02:19:49Z</updated>

		<summary type="html">&lt;p&gt;Ginger: /* Progress */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Logistics ==&lt;br /&gt;
&lt;br /&gt;
* Andriy Fedorov and Ginger Li: work on pre-meeting agenda Wed-Thu October 7-8, 2009&lt;br /&gt;
* All participants meeting: Friday, '''October 9, 2009, 9am-4pm''' (time is tentative, but room has been reserved, confirmed with Katie Mastrogiacomo)&lt;br /&gt;
* Wednesday and Thursday location: [http://www.spl.harvard.edu/pages/Directions#Getting_to_1249_Boylston_Street. 1249 Boylston Street]&lt;br /&gt;
* Friday meeting location: [http://www.spl.harvard.edu/pages/Directions#Getting_to_1249_Boylston_Street. 1249 Boylston Street], 2nd floor conference room&lt;br /&gt;
&lt;br /&gt;
== Goals ==&lt;br /&gt;
&lt;br /&gt;
* To be completed or partially completed prior to the meeting by Andriy Fedorov and Ginger Li (Oct 7-8):&lt;br /&gt;
** Provide necessary user- and developer-level Slicer training for Ginger&lt;br /&gt;
** Understand the currently used processing workflow&lt;br /&gt;
** Confirm reproducibility of the processing steps between VT and SPL&lt;br /&gt;
** Document the processing steps as precisely as necessary for reproducibility and cross-validation of the results (wiki page)&lt;br /&gt;
* To be completed during the meeting&lt;br /&gt;
** Review and confirm the correctness of the workflow based on the wiki documentation (Chris, Ron and Sandy)&lt;br /&gt;
** Review the available data and current segmentation results&lt;br /&gt;
** Discuss action timeline for the remaining part of the funded project period&lt;br /&gt;
*** Potential for segmentation validation using cryo-histology (Chris can show some results of reconstructed 3D cryo-histo volumes)&lt;br /&gt;
*** Potential for cortical thickness measures / integration with Caret or freesurfer  &lt;br /&gt;
** Discuss publication plans&lt;br /&gt;
** SLC meeting plans&lt;br /&gt;
&lt;br /&gt;
== Agenda ==&lt;br /&gt;
&lt;br /&gt;
*Review, discuss and finalize the processing workflow (to be discussed and documented by Andriy Fedorov and Ginger Li prior to the meeting Oct 7-8)&lt;br /&gt;
**atlas construction&lt;br /&gt;
**image pre-processing&lt;br /&gt;
**registration&lt;br /&gt;
**segmentation&lt;br /&gt;
*Review currents results&lt;br /&gt;
** Tommy and Louis images appear to have bad quality. Ron recommends not to use these subjects for atlas construction&lt;br /&gt;
{|&lt;br /&gt;
|&amp;lt;gallery perrow=&amp;quot;3&amp;quot; heights=&amp;quot;200px&amp;quot; widths=&amp;quot;300px&amp;quot;&amp;gt;&lt;br /&gt;
Image:oscar_snr.jpg|'''Oscar'''&lt;br /&gt;
Image:tommy_snr.jpg|'''Tommy'''&lt;br /&gt;
Image:louis_snr.jpg|'''Louis'''&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
* Identify Slicer components of the workflow that are ... working, broken, missing&lt;br /&gt;
&lt;br /&gt;
== Schedule ==&lt;br /&gt;
* Wednesday, Oct 7 plans:&lt;br /&gt;
** Walk through the segmentation workflow with EM Segmenter, verify scene saving, usability (Ginger)&lt;br /&gt;
** Document the current segmentation problems, prepare for discussion with Sandy&lt;br /&gt;
** 4pm: Meet with Sandy at Thorn to discuss current EM Segmenter results&lt;br /&gt;
** Install/verify installation of Slicer and related modules (BRAINSFit, N3MRILightCLI) (Andrey)&lt;br /&gt;
** Using and developing Slicer modules/extensions (Andrey)&lt;br /&gt;
** Using BRAINSFit (Andrey)&lt;br /&gt;
** AC-PC module usage for pose alignment (Ginger)&lt;br /&gt;
** Data transfer (images + segmentations)&lt;br /&gt;
** Aftenoon: Ron stops by to review progress (?)&lt;br /&gt;
* Friday, Oct 9, 9am (earlier?): Ron, Sandy, Ginger, Andrey meet at Boylston conference room to start discussion&lt;br /&gt;
* 10am: Chris' flight arrives at Logan&lt;br /&gt;
* 1pm: Chris gives a journal club talk at 1249 Boylston conference room&lt;br /&gt;
* 7pm: Chris' flight departs from Logan&lt;br /&gt;
&lt;br /&gt;
== Progress ==&lt;br /&gt;
&lt;br /&gt;
* Oct 7&lt;br /&gt;
** Reviewed available data at the initial time-point: [[October 07 2009 Meeting: VT-NAMIC Data review summary]]&lt;br /&gt;
** Discussed AC-PC usage module. Agreed possibly not helpful, since it does not align AC-PC line and midline between subjects, only straightens the AC-PC to be horizontal, and midline to be vertical. Manual alignment is needed prior to this to reliably locate AC and PC.&lt;br /&gt;
** Considering the data review (mis-alignment of the subjects in atlas; presense of bias; severe noise problems with some of the subject, while better data is available for the same subjects), and availability of the new tools (BRAINSFit robust up to BSplines, N3 bias correction in Slicer does good job -- can improve bias and registration) agreed that the atlas construction must be revisited&lt;br /&gt;
** Agreed on the conventions how to choose and load the data, all 10 subjects prepared in NRRD from the raw DICOM data, visually inspected for errors [[October 07 2009 Meeting: VT-NAMIC Data load protocol and comments]]&lt;br /&gt;
** Sandy suggested to include anisotropic diffusion into the atlas construction and segmentation workflow. EM Segmenter result can possibly be improved by adjusting the MFA parameter&lt;br /&gt;
** Ginger's laptop has problems running Slicer -- had to apply updates and are in the process of recompiling Slicer -- should be ready by Thursday&lt;br /&gt;
* Separate page for the [[VT-NAMIC Workflow Slicer-related issues]] -- to be revised and submitted as bug reports&lt;br /&gt;
&lt;br /&gt;
* Oct 8&lt;br /&gt;
** Work on the revised atlas workflow: [[October 08 2009 Meeting: VT-NAMIC Revised atlas construction workflow]]&lt;br /&gt;
** To be discussed on Oct 9: [[Oct 08 2009 meeting: schedule for Oct 9]]&lt;br /&gt;
&lt;br /&gt;
== Attendance ==&lt;br /&gt;
&lt;br /&gt;
Open to all interested parties:&lt;br /&gt;
&lt;br /&gt;
#Chris Wyatt&lt;br /&gt;
#Ginger Li&lt;br /&gt;
#Ron Kikinis&lt;br /&gt;
#Sandy Wells&lt;br /&gt;
#Andriy Fedorov&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
* Measuring alcohol and stress interaction [http://wiki.na-mic.org/Wiki/index.php/NA-MIC_NCBC_Collaboration:Measuring_Alcohol_and_Stress_Interaction NCBC Collaboration page]&lt;br /&gt;
* [http://wiki.na-mic.org/Wiki/index.php/Atlas-to-subject_registration_with_FSL_and_Diffeomorphic_Demons,_for_EM_segmentation. Atlas construction workflow], put together by Ginger prior to the meeting&lt;br /&gt;
*  [http://wiki.na-mic.org/Wiki/index.php/On_the_performance_of_Slicer_2_and_Slicer3_EM_segmentation_modules Slicer 2 vs. Slicer 3 EM Segmentation performance qualitative comparison], completed by Ginger prior to the meeting; also as a [http://www.na-mic.org/Wiki/index.php/Current_atlas_construction_workflow table]&lt;br /&gt;
*  [http://www.bsl.ece.vt.edu/data/vervet_atlas/vervet.php Atlas construction workflow] off BSL web site&lt;br /&gt;
* [http://www.na-mic.org/Wiki/index.php/Vervet_MRI_registration Evaluation of BRAINSFit performance on atlas-to-subject vervet registration], completed by Andrey prior to the meeting &lt;br /&gt;
* M. Styner, R. Knickmeyer, S. Joshi, C. Coe, S. J. Short, and J. Gilmore. Automatic brain segmentation in rhesus monkeys. Proc SPIE Medical Imaging Conference, Proc SPIE Vol 6512 Medical Imaging 2007, pp 65122L-1 - 65122L-8 [http://www.google.com/url?sa=t&amp;amp;source=web&amp;amp;ct=res&amp;amp;cd=1&amp;amp;url=http%3A%2F%2Fwww.cs.unc.edu%2F~styner%2Fpublic%2FMyPapers%2Fpapers%2FMedical%2520Imaging%25202007%2520Image%2520Processing%25202007%2520Styner-1.pdf&amp;amp;ei=DubDSt3AAciwlAfJp5TwBA&amp;amp;usg=AFQjCNGojUvBkh6TwbS0vJ9X7OEFLDFxqQ&amp;amp;sig2=wHgXTrdAXzUC5DuL_C7CCQ pdf]&lt;br /&gt;
* [http://wiki.na-mic.org/Wiki/index.php/Proposed_revised_atlas_construction_workflow Revised atlas construction workflow proposal], completed by Andriy Fedorov, communicated to Ron, Sandy, Sylvain Jaume, discussed with Sandy, all prior to the meeting&lt;/div&gt;</summary>
		<author><name>Ginger</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=October_08_2009_Meeting:_VT-NAMIC_Revised_atlas_construction_workflow&amp;diff=43746</id>
		<title>October 08 2009 Meeting: VT-NAMIC Revised atlas construction workflow</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=October_08_2009_Meeting:_VT-NAMIC_Revised_atlas_construction_workflow&amp;diff=43746"/>
		<updated>2009-10-09T02:17:42Z</updated>

		<summary type="html">&lt;p&gt;Ginger: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== TODOs ==&lt;br /&gt;
* link the software tools and scripts with the workflow&lt;br /&gt;
* prepare a branch in the sandbox with the tools not available in Slicer (confirm with Chris copyright issues)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Software ==&lt;br /&gt;
&lt;br /&gt;
* Slicer/extensions versioning&lt;br /&gt;
&lt;br /&gt;
== Workflow ==&lt;br /&gt;
&lt;br /&gt;
# Prepare the data using the instructions -- LINK&lt;br /&gt;
# Gradient anisotropic diffusion -- (time step: 0.0625, iterations: 5)&lt;br /&gt;
# BRAINSFit initial registration -- PARAMETERS -- failure to recover the pose for Hugo and Valentino (both have severe head tilt in all three planes)&lt;br /&gt;
# Manual pose alignment for Hugo and Valentino&lt;br /&gt;
# Manual ICC for Tommy (Ginger, itkSNAP) &lt;br /&gt;
# Manual ICC label map smoothed using slicer smoothing label map model -( 10 iterations).&lt;br /&gt;
# Manual mask dilate for initial skull striping of other objects --(8-neighbors, 3 times).&lt;br /&gt;
# Resampling of the ICC to each subject&lt;br /&gt;
# Bias field correction with ICC&lt;br /&gt;
# Pipelined registration -- problems with ICC, resampling the transform&lt;/div&gt;</summary>
		<author><name>Ginger</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=October_08_2009_Meeting:_VT-NAMIC_Revised_atlas_construction_workflow&amp;diff=43745</id>
		<title>October 08 2009 Meeting: VT-NAMIC Revised atlas construction workflow</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=October_08_2009_Meeting:_VT-NAMIC_Revised_atlas_construction_workflow&amp;diff=43745"/>
		<updated>2009-10-09T02:17:25Z</updated>

		<summary type="html">&lt;p&gt;Ginger: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== TODOs ==&lt;br /&gt;
* link the software tools and scripts with the workflow&lt;br /&gt;
* prepare a branch in the sandbox with the tools not available in Slicer (confirm with Chris copyright issues)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Software ==&lt;br /&gt;
&lt;br /&gt;
* Slicer/extensions versioning&lt;br /&gt;
&lt;br /&gt;
== Workflow ==&lt;br /&gt;
&lt;br /&gt;
# Prepare the data using the instructions -- LINK&lt;br /&gt;
# Gradient anisotropic diffusion -- (time step: 0.0625, iterations: 5)&lt;br /&gt;
# BRAINSFit initial registration -- PARAMETERS -- failure to recover the pose for Hugo and Valentino (both have severe head tilt in all three planes)&lt;br /&gt;
# Manual pose alignment for Hugo and Valentino&lt;br /&gt;
# Manual ICC for Tommy (Ginger, itkSNAP) &lt;br /&gt;
# Manual ICC label map smoothed using slicer smoothing label map model -( 10 iterations).&lt;br /&gt;
# Manual mask dilate for initial skull striping of other objects --(8-neighbours, 3 times).&lt;br /&gt;
# Resampling of the ICC to each subject&lt;br /&gt;
# Bias field correction with ICC&lt;br /&gt;
# Pipelined registration -- problems with ICC, resampling the transform&lt;/div&gt;</summary>
		<author><name>Ginger</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=October_08_2009_Meeting:_VT-NAMIC_Revised_atlas_construction_workflow&amp;diff=43744</id>
		<title>October 08 2009 Meeting: VT-NAMIC Revised atlas construction workflow</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=October_08_2009_Meeting:_VT-NAMIC_Revised_atlas_construction_workflow&amp;diff=43744"/>
		<updated>2009-10-09T02:14:48Z</updated>

		<summary type="html">&lt;p&gt;Ginger: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== TODOs ==&lt;br /&gt;
* link the software tools and scripts with the workflow&lt;br /&gt;
* prepare a branch in the sandbox with the tools not available in Slicer (confirm with Chris copyright issues)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Software ==&lt;br /&gt;
&lt;br /&gt;
* Slicer/extensions versioning&lt;br /&gt;
&lt;br /&gt;
== Workflow ==&lt;br /&gt;
&lt;br /&gt;
# Prepare the data using the instructions -- LINK&lt;br /&gt;
# Gradient anisotropic diffusion -- (time step: 0.0625, iterations: 5)&lt;br /&gt;
# BRAINSFit initial registration -- PARAMETERS -- failure to recover the pose for Hugo and Valentino (both have severe head tilt in all three planes)&lt;br /&gt;
# Manual pose alignment for Hugo and Valentino&lt;br /&gt;
# Manual ICC for Tommy (Ginger, itkSNAP)&lt;br /&gt;
# Resampling of the ICC to each subject&lt;br /&gt;
# Bias field correction with ICC&lt;br /&gt;
# Pipelined registration -- problems with ICC, resampling the transform&lt;/div&gt;</summary>
		<author><name>Ginger</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=October_07_2009_Meeting:_VT-NAMIC_Data_load_protocol_and_comments&amp;diff=43673</id>
		<title>October 07 2009 Meeting: VT-NAMIC Data load protocol and comments</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=October_07_2009_Meeting:_VT-NAMIC_Data_load_protocol_and_comments&amp;diff=43673"/>
		<updated>2009-10-08T03:38:28Z</updated>

		<summary type="html">&lt;p&gt;Ginger: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center; width:800px; height:200px&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! subject &lt;br /&gt;
| T1 data source(256x256x252)&lt;br /&gt;
|| notes&lt;br /&gt;
 &lt;br /&gt;
|-&lt;br /&gt;
! calvin&lt;br /&gt;
|Perform &amp;quot;parse directory&amp;quot;, and select the first T1-SPGR sequence&lt;br /&gt;
||vessels light up&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
!gucci&lt;br /&gt;
|folder 0004 (all 252 slices)&lt;br /&gt;
||vessels partially light up&lt;br /&gt;
&lt;br /&gt;
image not oriented&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
!hugo&lt;br /&gt;
|folder 0005 (first 252 slices) &lt;br /&gt;
||vessels partially light up&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
!issac&lt;br /&gt;
|folder 0005 (first 252 slices)&lt;br /&gt;
|| data is noisy&lt;br /&gt;
&lt;br /&gt;
image not oriented&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! Louis &lt;br /&gt;
|folder 0004 (first 252 slices)&lt;br /&gt;
||vessels light up&lt;br /&gt;
&lt;br /&gt;
bad contrast in certain regions of the image&lt;br /&gt;
&lt;br /&gt;
image not oriented&lt;br /&gt;
&lt;br /&gt;
sever ringing artifact&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
!marc&lt;br /&gt;
|folder 0003 (first 252 slices)&lt;br /&gt;
||noisy data&lt;br /&gt;
&lt;br /&gt;
image not oriented&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! oscar&lt;br /&gt;
|folder 0003(first 252 slices)&lt;br /&gt;
||bias&lt;br /&gt;
&lt;br /&gt;
image not oriented&lt;br /&gt;
&lt;br /&gt;
a few vessels light up&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
!ralph 04-08&lt;br /&gt;
|folder 0003 (first 252 slices)&lt;br /&gt;
|| vessels partially light up&lt;br /&gt;
&lt;br /&gt;
image not oriented&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
!ralph 06-08&lt;br /&gt;
|folder 0003 (first 252 slices)&lt;br /&gt;
||image not oriented&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
!tommy&lt;br /&gt;
|folder 0003 (first 252 slices)&lt;br /&gt;
|| data problem : bad contrast or noise&lt;br /&gt;
&lt;br /&gt;
image not oriented&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
!valentino&lt;br /&gt;
|folder 0004 (first 252 slices)&lt;br /&gt;
||vessels partially light up&lt;br /&gt;
|}&lt;br /&gt;
Note: almost all images have artifact under the skull.&lt;/div&gt;</summary>
		<author><name>Ginger</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=October_07_2009_Meeting:_VT-NAMIC_Data_load_protocol_and_comments&amp;diff=43672</id>
		<title>October 07 2009 Meeting: VT-NAMIC Data load protocol and comments</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=October_07_2009_Meeting:_VT-NAMIC_Data_load_protocol_and_comments&amp;diff=43672"/>
		<updated>2009-10-08T03:36:38Z</updated>

		<summary type="html">&lt;p&gt;Ginger: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center; width:800px; height:200px&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! subject &lt;br /&gt;
| T1 data source(256x256x252)&lt;br /&gt;
|| notes&lt;br /&gt;
 &lt;br /&gt;
|-&lt;br /&gt;
! calvin&lt;br /&gt;
|Perform &amp;quot;parse directory&amp;quot;, and select the first T1-SPGR sequence&lt;br /&gt;
||vessels light up&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
!gucci&lt;br /&gt;
|folder 0004 (all 252 slices)&lt;br /&gt;
||vessels partially light up&lt;br /&gt;
&lt;br /&gt;
image not oriented&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
!hugo&lt;br /&gt;
|folder 0005 (first 252 slices) &lt;br /&gt;
||vessels partially light up&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
!issac&lt;br /&gt;
|folder 0005 (first 252 slices)&lt;br /&gt;
|| data is noisy&lt;br /&gt;
&lt;br /&gt;
image not oriented&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! Louis &lt;br /&gt;
|folder 0004 (first 252 slices)&lt;br /&gt;
||vessels light up&lt;br /&gt;
&lt;br /&gt;
bad contrast in certain regions of the image&lt;br /&gt;
&lt;br /&gt;
image not oriented&lt;br /&gt;
&lt;br /&gt;
sever ringing artifact&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
!marc&lt;br /&gt;
|folder 0003 (first 252 slices)&lt;br /&gt;
||noisy data&lt;br /&gt;
&lt;br /&gt;
image not oriented&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! oscar&lt;br /&gt;
|folder 0003(first 252 slices)&lt;br /&gt;
||bias&lt;br /&gt;
&lt;br /&gt;
image not oriented&lt;br /&gt;
&lt;br /&gt;
a few vessels light up&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
!ralph 04-08&lt;br /&gt;
|folder 0003 (first 252 slices)&lt;br /&gt;
|| vessels partially light up&lt;br /&gt;
&lt;br /&gt;
image not oriented&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
!ralph 06-08&lt;br /&gt;
|folder 0003 (first 252 slices)&lt;br /&gt;
|| vessels partially light up&lt;br /&gt;
&lt;br /&gt;
image not oriented&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
!tommy&lt;br /&gt;
|folder 0003 (first 252 slices)&lt;br /&gt;
|| data problem : bad contrast or noise&lt;br /&gt;
&lt;br /&gt;
image not oriented&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
!valentino&lt;br /&gt;
|folder 0004 (first 252 slices)&lt;br /&gt;
||vessels partially light up&lt;br /&gt;
|}&lt;br /&gt;
Note: almost all images have artifact under the skull.&lt;/div&gt;</summary>
		<author><name>Ginger</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=October_07_2009_Meeting:_VT-NAMIC_Data_load_protocol_and_comments&amp;diff=43671</id>
		<title>October 07 2009 Meeting: VT-NAMIC Data load protocol and comments</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=October_07_2009_Meeting:_VT-NAMIC_Data_load_protocol_and_comments&amp;diff=43671"/>
		<updated>2009-10-08T03:36:00Z</updated>

		<summary type="html">&lt;p&gt;Ginger: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center; width:800px; height:200px&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! subject &lt;br /&gt;
| T1 data source(256x256x252)&lt;br /&gt;
|| notes&lt;br /&gt;
 &lt;br /&gt;
|-&lt;br /&gt;
! calvin&lt;br /&gt;
|Perform &amp;quot;parse directory&amp;quot;, and select the first T1-SPGR sequence&lt;br /&gt;
||vessels light up&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
!gucci&lt;br /&gt;
|folder 0004 (all 252 slices)&lt;br /&gt;
||vessels partially light up&lt;br /&gt;
&lt;br /&gt;
image not oriented&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
!hugo&lt;br /&gt;
|folder 0005 (first 252 slices) &lt;br /&gt;
||vessels partially light up&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
!issac&lt;br /&gt;
|folder 0005 (first 252 slices)&lt;br /&gt;
|| data is noisy&lt;br /&gt;
&lt;br /&gt;
image not oriented&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! Louis &lt;br /&gt;
|folder 0004 (first 252 slices)&lt;br /&gt;
||vessels light up&lt;br /&gt;
&lt;br /&gt;
bad contrast in certain regions of the image&lt;br /&gt;
&lt;br /&gt;
image not oriented&lt;br /&gt;
&lt;br /&gt;
sever ringing artifact&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
!marc&lt;br /&gt;
|folder 0003 (first 252 slices)&lt;br /&gt;
||noisy data&lt;br /&gt;
&lt;br /&gt;
image not oriented&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! oscar&lt;br /&gt;
|folder 0003(first 252 slices)&lt;br /&gt;
||bias&lt;br /&gt;
&lt;br /&gt;
image not oriented&lt;br /&gt;
&lt;br /&gt;
a few vessels light up&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
!ralph 04-08&lt;br /&gt;
|folder 0003 (first 252 slices)&lt;br /&gt;
|| vessels partially light up&lt;br /&gt;
&lt;br /&gt;
image not oriented&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
!ralph 06-08&lt;br /&gt;
|folder 0003 (first 252 slices)&lt;br /&gt;
|| vessels partially light up&lt;br /&gt;
&lt;br /&gt;
image not oriented&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
!tommy&lt;br /&gt;
|folder 0003 (first 252 slices)&lt;br /&gt;
|| data problem : bad contrast or noise&lt;br /&gt;
&lt;br /&gt;
image not oriented&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
!valentino&lt;br /&gt;
|folder 0004 (first 252 slices)&lt;br /&gt;
||vessels partially light up&lt;br /&gt;
|}&lt;br /&gt;
Note: almost all data has artifact under the skulls.&lt;/div&gt;</summary>
		<author><name>Ginger</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=October_07_2009_Meeting:_VT-NAMIC_Data_load_protocol_and_comments&amp;diff=43670</id>
		<title>October 07 2009 Meeting: VT-NAMIC Data load protocol and comments</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=October_07_2009_Meeting:_VT-NAMIC_Data_load_protocol_and_comments&amp;diff=43670"/>
		<updated>2009-10-08T03:28:28Z</updated>

		<summary type="html">&lt;p&gt;Ginger: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center; width:800px; height:200px&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! subject &lt;br /&gt;
| T1 data source(256x256x252)&lt;br /&gt;
|| notes&lt;br /&gt;
 &lt;br /&gt;
|-&lt;br /&gt;
! calvin&lt;br /&gt;
|Perform &amp;quot;parse directory&amp;quot;, and select the first T1-SPGR sequence&lt;br /&gt;
||vessels light up&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
!gucci&lt;br /&gt;
|folder 0004 (all 252 slices)&lt;br /&gt;
||vessels partially light up&lt;br /&gt;
&lt;br /&gt;
image not oriented&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
!hugo&lt;br /&gt;
|folder 0005 (first 252 slices) &lt;br /&gt;
||vessels partially light up&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
!issac&lt;br /&gt;
|folder 0005 (first 252 slices)&lt;br /&gt;
|| data is noisy&lt;br /&gt;
&lt;br /&gt;
image not oriented&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! Louis &lt;br /&gt;
|folder 0004 (first 252 slices)&lt;br /&gt;
||vessels light up&lt;br /&gt;
&lt;br /&gt;
bad contrast in certain regions of the image&lt;br /&gt;
&lt;br /&gt;
image not oriented&lt;br /&gt;
&lt;br /&gt;
sever ringing artifact&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
!marc&lt;br /&gt;
|folder 0003 (first 252 slices)&lt;br /&gt;
||noisy data&lt;br /&gt;
&lt;br /&gt;
image not oriented&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Ginger</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=October_07_2009_Meeting:_VT-NAMIC_Data_load_protocol_and_comments&amp;diff=43669</id>
		<title>October 07 2009 Meeting: VT-NAMIC Data load protocol and comments</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=October_07_2009_Meeting:_VT-NAMIC_Data_load_protocol_and_comments&amp;diff=43669"/>
		<updated>2009-10-08T03:23:53Z</updated>

		<summary type="html">&lt;p&gt;Ginger: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center; width:800px; height:200px&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
 subject &lt;br /&gt;
| T1 data source(256x256x252)&lt;br /&gt;
|| notes&lt;br /&gt;
 &lt;br /&gt;
|-&lt;br /&gt;
! calvin&lt;br /&gt;
|Perform &amp;quot;parse directory&amp;quot;, and select the first T1-SPGR sequence&lt;br /&gt;
||vessels light up&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
!gucci&lt;br /&gt;
|folder 0004 (all 252 slices)&lt;br /&gt;
||vessels partially light up&lt;br /&gt;
&lt;br /&gt;
image not oriented&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
!hugo&lt;br /&gt;
|folder 0005 (first 252 slices) &lt;br /&gt;
||vessels partially light up&lt;br /&gt;
&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Ginger</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=October_07_2009_Meeting:_VT-NAMIC_Data_load_protocol_and_comments&amp;diff=43668</id>
		<title>October 07 2009 Meeting: VT-NAMIC Data load protocol and comments</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=October_07_2009_Meeting:_VT-NAMIC_Data_load_protocol_and_comments&amp;diff=43668"/>
		<updated>2009-10-08T03:23:13Z</updated>

		<summary type="html">&lt;p&gt;Ginger: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center; width:800px; height:200px&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! subject &lt;br /&gt;
| T1 data source(256x256x252)&lt;br /&gt;
|| notes&lt;br /&gt;
 &lt;br /&gt;
|-&lt;br /&gt;
! calvin&lt;br /&gt;
|Perform &amp;quot;parse directory&amp;quot;, and select the first T1-SPGR sequence&lt;br /&gt;
||vessels light up&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
!gucci&lt;br /&gt;
|folder 0004 (all 252 slices)&lt;br /&gt;
||vessels partially light up&lt;br /&gt;
&lt;br /&gt;
image not oriented&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
!hugo&lt;br /&gt;
|folder 0005 (first 252 slices) &lt;br /&gt;
||vessels partially light up&lt;br /&gt;
&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Ginger</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=October_07_2009_Meeting:_VT-NAMIC_Data_load_protocol_and_comments&amp;diff=43667</id>
		<title>October 07 2009 Meeting: VT-NAMIC Data load protocol and comments</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=October_07_2009_Meeting:_VT-NAMIC_Data_load_protocol_and_comments&amp;diff=43667"/>
		<updated>2009-10-08T03:19:52Z</updated>

		<summary type="html">&lt;p&gt;Ginger: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center; width:800px; height:200px&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! subject &lt;br /&gt;
| T1 data source(256x256x252)&lt;br /&gt;
|| notes&lt;br /&gt;
 &lt;br /&gt;
|-&lt;br /&gt;
! calvin&lt;br /&gt;
|Perform &amp;quot;parse directory&amp;quot;, and select the first T1-SPGR sequence&lt;br /&gt;
||-vessels light up&lt;br /&gt;
&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Ginger</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=October_07_2009_Meeting:_VT-NAMIC_Data_load_protocol_and_comments&amp;diff=43666</id>
		<title>October 07 2009 Meeting: VT-NAMIC Data load protocol and comments</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=October_07_2009_Meeting:_VT-NAMIC_Data_load_protocol_and_comments&amp;diff=43666"/>
		<updated>2009-10-08T03:18:12Z</updated>

		<summary type="html">&lt;p&gt;Ginger: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center; width:800px; height:200px&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! subject &lt;br /&gt;
|| T1 data source(256x256x252)&lt;br /&gt;
|- notes&lt;br /&gt;
 &lt;br /&gt;
|- calvin&lt;br /&gt;
||Perform &amp;quot;parse directory&amp;quot;, and select the first T1-SPGR sequence&lt;br /&gt;
|-vessels light up&lt;br /&gt;
&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Ginger</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=October_07_2009_Meeting:_VT-NAMIC_Data_load_protocol_and_comments&amp;diff=43665</id>
		<title>October 07 2009 Meeting: VT-NAMIC Data load protocol and comments</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=October_07_2009_Meeting:_VT-NAMIC_Data_load_protocol_and_comments&amp;diff=43665"/>
		<updated>2009-10-08T03:16:55Z</updated>

		<summary type="html">&lt;p&gt;Ginger: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center; width:800px; height:200px&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|! subject !! T1 data source(256x256x252) !! notes &lt;br /&gt;
|! calvin!!Perform &amp;quot;parse directory&amp;quot;, and select the first T1-SPGR sequence!!vessels light up&lt;br /&gt;
&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Ginger</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=October_07_2009_Meeting:_VT-NAMIC_Data_load_protocol_and_comments&amp;diff=43664</id>
		<title>October 07 2009 Meeting: VT-NAMIC Data load protocol and comments</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=October_07_2009_Meeting:_VT-NAMIC_Data_load_protocol_and_comments&amp;diff=43664"/>
		<updated>2009-10-08T03:13:46Z</updated>

		<summary type="html">&lt;p&gt;Ginger: Created page with '{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center; width:800px; height:200px&amp;quot; border=&amp;quot;1&amp;quot; |- ! subject !! T1 data source !! notes  |- ! calvin |  ||  |}'&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center; width:800px; height:200px&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! subject !! T1 data source !! notes &lt;br /&gt;
|-&lt;br /&gt;
! calvin&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
||&lt;br /&gt;
&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Ginger</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=Initial_atlas_construction_workflow&amp;diff=43452</id>
		<title>Initial atlas construction workflow</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=Initial_atlas_construction_workflow&amp;diff=43452"/>
		<updated>2009-10-05T20:59:23Z</updated>

		<summary type="html">&lt;p&gt;Ginger: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Content ==&lt;br /&gt;
&lt;br /&gt;
This page describes the current working pipeline of atlas construction for vervet data.&lt;br /&gt;
&lt;br /&gt;
== Data ==&lt;br /&gt;
&lt;br /&gt;
10 vervet subjects (2 subjects possibly have unacceptable image quality), T1 sequence&lt;br /&gt;
&lt;br /&gt;
== Workflow / Tools ==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center; width:800px; height:200px&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Workflow step !! Description !! Tools &lt;br /&gt;
|-&lt;br /&gt;
! 1. Preparation&lt;br /&gt;
|&lt;br /&gt;
1.1. Select the subject that is best oriented as the template image &lt;br /&gt;
&lt;br /&gt;
1.2. Manually identify the ICC in the template subject.&lt;br /&gt;
&lt;br /&gt;
1.3. Perform intensity calibration for all other subjects to the template.&lt;br /&gt;
&lt;br /&gt;
1.4. 12 DOF registration of each of the subjects to the template.&lt;br /&gt;
&lt;br /&gt;
1.5. Skull-strip each subject using dilated ICC of the template.&lt;br /&gt;
&lt;br /&gt;
||&lt;br /&gt;
1.1. n/a&lt;br /&gt;
&lt;br /&gt;
1.2. manual in SNAP.&lt;br /&gt;
&lt;br /&gt;
1.3. Slicer Histogram Matching module&lt;br /&gt;
&lt;br /&gt;
1.4. FSL-Flirt&lt;br /&gt;
&lt;br /&gt;
1.5. Slicer Mask, Editor modules (verify the mask encloses actual ICC!)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! 2. Atlas construction&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
2.1. Use the skullstriped image from Step 1.2 as the template to repeat Step 1.4.&lt;br /&gt;
&lt;br /&gt;
2.2. Perform non-rigid alignment of the subjects affinely registered to the template.&lt;br /&gt;
&lt;br /&gt;
2.3. Compute the atlas as the average.&lt;br /&gt;
&lt;br /&gt;
||&lt;br /&gt;
2.1 see above &lt;br /&gt;
&lt;br /&gt;
2.2. Diffeomorphic demons&lt;br /&gt;
&lt;br /&gt;
2.3. Some tool in Slicer under development&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! 3. Probabilistic atlas construction&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
3.1. Segment WM/GM/CSF from the averaged template, manually edit to ensure accuracy&lt;br /&gt;
&lt;br /&gt;
3.2. Slightly smooth the segmentations Styner et al. recommend kernel of 0.4 mm variance.&lt;br /&gt;
&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
3.1. Kmeans + manual&lt;br /&gt;
&lt;br /&gt;
3.2. Gaussian smoothing module in Slicer, 0.6 and 0.65 kernel size used for Valentino and Tommy, respectively.&lt;br /&gt;
&lt;br /&gt;
*We did not perform back propagation as in Styner07 due to the large structural differences in the dataset.&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
# M. Styner, R. Knickmeyer, S. Joshi, C. Coe, S. J. Short, and J. Gilmore. Automatic brain segmentation in rhesus monkeys. Proc SPIE Medical Imaging Conference, Proc SPIE Vol 6512 Medical Imaging 2007, pp 65122L-1 - 65122L-8 [http://www.google.com/url?sa=t&amp;amp;source=web&amp;amp;ct=res&amp;amp;cd=1&amp;amp;url=http%3A%2F%2Fwww.cs.unc.edu%2F~styner%2Fpublic%2FMyPapers%2Fpapers%2FMedical%2520Imaging%25202007%2520Image%2520Processing%25202007%2520Styner-1.pdf&amp;amp;ei=DubDSt3AAciwlAfJp5TwBA&amp;amp;usg=AFQjCNGojUvBkh6TwbS0vJ9X7OEFLDFxqQ&amp;amp;sig2=wHgXTrdAXzUC5DuL_C7CCQ pdf]&lt;br /&gt;
# Balci S.K., Golland P., Wells W.M. Non-rigid Groupwise Registration using B-Spline Deformation Model. Insight Journal - 2007 MICCAI Open Science Workshop. [http://hdl.handle.net/1926/568 link]&lt;br /&gt;
# Previous descriptions of the atlas construction workflow: [http://wiki.na-mic.org/Wiki/index.php/Atlas-to-subject_registration_with_FSL_and_Diffeomorphic_Demons,_for_EM_segmentation. Summary by Ginger Li], [http://www.bsl.ece.vt.edu/data/vervet_atlas/vervet.php Description off BSL atlas page]&lt;/div&gt;</summary>
		<author><name>Ginger</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=Initial_atlas_construction_workflow&amp;diff=43450</id>
		<title>Initial atlas construction workflow</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=Initial_atlas_construction_workflow&amp;diff=43450"/>
		<updated>2009-10-05T20:44:42Z</updated>

		<summary type="html">&lt;p&gt;Ginger: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Content ==&lt;br /&gt;
&lt;br /&gt;
This page describes the current working pipeline of atlas construction for vervet data.&lt;br /&gt;
&lt;br /&gt;
== Data ==&lt;br /&gt;
&lt;br /&gt;
10 vervet subjects (2 subjects possibly have unacceptable image quality), T1 sequence&lt;br /&gt;
&lt;br /&gt;
== Workflow / Tools ==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center; width:800px; height:200px&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Workflow step !! Description !! Tools &lt;br /&gt;
|-&lt;br /&gt;
! 1. Preparation&lt;br /&gt;
|&lt;br /&gt;
1.1. Select the subject that is best oriented as the template image &lt;br /&gt;
&lt;br /&gt;
1.2. Manually identify the ICC in the template subject.&lt;br /&gt;
&lt;br /&gt;
1.3. Perform intensity calibration for all other subjects to the template.&lt;br /&gt;
&lt;br /&gt;
1.4. 12 DOF registration of each of the subjects to the template.&lt;br /&gt;
&lt;br /&gt;
1.5. Skull-strip each subject using dilated ICC of the template.&lt;br /&gt;
&lt;br /&gt;
||&lt;br /&gt;
1.1. n/a&lt;br /&gt;
&lt;br /&gt;
1.2. manual in SNAP.&lt;br /&gt;
&lt;br /&gt;
1.3. Slicer Histogram Matching module&lt;br /&gt;
&lt;br /&gt;
1.4. FSL/Flirt&lt;br /&gt;
&lt;br /&gt;
1.5. Slicer Mask, Editor modules (verify the mask encloses actual ICC!)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! 2. Atlas construction&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
2.1. Use the skullstriped image from Step 1.2 as the template to repeat Step 1.4.&lt;br /&gt;
&lt;br /&gt;
2.2. Perform non-rigid alignment of the subjects affinely registered to the template.&lt;br /&gt;
&lt;br /&gt;
2.3. Compute the atlas as the average.&lt;br /&gt;
&lt;br /&gt;
||&lt;br /&gt;
2.1 see above &lt;br /&gt;
&lt;br /&gt;
2.2. Diffeomorphic demons&lt;br /&gt;
&lt;br /&gt;
2.3. Some tool in Slicer under development&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! 3. Probabilistic atlas construction&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
3.1. Segment WM/GM/CSF from the averaged template, manually edit to ensure accuracy&lt;br /&gt;
&lt;br /&gt;
3.2. Slightly smooth the segmentations Styner et al. recommend kernel of 0.4 mm variance.&lt;br /&gt;
&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
3.1. Kmeans + manual&lt;br /&gt;
&lt;br /&gt;
3.2. Gaussian smoothing module in Slicer, 0.6 and 0.65 kernel size used for Valentino and Tommy, respectively.&lt;br /&gt;
&lt;br /&gt;
*We did not perform back propagation as in Styner07 due to the large structural differences in the dataset.&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
# M. Styner, R. Knickmeyer, S. Joshi, C. Coe, S. J. Short, and J. Gilmore. Automatic brain segmentation in rhesus monkeys. Proc SPIE Medical Imaging Conference, Proc SPIE Vol 6512 Medical Imaging 2007, pp 65122L-1 - 65122L-8 [http://www.google.com/url?sa=t&amp;amp;source=web&amp;amp;ct=res&amp;amp;cd=1&amp;amp;url=http%3A%2F%2Fwww.cs.unc.edu%2F~styner%2Fpublic%2FMyPapers%2Fpapers%2FMedical%2520Imaging%25202007%2520Image%2520Processing%25202007%2520Styner-1.pdf&amp;amp;ei=DubDSt3AAciwlAfJp5TwBA&amp;amp;usg=AFQjCNGojUvBkh6TwbS0vJ9X7OEFLDFxqQ&amp;amp;sig2=wHgXTrdAXzUC5DuL_C7CCQ pdf]&lt;br /&gt;
# Balci S.K., Golland P., Wells W.M. Non-rigid Groupwise Registration using B-Spline Deformation Model. Insight Journal - 2007 MICCAI Open Science Workshop. [http://hdl.handle.net/1926/568 link]&lt;br /&gt;
# Previous descriptions of the atlas construction workflow: [http://wiki.na-mic.org/Wiki/index.php/Atlas-to-subject_registration_with_FSL_and_Diffeomorphic_Demons,_for_EM_segmentation. Summary by Ginger Li], [http://www.bsl.ece.vt.edu/data/vervet_atlas/vervet.php Description off BSL atlas page]&lt;/div&gt;</summary>
		<author><name>Ginger</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=Initial_atlas_construction_workflow&amp;diff=43449</id>
		<title>Initial atlas construction workflow</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=Initial_atlas_construction_workflow&amp;diff=43449"/>
		<updated>2009-10-05T20:35:03Z</updated>

		<summary type="html">&lt;p&gt;Ginger: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Content ==&lt;br /&gt;
&lt;br /&gt;
This page describes the current working pipeline of atlas construction for vervet data.&lt;br /&gt;
&lt;br /&gt;
== Data ==&lt;br /&gt;
&lt;br /&gt;
10 vervet subjects (2 subjects possibly have unacceptable image quality), T1 sequence&lt;br /&gt;
&lt;br /&gt;
== Workflow / Tools ==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center; width:800px; height:200px&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Workflow step !! Description !! Tools &lt;br /&gt;
|-&lt;br /&gt;
! 1. Preparation&lt;br /&gt;
|&lt;br /&gt;
1.1. Select the subject that is best oriented as the template image &lt;br /&gt;
&lt;br /&gt;
1.2. Manually identify the ICC in the template subject.&lt;br /&gt;
&lt;br /&gt;
1.3. Perform intensity calibration for all other subjects to the template.&lt;br /&gt;
&lt;br /&gt;
1.4. 12 DOF registration of each of the subjects to the template.&lt;br /&gt;
&lt;br /&gt;
1.5. Skull-strip each subject using dilated ICC of the template.&lt;br /&gt;
&lt;br /&gt;
||&lt;br /&gt;
1.1. n/a&lt;br /&gt;
&lt;br /&gt;
1.2. manual in SNAP.&lt;br /&gt;
&lt;br /&gt;
1.3. Slicer Histogram Matching module&lt;br /&gt;
&lt;br /&gt;
1.4. FSL/Flirt&lt;br /&gt;
&lt;br /&gt;
1.5. Slicer Mask, Editor modules (verify the mask encloses actual ICC!)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! 2. Atlas construction&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
2.1. Use the skullstriped image from Step 1.2 as the template to repeat Steps 1.3-1.4.&lt;br /&gt;
&lt;br /&gt;
2.2. Perform non-rigid alignment of the subjects affinely registered to the template.&lt;br /&gt;
&lt;br /&gt;
2.3. Compute the atlas as the average.&lt;br /&gt;
&lt;br /&gt;
||&lt;br /&gt;
2.1 see above &lt;br /&gt;
&lt;br /&gt;
2.2. Diffeomorphic demons&lt;br /&gt;
&lt;br /&gt;
2.3. Some tool in Slicer under develop&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! 3. Probabilistic atlas construction&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
3.1. Segment WM/GM/CSF from the averaged template, manually edit to ensure accuracy&lt;br /&gt;
&lt;br /&gt;
3.2. Slightly smooth the segmentations Styner et al. recommend kernel of 0.4 mm variance.&lt;br /&gt;
&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
3.1. Kmeans + manual&lt;br /&gt;
&lt;br /&gt;
3.2. Gaussian smoothing module in Slicer, 0.6 and 0.65 kernel size used for Valentino and Tommy, respectively.&lt;br /&gt;
&lt;br /&gt;
*We did not perform back propagation due to the large structural differences in the dataset.&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Standing questions ==&lt;br /&gt;
&lt;br /&gt;
* when to perform bias correction? After Step 1.4?&lt;br /&gt;
* deep brain structures -- similar approach for identification in subjects as for GM/WM/CSF in Step 3.1?&lt;br /&gt;
* Styner et al. used T2 to segment CSF. We only have T1&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
# M. Styner, R. Knickmeyer, S. Joshi, C. Coe, S. J. Short, and J. Gilmore. Automatic brain segmentation in rhesus monkeys. Proc SPIE Medical Imaging Conference, Proc SPIE Vol 6512 Medical Imaging 2007, pp 65122L-1 - 65122L-8 [http://www.google.com/url?sa=t&amp;amp;source=web&amp;amp;ct=res&amp;amp;cd=1&amp;amp;url=http%3A%2F%2Fwww.cs.unc.edu%2F~styner%2Fpublic%2FMyPapers%2Fpapers%2FMedical%2520Imaging%25202007%2520Image%2520Processing%25202007%2520Styner-1.pdf&amp;amp;ei=DubDSt3AAciwlAfJp5TwBA&amp;amp;usg=AFQjCNGojUvBkh6TwbS0vJ9X7OEFLDFxqQ&amp;amp;sig2=wHgXTrdAXzUC5DuL_C7CCQ pdf]&lt;br /&gt;
# Balci S.K., Golland P., Wells W.M. Non-rigid Groupwise Registration using B-Spline Deformation Model. Insight Journal - 2007 MICCAI Open Science Workshop. [http://hdl.handle.net/1926/568 link]&lt;br /&gt;
# Previous descriptions of the atlas construction workflow: [http://wiki.na-mic.org/Wiki/index.php/Atlas-to-subject_registration_with_FSL_and_Diffeomorphic_Demons,_for_EM_segmentation. Summary by Ginger Li], [http://www.bsl.ece.vt.edu/data/vervet_atlas/vervet.php Description off BSL atlas page]&lt;/div&gt;</summary>
		<author><name>Ginger</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=Initial_atlas_construction_workflow&amp;diff=43448</id>
		<title>Initial atlas construction workflow</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=Initial_atlas_construction_workflow&amp;diff=43448"/>
		<updated>2009-10-05T20:34:37Z</updated>

		<summary type="html">&lt;p&gt;Ginger: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Content ==&lt;br /&gt;
&lt;br /&gt;
This page describes the current working pipeline of atlas construction for vervet data.&lt;br /&gt;
&lt;br /&gt;
== Data ==&lt;br /&gt;
&lt;br /&gt;
10 vervet subjects (2 subjects possibly have unacceptable image quality), T1 sequence&lt;br /&gt;
&lt;br /&gt;
== Workflow / Tools ==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center; width:800px; height:200px&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Workflow step !! Description !! Tools &lt;br /&gt;
|-&lt;br /&gt;
! 1. Preparation&lt;br /&gt;
|&lt;br /&gt;
1.1. Select the subject that is best oriented as the template image &lt;br /&gt;
&lt;br /&gt;
1.2. Manually identify the ICC in the template subject.&lt;br /&gt;
&lt;br /&gt;
1.3. Perform intensity calibration for all other subjects to the template.&lt;br /&gt;
&lt;br /&gt;
1.4. 12 DOF registration of each of the subjects to the template.&lt;br /&gt;
&lt;br /&gt;
1.5. Skull-strip each subject using dilated ICC of the template.&lt;br /&gt;
&lt;br /&gt;
||&lt;br /&gt;
1.1. n/a&lt;br /&gt;
&lt;br /&gt;
1.2. manual in SNAP.&lt;br /&gt;
&lt;br /&gt;
1.3. Slicer Histogram Matching module&lt;br /&gt;
&lt;br /&gt;
1.4. FSL/Flirt&lt;br /&gt;
&lt;br /&gt;
1.5. Slicer Mask, Editor modules (verify the mask encloses actual ICC!)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! 2. Atlas construction&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
2.1. Use the skullstriped image from Step 1.2 as the template to repeat Steps 1.3-1.4.&lt;br /&gt;
&lt;br /&gt;
2.2. Perform non-rigid alignment of the subjects affinely registered to the template.&lt;br /&gt;
&lt;br /&gt;
2.3. Compute the atlas as the average.&lt;br /&gt;
&lt;br /&gt;
||&lt;br /&gt;
2.1 see above &lt;br /&gt;
&lt;br /&gt;
2.2. Diffeomorphic demons&lt;br /&gt;
&lt;br /&gt;
2.3. Some tool in Slicer under develop&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! 3. Probabilistic atlas construction&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
3.1. Segment WM/GM/CSF from the averaged template, manually edit to ensure accuracy&lt;br /&gt;
&lt;br /&gt;
3.2. Slightly smooth the segmentations Styner et al. recommend kernel of 0.4 mm variance.&lt;br /&gt;
&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
3.1. Kmeans + manual&lt;br /&gt;
&lt;br /&gt;
3.2. Gaussian smoothing module in Slicer, 0.6 and 0.65 kernel size used for Valentino and Tommy, respectively.&lt;br /&gt;
&lt;br /&gt;
We did not perform back propagation due to the large structural differences in the dataset.&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Standing questions ==&lt;br /&gt;
&lt;br /&gt;
* when to perform bias correction? After Step 1.4?&lt;br /&gt;
* deep brain structures -- similar approach for identification in subjects as for GM/WM/CSF in Step 3.1?&lt;br /&gt;
* Styner et al. used T2 to segment CSF. We only have T1&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
# M. Styner, R. Knickmeyer, S. Joshi, C. Coe, S. J. Short, and J. Gilmore. Automatic brain segmentation in rhesus monkeys. Proc SPIE Medical Imaging Conference, Proc SPIE Vol 6512 Medical Imaging 2007, pp 65122L-1 - 65122L-8 [http://www.google.com/url?sa=t&amp;amp;source=web&amp;amp;ct=res&amp;amp;cd=1&amp;amp;url=http%3A%2F%2Fwww.cs.unc.edu%2F~styner%2Fpublic%2FMyPapers%2Fpapers%2FMedical%2520Imaging%25202007%2520Image%2520Processing%25202007%2520Styner-1.pdf&amp;amp;ei=DubDSt3AAciwlAfJp5TwBA&amp;amp;usg=AFQjCNGojUvBkh6TwbS0vJ9X7OEFLDFxqQ&amp;amp;sig2=wHgXTrdAXzUC5DuL_C7CCQ pdf]&lt;br /&gt;
# Balci S.K., Golland P., Wells W.M. Non-rigid Groupwise Registration using B-Spline Deformation Model. Insight Journal - 2007 MICCAI Open Science Workshop. [http://hdl.handle.net/1926/568 link]&lt;br /&gt;
# Previous descriptions of the atlas construction workflow: [http://wiki.na-mic.org/Wiki/index.php/Atlas-to-subject_registration_with_FSL_and_Diffeomorphic_Demons,_for_EM_segmentation. Summary by Ginger Li], [http://www.bsl.ece.vt.edu/data/vervet_atlas/vervet.php Description off BSL atlas page]&lt;/div&gt;</summary>
		<author><name>Ginger</name></author>
		
	</entry>
	<entry>
		<id>https://www.na-mic.org/w/index.php?title=Initial_atlas_construction_workflow&amp;diff=43447</id>
		<title>Initial atlas construction workflow</title>
		<link rel="alternate" type="text/html" href="https://www.na-mic.org/w/index.php?title=Initial_atlas_construction_workflow&amp;diff=43447"/>
		<updated>2009-10-05T20:24:25Z</updated>

		<summary type="html">&lt;p&gt;Ginger: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Content ==&lt;br /&gt;
&lt;br /&gt;
This page describes the current working pipeline of atlas construction for vervet data.&lt;br /&gt;
&lt;br /&gt;
== Data ==&lt;br /&gt;
&lt;br /&gt;
10 vervet subjects (2 subjects possibly have unacceptable image quality), T1 sequence&lt;br /&gt;
&lt;br /&gt;
== Workflow / Tools ==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align:center; width:800px; height:200px&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Workflow step !! Description !! Tools &lt;br /&gt;
|-&lt;br /&gt;
! 1. Preparation&lt;br /&gt;
|&lt;br /&gt;
1.1. Select the subject that is best oriented as the template image &lt;br /&gt;
&lt;br /&gt;
1.2. Manually identify the ICC in the template subject.&lt;br /&gt;
&lt;br /&gt;
1.3. Perform intensity calibration to the template.&lt;br /&gt;
&lt;br /&gt;
1.4. 12 DOF registration of each of the subjects to the template.&lt;br /&gt;
&lt;br /&gt;
1.5. Skull-strip each subject using dilated ICC of the template.&lt;br /&gt;
&lt;br /&gt;
||&lt;br /&gt;
1.1. n/a&lt;br /&gt;
&lt;br /&gt;
1.2. manual in SNAP.&lt;br /&gt;
&lt;br /&gt;
1.3. Slicer Histogram Matching module&lt;br /&gt;
&lt;br /&gt;
1.4. FSL/Flirt&lt;br /&gt;
&lt;br /&gt;
1.5. Slicer Mask, Editor modules (verify the mask encloses actual ICC!)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! 2. Atlas construction&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
2.1. Use the affine registered image from Step 1.6 as the template to repeat Steps 1.1-1.6.&lt;br /&gt;
&lt;br /&gt;
2.2. Perform non-rigid alignment of the subjects affinely registered to the template.&lt;br /&gt;
&lt;br /&gt;
2.3. Compute the atlas as the average.&lt;br /&gt;
&lt;br /&gt;
||&lt;br /&gt;
2.1 see above &lt;br /&gt;
&lt;br /&gt;
2.2. Slicer BRAINSFit extension (BSpline), possibly Groupwise BSpline registration by Balci et al. [2]&lt;br /&gt;
&lt;br /&gt;
2.3. Tool from step 1.6.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! 3. Probabilistic atlas construction&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
3.1. Segment WM/GM/CSF from the averaged template, manually edit to ensure accuracy&lt;br /&gt;
&lt;br /&gt;
3.2. Slightly smooth the segmentations Styner et al. recommend kernel of 0.4 mm variance.&lt;br /&gt;
&lt;br /&gt;
3.3. Back-propagate WM/GM/CSF segmentations to the training subjects using the deformation field from Step 2.2.&lt;br /&gt;
&lt;br /&gt;
3.4. Construct the probabilistic atlas by averaging of the tissue maps, normalize locally to 1, construct rejection class by inverting the sum of WM+GM+CSF.&lt;br /&gt;
&lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
3.1. Slicer editor module (thresholding, manual editing)&lt;br /&gt;
&lt;br /&gt;
3.2. Gaussian smoothing module (check availability) &lt;br /&gt;
&lt;br /&gt;
3.3. Slicer applyDeformation module (command line accessible only!)&lt;br /&gt;
&lt;br /&gt;
3.4. Tool from Step 1.6, tool to be developed, Slicer Editor module&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Standing questions ==&lt;br /&gt;
&lt;br /&gt;
* when to perform bias correction? After Step 1.4?&lt;br /&gt;
* deep brain structures -- similar approach for identification in subjects as for GM/WM/CSF in Step 3.1?&lt;br /&gt;
* Styner et al. used T2 to segment CSF. We only have T1&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
# M. Styner, R. Knickmeyer, S. Joshi, C. Coe, S. J. Short, and J. Gilmore. Automatic brain segmentation in rhesus monkeys. Proc SPIE Medical Imaging Conference, Proc SPIE Vol 6512 Medical Imaging 2007, pp 65122L-1 - 65122L-8 [http://www.google.com/url?sa=t&amp;amp;source=web&amp;amp;ct=res&amp;amp;cd=1&amp;amp;url=http%3A%2F%2Fwww.cs.unc.edu%2F~styner%2Fpublic%2FMyPapers%2Fpapers%2FMedical%2520Imaging%25202007%2520Image%2520Processing%25202007%2520Styner-1.pdf&amp;amp;ei=DubDSt3AAciwlAfJp5TwBA&amp;amp;usg=AFQjCNGojUvBkh6TwbS0vJ9X7OEFLDFxqQ&amp;amp;sig2=wHgXTrdAXzUC5DuL_C7CCQ pdf]&lt;br /&gt;
# Balci S.K., Golland P., Wells W.M. Non-rigid Groupwise Registration using B-Spline Deformation Model. Insight Journal - 2007 MICCAI Open Science Workshop. [http://hdl.handle.net/1926/568 link]&lt;br /&gt;
# Previous descriptions of the atlas construction workflow: [http://wiki.na-mic.org/Wiki/index.php/Atlas-to-subject_registration_with_FSL_and_Diffeomorphic_Demons,_for_EM_segmentation. Summary by Ginger Li], [http://www.bsl.ece.vt.edu/data/vervet_atlas/vervet.php Description off BSL atlas page]&lt;/div&gt;</summary>
		<author><name>Ginger</name></author>
		
	</entry>
</feed>