Class: EField

Simulated electric field from DBS modeling.

URI: tvbo_dbs:class/EField

 classDiagram
    class EField
    click EField href "./EField.html"
      EField : coordinate_space
        
          
    
        
        
        EField --> "0..1" CommonCoordinateSpace : coordinate_space
        click CommonCoordinateSpace href "./CommonCoordinateSpace.html"
    

        
      EField : threshold_applied
        
          
    
        
        
        EField --> "0..1" Float : threshold_applied
        click Float href "../http://www.w3.org/2001/XMLSchema#float.html"
    

        
      EField : volume_data
        
          
    
        
        
        EField --> "0..1" String : volume_data
        click String href "../http://www.w3.org/2001/XMLSchema#string.html"
    

        
      

Slots

Name Cardinality and Range Description Inheritance
volume_data 0..1
xsd:string
Reference to raw or thresholded volume direct
coordinate_space 0..1
CommonCoordinateSpace
Reference to a common coordinate space (e direct
threshold_applied 0..1
xsd:float
Threshold value applied to the E-field simulation direct

Usages

used by used in type used
StimulationSetting efield range EField

Identifier and Mapping Information

Schema Source

  • from schema: http://www.thevirtualbrain.org/tvbo/dbs

Mappings

Mapping Type Mapped Value
self tvbo_dbs:EField
native tvbo_dbs:EField

LinkML Source

Direct

name: EField
description: Simulated electric field from DBS modeling.
from_schema: http://www.thevirtualbrain.org/tvbo/dbs
attributes:
  volume_data:
    name: volume_data
    description: Reference to raw or thresholded volume
    from_schema: http://www.thevirtualbrain.org/tvbo/dbs
    rank: 1000
    domain_of:
    - EField
    range: string
  coordinate_space:
    name: coordinate_space
    description: Reference to a common coordinate space (e.g. MNI152)
    from_schema: http://www.thevirtualbrain.org/tvbo/dbs
    domain_of:
    - Dataset
    - Subject
    - Electrode
    - EField
    - SpatialDomain
    - Mesh
    range: CommonCoordinateSpace
  threshold_applied:
    name: threshold_applied
    description: Threshold value applied to the E-field simulation
    from_schema: http://www.thevirtualbrain.org/tvbo/dbs
    rank: 1000
    domain_of:
    - EField
    range: float

Induced

name: EField
description: Simulated electric field from DBS modeling.
from_schema: http://www.thevirtualbrain.org/tvbo/dbs
attributes:
  volume_data:
    name: volume_data
    description: Reference to raw or thresholded volume
    from_schema: http://www.thevirtualbrain.org/tvbo/dbs
    rank: 1000
    alias: volume_data
    owner: EField
    domain_of:
    - EField
    range: string
  coordinate_space:
    name: coordinate_space
    description: Reference to a common coordinate space (e.g. MNI152)
    from_schema: http://www.thevirtualbrain.org/tvbo/dbs
    alias: coordinate_space
    owner: EField
    domain_of:
    - Dataset
    - Subject
    - Electrode
    - EField
    - SpatialDomain
    - Mesh
    range: CommonCoordinateSpace
  threshold_applied:
    name: threshold_applied
    description: Threshold value applied to the E-field simulation
    from_schema: http://www.thevirtualbrain.org/tvbo/dbs
    rank: 1000
    alias: threshold_applied
    owner: EField
    domain_of:
    - EField
    range: float