AFQ.definitions.utils
#
Module Contents#
Classes#
All Definitions should inherit this. |
Functions#
|
|
|
Helper function |
- class AFQ.definitions.utils.Definition[source]#
Bases:
object
All Definitions should inherit this. For a given subject and session within the API, the definition is used to create a given image or map. Definitions have an init function which the users uses to specify how they want the definition to behave. The find_path function is called by the AFQ API. The api calls find_path to let the definition find relevant files for the given subject and session.