Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
fslpy
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Evan Edmond
fslpy
Commits
c4b26cd8
Commit
c4b26cd8
authored
8 years ago
by
Paul McCarthy
Browse files
Options
Downloads
Patches
Plain Diff
Documentation updates.
parent
3f736041
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
doc/fsl.data.featdesign.rst
+9
-0
9 additions, 0 deletions
doc/fsl.data.featdesign.rst
doc/fsl.data.rst
+2
-1
2 additions, 1 deletion
doc/fsl.data.rst
fsl/data/featdesign.py
+1
-1
1 addition, 1 deletion
fsl/data/featdesign.py
fsl/data/image.py
+3
-3
3 additions, 3 deletions
fsl/data/image.py
with
15 additions
and
5 deletions
doc/fsl.data.featdesign.rst
0 → 100644
+
9
−
0
View file @
c4b26cd8
:orphan:
fsl.data.featdesign module
==========================
.. automodule:: fsl.data.featdesign
:members:
:undoc-members:
:show-inheritance:
This diff is collapsed.
Click to expand it.
doc/fsl.data.rst
+
2
−
1
View file @
c4b26cd8
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
fsl/data/featdesign.py
+
1
−
1
View file @
c4b26cd8
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
fsl/data/image.py
+
3
−
3
View file @
c4b26cd8
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment