Skip to content
Snippets Groups Projects
Commit c4b26cd8 authored by Paul McCarthy's avatar Paul McCarthy
Browse files

Documentation updates.

parent 3f736041
No related branches found
No related tags found
No related merge requests found
:orphan:
fsl.data.featdesign module
==========================
.. automodule:: fsl.data.featdesign
:members:
:undoc-members:
:show-inheritance:
...@@ -6,8 +6,9 @@ fsl.data package ...@@ -6,8 +6,9 @@ fsl.data package
fsl.data.atlases fsl.data.atlases
fsl.data.constants fsl.data.constants
fsl.data.featanalysis
fsl.data.featdesign
fsl.data.featimage fsl.data.featimage
fsl.data.featresults
fsl.data.image fsl.data.image
fsl.data.melodicimage fsl.data.melodicimage
fsl.data.melodicresults fsl.data.melodicresults
......
...@@ -36,7 +36,7 @@ A FEAT design matrix may contain the following types of explanatory variables: ...@@ -36,7 +36,7 @@ A FEAT design matrix may contain the following types of explanatory variables:
- *Basis function* EV. One or more columns derived from a normal EV. A normal - *Basis function* EV. One or more columns derived from a normal EV. A normal
EV with the ``convolve`` value set to ``4``, ``5``, or ``6`` will be EV with the ``convolve`` value set to ``4``, ``5``, or ``6`` will be
followed by a set of basis function EVs (the number of additional EVs can followed by a set of basis function EVs (the number of additional EVs can
be determined by the ````basisfnum`` flag). be determined by the ``basisfnum`` flag).
- *Voxelwise* EVs. An EV with different values for each voxel. An EV with the - *Voxelwise* EVs. An EV with different values for each voxel. An EV with the
``shape`` value set to ``9`` is a voxelwise EV. The voxel data will be ``shape`` value set to ``9`` is a voxelwise EV. The voxel data will be
......
...@@ -280,9 +280,9 @@ class Nifti1(object): ...@@ -280,9 +280,9 @@ class Nifti1(object):
neurological orientation, otherwise it is assumed to be in neurological orientation, otherwise it is assumed to be in
radiological orientation. radiological orientation.
http://fsl.fmrib.ox.ac.uk/fsl/fslwiki/FLIRT/FAQ#What_is_the_format_\ See http://fsl.fmrib.ox.ac.uk/fsl/fslwiki/FLIRT/FAQ#What_is_the\
of_the_matrix_used_by_FLIRT.2C_and_how_does_it_relate_to_the_\ _format_of_the_matrix_used_by_FLIRT.2C_and_how_does_it_relate_to\
transformation_parameters.3F _the_transformation_parameters.3F
""" """
import numpy.linalg as npla import numpy.linalg as npla
return npla.det(self.voxToWorldMat) > 0 return npla.det(self.voxToWorldMat) > 0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment