<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://windhoff.net/wiki/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://windhoff.net/wiki/feed.php">
        <title>Windhoff Wiki</title>
        <description></description>
        <link>http://windhoff.net/wiki/</link>
        <image rdf:resource="http://windhoff.net/wiki/lib/tpl/drupal-garland-blue/images/favicon.ico" />
       <dc:date>2012-05-19T17:47:37+02:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://windhoff.net/wiki/default_sidebar_left?rev=1324165128"/>
                <rdf:li rdf:resource="http://windhoff.net/wiki/dti_coregistration?rev=1274300760"/>
                <rdf:li rdf:resource="http://windhoff.net/wiki/getfem?rev=1280413179"/>
                <rdf:li rdf:resource="http://windhoff.net/wiki/guestbook?rev=1310422980"/>
                <rdf:li rdf:resource="http://windhoff.net/wiki/how_to?rev=1312725025"/>
                <rdf:li rdf:resource="http://windhoff.net/wiki/matlab?rev=1281737819"/>
                <rdf:li rdf:resource="http://windhoff.net/wiki/start?rev=1282572507"/>
                <rdf:li rdf:resource="http://windhoff.net/wiki/tmslab?rev=1291921830"/>
                <rdf:li rdf:resource="http://windhoff.net/wiki/top_navigation?rev=1324165043"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://windhoff.net/wiki/lib/tpl/drupal-garland-blue/images/favicon.ico">
        <title>Windhoff Wiki</title>
        <link>http://windhoff.net/wiki/</link>
        <url>http://windhoff.net/wiki/lib/tpl/drupal-garland-blue/images/favicon.ico</url>
    </image>
    <item rdf:about="http://windhoff.net/wiki/default_sidebar_left?rev=1324165128">
        <dc:format>text/html</dc:format>
        <dc:date>2011-12-18T00:38:48+02:00</dc:date>
        <title>default_sidebar_left</title>
        <link>http://windhoff.net/wiki/default_sidebar_left?rev=1324165128</link>
        <description>*  Start
	*  How to's
	*  Comments</description>
    </item>
    <item rdf:about="http://windhoff.net/wiki/dti_coregistration?rev=1274300760">
        <dc:format>text/html</dc:format>
        <dc:date>2010-05-19T22:26:00+02:00</dc:date>
        <title>dti_coregistration</title>
        <link>http://windhoff.net/wiki/dti_coregistration?rev=1274300760</link>
        <description>Here I document my workflow for coregistration of DTI data to anatomical scans using FSL. Feel free to make annotations and comments.

I have one T2 weighted image (volume 0) and 64 diffusion weighted images (DWI) (volumes 1-64) in a 4D-NIfTI file with 128x128x96 1.5mm isovoxels.

Also a T1 image with a good brain extraction (gray matter) with 256^3 1mm isovoxels and a CSF mask.</description>
    </item>
    <item rdf:about="http://windhoff.net/wiki/getfem?rev=1280413179">
        <dc:format>text/html</dc:format>
        <dc:date>2010-07-29T16:19:39+02:00</dc:date>
        <title>getfem</title>
        <link>http://windhoff.net/wiki/getfem?rev=1280413179</link>
        <description></description>
    </item>
    <item rdf:about="http://windhoff.net/wiki/guestbook?rev=1310422980">
        <dc:format>text/html</dc:format>
        <dc:date>2011-07-12T00:23:00+02:00</dc:date>
        <title>guestbook</title>
        <link>http://windhoff.net/wiki/guestbook?rev=1310422980</link>
        <description>For junk entries please use this Playground Guestbook.

New Entry

Comments


Tue, 12 Jul 2011 00:22:59 +0200:
Todd Krieg tkrieg@iit.eduWhen will tmslab be available??  Would it be possible to get a copy soon?

Thanks. 
Tue, 26 Apr 2011 09:40:34 +0200:</description>
    </item>
    <item rdf:about="http://windhoff.net/wiki/how_to?rev=1312725025">
        <dc:format>text/html</dc:format>
        <dc:date>2011-08-07T15:50:25+02:00</dc:date>
        <title>how_to</title>
        <link>http://windhoff.net/wiki/how_to?rev=1312725025</link>
        <description>how_to index</description>
    </item>
    <item rdf:about="http://windhoff.net/wiki/matlab?rev=1281737819">
        <dc:format>text/html</dc:format>
        <dc:date>2010-08-14T00:16:59+02:00</dc:date>
        <title>matlab</title>
        <link>http://windhoff.net/wiki/matlab?rev=1281737819</link>
        <description>ndgrid vs repmat


% get coodinates of points on a grid within a sphere
r=5; % 5 voxels radius
circle_points=[repmat([-r:r]',(2*r)^2,1) reshape(repmat(-r:r,2*r,2*r),(2*r)^3, 1) reshape(repmat(-r:r,(2*r)^3,1),(2*r)^3,1)];
%% the above statement can be simplified as:
[x,y,z]=ndgrid(-r:r,-r:r,-r:r);
circle_points=reshape(cat(4, x, y, z),(2*r+1)^3,3);
% remove points that are out of the radius range
circle_points=circle_points(sum(circle_points.^2,2)&lt;=r^2);</description>
    </item>
    <item rdf:about="http://windhoff.net/wiki/start?rev=1282572507">
        <dc:format>text/html</dc:format>
        <dc:date>2010-08-23T16:08:27+02:00</dc:date>
        <title>start</title>
        <link>http://windhoff.net/wiki/start?rev=1282572507</link>
        <description>Here we collect some notes, how to's and other stuff.

All pages can be found here in the overview.

The template of this DokuWiki can be found here. This DokuWiki instance is an animal of a symlink-farm, created as described here.

Comments
verygoodtemplatethanksforit</description>
    </item>
    <item rdf:about="http://windhoff.net/wiki/tmslab?rev=1291921830">
        <dc:format>text/html</dc:format>
        <dc:date>2010-12-09T20:10:30+02:00</dc:date>
        <title>tmslab</title>
        <link>http://windhoff.net/wiki/tmslab?rev=1291921830</link>
        <description></description>
    </item>
    <item rdf:about="http://windhoff.net/wiki/top_navigation?rev=1324165043">
        <dc:format>text/html</dc:format>
        <dc:date>2011-12-18T00:37:23+02:00</dc:date>
        <title>top_navigation</title>
        <link>http://windhoff.net/wiki/top_navigation?rev=1324165043</link>
        <description>*  mail.windhoff.net
	*  windhoff.net
	*  mirko.windhoff.net</description>
    </item>
</rdf:RDF>

