2023-08-29 05:16:58 +00:00
|
|
|
name: core.nwb.behavior.include
|
|
|
|
id: core.nwb.behavior.include
|
|
|
|
imports:
|
|
|
|
- core.nwb.base
|
|
|
|
- core.nwb.misc
|
|
|
|
- nwb.language
|
|
|
|
- core.nwb.behavior.include
|
|
|
|
- core.nwb.behavior
|
|
|
|
default_prefix: core.nwb.behavior.include/
|
|
|
|
classes:
|
|
|
|
SpatialSeries__data:
|
|
|
|
name: SpatialSeries__data
|
|
|
|
description: 1-D or 2-D array storing position or direction relative to some reference
|
|
|
|
frame.
|
|
|
|
attributes:
|
2023-09-01 03:56:21 +00:00
|
|
|
name:
|
|
|
|
name: name
|
|
|
|
ifabsent: string(data)
|
|
|
|
range: string
|
|
|
|
required: true
|
|
|
|
equals_string: data
|
2023-08-29 05:16:58 +00:00
|
|
|
unit:
|
|
|
|
name: unit
|
|
|
|
description: Base unit of measurement for working with the data. The default
|
|
|
|
value is 'meters'. Actual stored values are not necessarily stored in these
|
|
|
|
units. To access the data in these units, multiply 'data' by 'conversion'
|
|
|
|
and add 'offset'.
|
|
|
|
range: text
|
|
|
|
array:
|
|
|
|
name: array
|
|
|
|
range: SpatialSeries__data__Array
|
|
|
|
SpatialSeries__data__Array:
|
|
|
|
name: SpatialSeries__data__Array
|
|
|
|
is_a: Arraylike
|
|
|
|
attributes:
|
|
|
|
num_times:
|
|
|
|
name: num_times
|
|
|
|
range: numeric
|
|
|
|
required: true
|
|
|
|
x:
|
|
|
|
name: x
|
|
|
|
range: numeric
|
|
|
|
required: false
|
|
|
|
minimum_cardinality: 1
|
|
|
|
maximum_cardinality: 1
|
|
|
|
x,y:
|
|
|
|
name: x,y
|
|
|
|
range: numeric
|
|
|
|
required: false
|
|
|
|
minimum_cardinality: 2
|
|
|
|
maximum_cardinality: 2
|
|
|
|
x,y,z:
|
|
|
|
name: x,y,z
|
|
|
|
range: numeric
|
|
|
|
required: false
|
|
|
|
minimum_cardinality: 3
|
|
|
|
maximum_cardinality: 3
|