Set of tools for interacting with Brain data.
Tools module for conversion of brain data ot the BrainData HDF5 format.
Bases: object
Class used for conversion of brain data to the BrainData HDF5 format.
Create the conversion object and define all input arguments.
Parameters: |
|
---|
list of weak references to the object (if defined)
Execute the conversion of the data based on the arguments defined by the instance variables (see __init__ )
Print file convert settings to standard out using print.
Parse all input arguments for the data conversion.
Parameters: | argv – The list of the input arguments. sys.argv is used by default if argv is set to None (default value is None) |
---|---|
Returns: | The function returns a tuple with the following components:
|
Print user help to standard out using print.