~nipy-developers/nipy/trunk-interfaces

« back to all changes in this revision

Viewing changes to nipy/interfaces/fsl.py

  • Committer: Satrajit Ghosh
  • Date: 2009-07-22 02:00:30 UTC
  • Revision ID: satra@ba5-20090722020030-ahupyzx76mprtjmj
updated some docs

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
    
6
6
    BET: brain extraction
7
7
 
8
 
    FAST: segmentation and bias correction
9
 
 
10
 
    FLIRT: linear registration
11
 
 
12
 
Examples
13
 
--------
14
 
See documentation for bet, fast and flirt functions for 'working' examples.
15
 
 
16
 
 
17
 
filename vs nipy image:
18
 
I am wondering about a fancy decorator which would preprocess certain arguments
19
 
to make sure they are nipy images, but would then allow filenames or file
20
 
objects as well.  I would like to guarantee that we get a nipy object, as it
21
 
makes it more flexible for us to assume things in the future. -DJC
22
8
"""
23
9
 
24
10
from nipy.interfaces.base import ShellInterface