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
Model registry
Operate
Environments
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
FSL
fslpy
Commits
5f31b9e5
Commit
5f31b9e5
authored
5 years ago
by
Paul McCarthy
Browse files
Options
Downloads
Patches
Plain Diff
DOC: typo
parent
9014a9a6
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
fsl/wrappers/fslmaths.py
+3
-3
3 additions, 3 deletions
fsl/wrappers/fslmaths.py
with
3 additions
and
3 deletions
fsl/wrappers/fslmaths.py
+
3
−
3
View file @
5f31b9e5
...
...
@@ -15,9 +15,9 @@ from . import wrapperutils as wutils
class
fslmaths
(
object
):
"""
Perform mathematical manipulation of images.
``fslmaths`` is unlike the other FSL wrapper tools in that it provdes
an
object-oriented interface which is hopefully easier to
use than
constructing a ``fslmaths`` command-line call. For example, the
``fslmaths`` is unlike the other FSL wrapper tools in that it prov
i
des
an
object-oriented
method-chaining
interface
,
which is hopefully easier to
use than
constructing a ``fslmaths`` command-line call. For example, the
following call to the ``fslmaths`` wrapper function::
fslmaths(
'
input.nii
'
).thr(0.25).mul(-1).run(
'
output.nii
'
)
...
...
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