<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-17924196</id><updated>2011-11-28T00:46:18.472Z</updated><title type='text'>Medical Image Computing Workflow</title><subtitle type='html'>Quick news and notes about the MICFlow. Download at http://micflow.sourceforge.net/</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://micflow.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17924196/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://micflow.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>J Ren</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>4</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-17924196.post-113128301677082304</id><published>2005-11-06T13:16:00.000Z</published><updated>2005-11-06T13:16:56.786Z</updated><title type='text'>MICFlow 0.4.1 released</title><content type='html'>&lt;p class="mobile-post"&gt;v0.4.1&lt;br /&gt;[+] Added the CopyDerived method to the Images class.&lt;br /&gt;[+] Modules in the 'workflow' sub-directory is called first.&lt;br /&gt;[*] The daemon log file name now has the same time stamp as the log file name.&lt;br /&gt;[*] Now PCF option overwrite Command line options&lt;br /&gt;[-] Bugs related to the daemon log files.&lt;br /&gt;[-] Bugs related to the global options&lt;br /&gt;[-] Bugs related to the workflow path&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/17924196-113128301677082304?l=micflow.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://micflow.blogspot.com/feeds/113128301677082304/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17924196&amp;postID=113128301677082304' title='54 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17924196/posts/default/113128301677082304'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17924196/posts/default/113128301677082304'/><link rel='alternate' type='text/html' href='http://micflow.blogspot.com/2005/11/micflow-041-released.html' title='MICFlow 0.4.1 released'/><author><name>J Ren</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>54</thr:total></entry><entry><id>tag:blogger.com,1999:blog-17924196.post-112948629690101382</id><published>2005-10-16T18:11:00.000Z</published><updated>2005-10-16T18:12:50.630Z</updated><title type='text'>Bugs in the daemon mode</title><content type='html'>&lt;p class="mobile-post"&gt;There were some bugs if micflow is run in daemon mode under Linux. I have fixed them, but have not yet updated the package on the sourceforge web site.&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/17924196-112948629690101382?l=micflow.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://micflow.blogspot.com/feeds/112948629690101382/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17924196&amp;postID=112948629690101382' title='47 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17924196/posts/default/112948629690101382'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17924196/posts/default/112948629690101382'/><link rel='alternate' type='text/html' href='http://micflow.blogspot.com/2005/10/bugs-in-daemon-mode_16.html' title='Bugs in the daemon mode'/><author><name>J Ren</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>47</thr:total></entry><entry><id>tag:blogger.com,1999:blog-17924196.post-112948346590191521</id><published>2005-10-16T17:23:00.000Z</published><updated>2005-10-16T17:24:25.903Z</updated><title type='text'>What is MICFlow</title><content type='html'>Medical Image Computing Workflow (MICFlow) is a simple, lightweight but flexible, extensible and powerful computing workflow system aiming to automate large quantity and/or time-consuming medical image computing tasks such as segmentation, registration and analysis. The system consists of three components: workflow engine, definition files, and workflow script language, all of which are written in Python. Naturally Python is the basis of the workflow script language. This makes any script and definition file in the workflow system possess the same power and extensibility as a standalone python program. &lt;strong&gt;Workflow being directly debuggable is the big feature of MICFlow&lt;/strong&gt;. It is also easy and flexible: you can just use any Python debug tool and IDE, such as Wing IDE, IDLE, DrPython, BOA Constructor, or Python's pdb module to debug a workflow. I use Wing IDE with which debugging is like a breeze in a manor similar to MATLAB IDE.&lt;br /&gt;MICFlow is open source under GPL-like license.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/17924196-112948346590191521?l=micflow.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://micflow.blogspot.com/feeds/112948346590191521/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17924196&amp;postID=112948346590191521' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17924196/posts/default/112948346590191521'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17924196/posts/default/112948346590191521'/><link rel='alternate' type='text/html' href='http://micflow.blogspot.com/2005/10/what-is-micflow.html' title='What is MICFlow'/><author><name>J Ren</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-17924196.post-112948275769949835</id><published>2005-10-16T17:10:00.000Z</published><updated>2005-10-16T17:12:37.703Z</updated><title type='text'>Welcome</title><content type='html'>Updating the sourceforge MICFlow homepage is not handy. So I will post the most up-to-date news and information of MICFlow here for quick view here. And then update the sourceforge MICFlow homepage in a batch when I have time.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/17924196-112948275769949835?l=micflow.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://micflow.blogspot.com/feeds/112948275769949835/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=17924196&amp;postID=112948275769949835' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17924196/posts/default/112948275769949835'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17924196/posts/default/112948275769949835'/><link rel='alternate' type='text/html' href='http://micflow.blogspot.com/2005/10/welcome.html' title='Welcome'/><author><name>J Ren</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>
