skneuromsi.core.constants module

Constants used all skneuromsi core modules.

skneuromsi.core.constants.NAME = 'scikit-neuromsi'

Name of the package

skneuromsi.core.constants.VERSION = '1.0.2'

Version of the package

skneuromsi.core.constants.D_MODES = 'modes'

Name of the “modes” dimension to be stored within the NDResult.

skneuromsi.core.constants.D_TIMES = 'times'

Name of the “times” dimension to be stored within the NDResult.

skneuromsi.core.constants.D_POSITIONS = 'positions'

Name of the “positions” dimension to be stored within the NDResult.

skneuromsi.core.constants.D_POSITIONS_COORDINATES = 'positions_coordinates'

Name of the “positions_coordinates” dimension within the NDResult.

skneuromsi.core.constants.DIMENSIONS = array(['modes', 'times', 'positions', 'positions_coordinates'],       dtype='<U21')

Array containing all dimension names used in NDResult.

skneuromsi.core.constants.XA_NAME = 'values'

Name of the xarray.DataArray internal to the NDResult.