From d69b4f3d835cba63dee1c43c9fdf45d48ae8a137 Mon Sep 17 00:00:00 2001 From: Johan Carlin Date: Fri, 8 Jun 2012 00:46:12 +0100 Subject: [PATCH] minor clarification of init comments --- __init__.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/__init__.py b/__init__.py index 59334f1..f9283d7 100644 --- a/__init__.py +++ b/__init__.py @@ -1,8 +1,6 @@ '''BatchBrain a Python batch processing interface for neuroimaging analysis. Basically a -fancy wrapper around functionality from NiPype (nipy.sourceforge.net). We -assume that you have a fully functional NiPype install (including -interfaces for SPM/FSL/etc). +fancy wrapper around functionality from FSL / mricron. 2012 J Carlin''' __version__ = 'alpha'