Bases: tvb.basic.neotraits._core.HasTraits
Ontology annotations for a Connectivity.
connectivity : tvb.adapters.datatypes.h5.annotation_h5.ConnectivityAnnotations.connectivity = Attr(field_type=<class ‘tvb.datatypes.connectivity.Connectivity’>, default=None, required=True)
dtype=[(‘id’, ‘<i4’), (‘parent_id’, ‘<i4’), (‘parent_left’, ‘<i4’), (‘parent_right’, ‘<i4’), (‘relation’, ‘O’), (‘label’, ‘O’), (‘definition’, ‘O’), (‘synonym’, ‘O’), (‘uri’, ‘O’), (‘synonym_tvb_left’, ‘<i4’), (‘synonym_tvb_right’, ‘<i4’)]), dim_names=(), ndim=None, required=True)
Flat tree of annotations for every connectivity region.
gid : tvb.basic.neotraits._core.HasTraits.gid = Attr(field_type=<class ‘uuid.UUID’>, default=None, required=True)
Holds a flatten form for the annotations for a full connectivity. Each region in the connectivity can have None, or a tree of AnnotationTerms To be stored in a compound DS in H5.
Group Annotation terms by URI. :return: map {brco_id: list of TVB regions IDs in which the same term is being subclass}
Declares a numpy array. dtype enforces the dtype. The default dtype is float32. An optional symbolic shape can be given, as a tuple of Dim attributes from the owning class. The shape will be enforced, but no broadcasting will be done. domain declares what values are allowed in this array. It can be any object that can be checked for membership Defaults are checked if they are in the declared domain. For performance reasons this does not happen on every attribute set.
Bases: tvb.core.neotraits._h5core.H5File
Ontology annotations for a Connectivity.
Bases: tvb.adapters.datatypes.h5.spectral_h5.DataTypeMatrixH5
Bases: tvb.adapters.datatypes.h5.spectral_h5.DataTypeMatrixH5
Bases: tvb.adapters.datatypes.h5.spectral_h5.DataTypeMatrixH5
Bases: tvb.adapters.datatypes.h5.spectral_h5.DataTypeMatrixH5
Bases: tvb.basic.neotraits._core.HasTraits
data_value : tvb.adapters.datatypes.h5.mapped_value_h5.ValueWrapper.data_value = Attr(field_type=<class ‘str’>, default=None, required=True)
data_type : tvb.adapters.datatypes.h5.mapped_value_h5.ValueWrapper.data_type = Attr(field_type=<class ‘str’>, default=None, required=True)
data_name : tvb.adapters.datatypes.h5.mapped_value_h5.ValueWrapper.data_name = Attr(field_type=<class ‘str’>, default=None, required=True)
gid : tvb.basic.neotraits._core.HasTraits.gid = Attr(field_type=<class ‘uuid.UUID’>, default=None, required=True)
An Attr declares the following about the attribute it describes: * the type * a default value shared by all instances * if the value might be missing * documentation It will resolve to attributes on the instance.
An Attr declares the following about the attribute it describes: * the type * a default value shared by all instances * if the value might be missing * documentation It will resolve to attributes on the instance.
An Attr declares the following about the attribute it describes: * the type * a default value shared by all instances * if the value might be missing * documentation It will resolve to attributes on the instance.
Bases: tvb.core.neotraits._h5core.H5File
Return a list with fractions for components in interval from_comp, to_comp and in addition have in position n the sum of the fractions for the rest of the components.
Bases: tvb.core.neotraits._h5core.H5File
Get a slice of the region mapping as used by the region viewers. For each vertex on the surface, alpha-indices will be the closest region-index :param start_idx: vertex index on the surface :param end_idx: vertex index on the surface :return: NumPy array with [closest_reg_idx ...]
Bases: tvb.adapters.datatypes.h5.structural_h5.VolumetricDataMixin, tvb.adapters.datatypes.h5.spectral_h5.DataTypeMatrixH5
Bases: tvb.adapters.datatypes.h5.spectral_h5.DataTypeMatrixH5
Bases: tvb.adapters.datatypes.h5.spectral_h5.DataTypeMatrixH5
Bases: tvb.adapters.datatypes.h5.spectral_h5.DataTypeMatrixH5
Bases: tvb.adapters.datatypes.h5.spectral_h5.DataTypeMatrixH5
Bases: tvb.adapters.datatypes.h5.structural_h5.VolumetricDataMixin, tvb.adapters.datatypes.h5.spectral_h5.DataTypeMatrixH5
Bases: tvb.core.neotraits._h5core.H5File
Read triangles slice, to be used by WebGL visualizer with pick.
Read vertex-normals slice, to be used by WebGL visualizer with pick.
Read vertices slice, to be used by WebGL visualizer with pick.
Returns: | a vector af length number_of_slices, with 1 when current chunk belongs to the Right hemisphere |
---|
Read split-triangles slice, to be used by WebGL visualizer.
Read vertex-normal slice, to be used by WebGL visualizer.
Bases: tvb.adapters.datatypes.h5.spectral_h5.DataTypeMatrixH5
Bases: tvb.adapters.datatypes.h5.time_series_h5.TimeSeriesSensorsH5
Bases: tvb.core.neotraits._h5core.H5File
Returns: | The measure point indices that have to be shown by default. By default show all. |
---|
Returns: | A list of label groups. A label group is a tuple (name, [(label_idx, label)...]). Default all labels in a group named ‘’ |
---|
Returns: | a datatype gid with which to obtain al valid measure point selection for this time series We have to decide if the default should be all selections or none |
---|
Retrieve the minimum and maximum values from the metadata. :returns: (minimum_value, maximum_value)
It assumes that we want to select in the 3’rd dimension, and generates labels for each point in that dimension. Subclasses are more specific. :return: An array of strings.
Read and return only the data page for the specified channels list.
Parameters: |
|
---|
Retrieve one page of data (paging done based on time).
Bases: tvb.adapters.datatypes.h5.time_series_h5.TimeSeriesSensorsH5
Bases: tvb.adapters.datatypes.h5.time_series_h5.TimeSeriesH5
Bases: tvb.adapters.datatypes.h5.time_series_h5.TimeSeriesSensorsH5
Bases: tvb.adapters.datatypes.h5.time_series_h5.TimeSeriesH5
Bases: tvb.adapters.datatypes.h5.time_series_h5.TimeSeriesH5
Bases: tvb.adapters.datatypes.h5.time_series_h5.TimeSeriesH5
Retrieve 3 slices through the Volume TS, at the given X, y and Z coordinates, and in time [from_idx .. to_idx].
Parameters: |
|
---|---|
Returns: | An array of 3 Matrices 2D, each containing the values to display in planes xy, yz and xy. |
Retrieve for a given voxel (x,y,z) the entire timeline.
Parameters: |
|
---|---|
Returns: | A complex dictionary with information about current voxel. The main part will be a vector with all the values over time from the x,y,z coordinates. |
Bases: tvb.core.neotraits._h5core.H5File
Returns a compact representation of the element buffers required to draw the streams via gl.drawElements A list of indices that describe where the first vertex for a tract is in the vertex array returned by get_tract_vertices_starting_in_region