2023-08-25 07:22:47 +00:00
|
|
|
name: core.nwb.ogen
|
|
|
|
id: core.nwb.ogen
|
|
|
|
imports:
|
|
|
|
- core.nwb.base
|
2023-08-29 05:16:58 +00:00
|
|
|
- core.nwb.device
|
2023-08-25 07:22:47 +00:00
|
|
|
- nwb.language
|
2023-08-29 05:16:58 +00:00
|
|
|
- core.nwb.ogen
|
2023-08-25 07:22:47 +00:00
|
|
|
default_prefix: core.nwb.ogen/
|
|
|
|
classes:
|
|
|
|
OptogeneticSeries:
|
|
|
|
name: OptogeneticSeries
|
|
|
|
description: An optogenetic stimulus.
|
|
|
|
is_a: TimeSeries
|
|
|
|
attributes:
|
2023-09-01 03:56:21 +00:00
|
|
|
name:
|
|
|
|
name: name
|
|
|
|
range: string
|
|
|
|
required: true
|
2023-08-25 07:22:47 +00:00
|
|
|
data:
|
|
|
|
name: data
|
|
|
|
description: Applied power for optogenetic stimulus, in watts.
|
2023-09-01 03:56:21 +00:00
|
|
|
multivalued: true
|
|
|
|
range: numeric
|
2023-08-25 07:22:47 +00:00
|
|
|
required: true
|
2023-09-01 03:56:21 +00:00
|
|
|
tree_root: true
|
2023-08-25 07:22:47 +00:00
|
|
|
OptogeneticStimulusSite:
|
|
|
|
name: OptogeneticStimulusSite
|
|
|
|
description: A site of optogenetic stimulation.
|
|
|
|
is_a: NWBContainer
|
|
|
|
attributes:
|
2023-09-01 03:56:21 +00:00
|
|
|
name:
|
|
|
|
name: name
|
|
|
|
range: string
|
|
|
|
required: true
|
2023-08-25 07:22:47 +00:00
|
|
|
description:
|
|
|
|
name: description
|
|
|
|
description: Description of stimulation site.
|
|
|
|
multivalued: false
|
2023-08-29 05:16:58 +00:00
|
|
|
range: text
|
2023-08-25 07:22:47 +00:00
|
|
|
required: true
|
|
|
|
excitation_lambda:
|
|
|
|
name: excitation_lambda
|
|
|
|
description: Excitation wavelength, in nm.
|
|
|
|
multivalued: false
|
2023-08-29 05:16:58 +00:00
|
|
|
range: float32
|
2023-08-25 07:22:47 +00:00
|
|
|
required: true
|
|
|
|
location:
|
|
|
|
name: location
|
|
|
|
description: Location of the stimulation site. Specify the area, layer, comments
|
|
|
|
on estimation of area/layer, stereotaxic coordinates if in vivo, etc. Use
|
|
|
|
standard atlas names for anatomical regions when possible.
|
|
|
|
multivalued: false
|
2023-08-29 05:16:58 +00:00
|
|
|
range: text
|
2023-08-25 07:22:47 +00:00
|
|
|
required: true
|
2023-09-01 03:56:21 +00:00
|
|
|
tree_root: true
|