Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
FSL
fslpy
Commits
96e232c6
Commit
96e232c6
authored
May 08, 2019
by
Paul McCarthy
🚵
Browse files
DOC: Fixes/updates in apidoc
parent
4f0ced70
Changes
9
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.rst
View file @
96e232c6
...
...
@@ -34,7 +34,7 @@ Fixed
^^^^^
* Minor fixes to some :mod:`.filetree` tree definitions.
* Minor fixes to some :mod:`.filetree
.filetree
` tree definitions.
Deprecated
...
...
@@ -477,7 +477,7 @@ Changed
* :meth:`.MGHImage` objects now have a :meth:`.MGHImage.save` method.
* Adjustments to the ``conda`` package build and deployment process.
* The :func:`.ImageWrapper.canonicalShape` function has been moved
to the :mod:`.image` class.
to the :mod:`.
data.
image` class.
* The :func:`.ImageWrapper.naninfrange` function has been moved
into its own :mod:`.naninfrange` module.
...
...
@@ -493,7 +493,7 @@ Deprecated
^^^^^^^^^^
* :func:`.ImageWrapper.canonicalShape` (moved to the :mod:`.image` module)
* :func:`.ImageWrapper.canonicalShape` (moved to the :mod:`.
data.
image` module)
* :func:`.ImageWrapper.naninfrange` function (moved to the :mod:`.naninfrange`
module)
...
...
doc/fsl.scripts.resample_image.rst
0 → 100644
View file @
96e232c6
``fsl.scripts.resample_image``
==============================
.. automodule:: fsl.scripts.resample_image
:members:
:undoc-members:
:show-inheritance:
doc/fsl.scripts.rst
View file @
96e232c6
...
...
@@ -9,6 +9,7 @@
fsl.scripts.imcp
fsl.scripts.imglob
fsl.scripts.immv
fsl.scripts.resample_image
.. automodule:: fsl.scripts
:members:
...
...
doc/fsl.utils.image.resample.rst
0 → 100644
View file @
96e232c6
``fsl.utils.image.resample``
============================
.. automodule:: fsl.utils.image.resample
:members:
:undoc-members:
:show-inheritance:
doc/fsl.utils.image.rst
0 → 100644
View file @
96e232c6
``fsl.utils.image``
===================
.. toctree::
:hidden:
fsl.utils.image.resample
.. automodule:: fsl.utils.image
:members:
:undoc-members:
:show-inheritance:
doc/fsl.utils.parse_data.rst
0 → 100644
View file @
96e232c6
``fsl.utils.parse_data``
========================
.. automodule:: fsl.utils.parse_data
:members:
:undoc-members:
:show-inheritance:
doc/fsl.utils.rst
View file @
96e232c6
...
...
@@ -12,11 +12,13 @@
fsl.utils.fslsub
fsl.utils.idle
fsl.utils.imcp
fsl.utils.image
fsl.utils.memoize
fsl.utils.meta
fsl.utils.naninfrange
fsl.utils.notifier
fsl.utils.path
fsl.utils.parse_data
fsl.utils.platform
fsl.utils.run
fsl.utils.settings
...
...
fsl/utils/filetree/query.py
View file @
96e232c6
...
...
@@ -41,8 +41,8 @@ class FileTreeQuery(object):
a directory for files which match a specific query.
A ``FileTreeQuery`` scans the contents of a directory which is described
by a :class:`.FileTree`, and identifies all file types (a.k.a.
_
templates
_
or
_
short names
_
) that are present, and the values of variables within each
by a :class:`.FileTree`, and identifies all file types (a.k.a.
*
templates
*
or
*
short names
*
) that are present, and the values of variables within each
short name that are present. The :meth:`query` method can be used to
retrieve files which match a specific short name, and variable values.
...
...
@@ -327,7 +327,7 @@ def allVariables(
"""Identifies the ``FileTree`` variables which are actually represented
in files in the directory.
:arg filetree: The ``FileTree``object
:arg filetree: The ``FileTree``
object
:arg matches: list of ``Match`` objects (e.g. as returned by :func:`scan`)
:returns: a tuple containing two dicts:
...
...
fsl/utils/image/__init__.py
View file @
96e232c6
...
...
@@ -9,7 +9,7 @@ manipulating and working with :class:`.Image` objects.
The following modules are available:
.. autosumary::
.. autosum
m
ary::
:nosignature
.image.resample
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment