mirror of
https://github.com/p2p-ld/nwb-linkml.git
synced 2024-11-13 02:04:29 +00:00
sneakers-the-rat
4faaa8efe8
or at least all the semantics are present. it's not pretty by any stretch of the imagination
73 lines
2.5 KiB
YAML
73 lines
2.5 KiB
YAML
name: core.nwb.ogen
|
|
id: core.nwb.ogen
|
|
imports:
|
|
- core.nwb.base
|
|
- nwb.language
|
|
default_prefix: core.nwb.ogen/
|
|
classes:
|
|
OptogeneticSeries:
|
|
name: OptogeneticSeries
|
|
description: An optogenetic stimulus.
|
|
is_a: TimeSeries
|
|
attributes:
|
|
data:
|
|
name: data
|
|
description: Applied power for optogenetic stimulus, in watts.
|
|
multivalued: false
|
|
range: OptogeneticSeries_data
|
|
required: true
|
|
OptogeneticSeries_data:
|
|
name: OptogeneticSeries_data
|
|
description: Applied power for optogenetic stimulus, in watts.
|
|
attributes:
|
|
unit:
|
|
name: unit
|
|
description: Unit of measurement for data, which is fixed to 'watts'.
|
|
range: text
|
|
array:
|
|
name: array
|
|
range: OptogeneticSeries_data_Array
|
|
OptogeneticSeries_data_Array:
|
|
name: OptogeneticSeries_data_Array
|
|
is_a: Arraylike
|
|
attributes:
|
|
num_times:
|
|
name: num_times
|
|
range: numeric
|
|
required: true
|
|
OptogeneticStimulusSite:
|
|
name: OptogeneticStimulusSite
|
|
description: A site of optogenetic stimulation.
|
|
is_a: NWBContainer
|
|
attributes:
|
|
description:
|
|
name: description
|
|
description: Description of stimulation site.
|
|
multivalued: false
|
|
range: OptogeneticStimulusSite_description
|
|
required: true
|
|
excitation_lambda:
|
|
name: excitation_lambda
|
|
description: Excitation wavelength, in nm.
|
|
multivalued: false
|
|
range: OptogeneticStimulusSite_excitation_lambda
|
|
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
|
|
range: OptogeneticStimulusSite_location
|
|
required: true
|
|
OptogeneticStimulusSite_description:
|
|
name: OptogeneticStimulusSite_description
|
|
description: Description of stimulation site.
|
|
OptogeneticStimulusSite_excitation_lambda:
|
|
name: OptogeneticStimulusSite_excitation_lambda
|
|
description: Excitation wavelength, in nm.
|
|
OptogeneticStimulusSite_location:
|
|
name: OptogeneticStimulusSite_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.
|