2023-08-29 05:16:58 +00:00
|
|
|
name: core.nwb.icephys.include
|
|
|
|
id: core.nwb.icephys.include
|
|
|
|
imports:
|
|
|
|
- core.nwb.base
|
|
|
|
- core.nwb.device
|
|
|
|
- hdmf-common.table
|
|
|
|
- nwb.language
|
|
|
|
- core.nwb.icephys.include
|
|
|
|
- core.nwb.icephys
|
|
|
|
default_prefix: core.nwb.icephys.include/
|
|
|
|
classes:
|
|
|
|
CurrentClampSeries__data:
|
|
|
|
name: CurrentClampSeries__data
|
|
|
|
description: Recorded voltage.
|
|
|
|
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. which is
|
|
|
|
fixed to 'volts'. 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
|
|
|
|
CurrentClampStimulusSeries__data:
|
|
|
|
name: CurrentClampStimulusSeries__data
|
|
|
|
description: Stimulus current applied.
|
|
|
|
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. which is
|
|
|
|
fixed to 'amperes'. 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
|
|
|
|
VoltageClampSeries__data:
|
|
|
|
name: VoltageClampSeries__data
|
|
|
|
description: Recorded current.
|
|
|
|
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. which is
|
|
|
|
fixed to 'amperes'. 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
|
|
|
|
VoltageClampSeries__capacitance_fast:
|
|
|
|
name: VoltageClampSeries__capacitance_fast
|
|
|
|
description: Fast capacitance, in farads.
|
|
|
|
attributes:
|
2023-09-01 03:56:21 +00:00
|
|
|
name:
|
|
|
|
name: name
|
|
|
|
ifabsent: string(capacitance_fast)
|
|
|
|
range: string
|
|
|
|
required: true
|
|
|
|
equals_string: capacitance_fast
|
2023-08-29 05:16:58 +00:00
|
|
|
unit:
|
|
|
|
name: unit
|
|
|
|
description: Unit of measurement for capacitance_fast, which is fixed to 'farads'.
|
|
|
|
range: text
|
|
|
|
VoltageClampSeries__capacitance_slow:
|
|
|
|
name: VoltageClampSeries__capacitance_slow
|
|
|
|
description: Slow capacitance, in farads.
|
|
|
|
attributes:
|
2023-09-01 03:56:21 +00:00
|
|
|
name:
|
|
|
|
name: name
|
|
|
|
ifabsent: string(capacitance_slow)
|
|
|
|
range: string
|
|
|
|
required: true
|
|
|
|
equals_string: capacitance_slow
|
2023-08-29 05:16:58 +00:00
|
|
|
unit:
|
|
|
|
name: unit
|
|
|
|
description: Unit of measurement for capacitance_fast, which is fixed to 'farads'.
|
|
|
|
range: text
|
|
|
|
VoltageClampSeries__resistance_comp_bandwidth:
|
|
|
|
name: VoltageClampSeries__resistance_comp_bandwidth
|
|
|
|
description: Resistance compensation bandwidth, in hertz.
|
|
|
|
attributes:
|
2023-09-01 03:56:21 +00:00
|
|
|
name:
|
|
|
|
name: name
|
|
|
|
ifabsent: string(resistance_comp_bandwidth)
|
|
|
|
range: string
|
|
|
|
required: true
|
|
|
|
equals_string: resistance_comp_bandwidth
|
2023-08-29 05:16:58 +00:00
|
|
|
unit:
|
|
|
|
name: unit
|
|
|
|
description: Unit of measurement for resistance_comp_bandwidth, which is fixed
|
|
|
|
to 'hertz'.
|
|
|
|
range: text
|
|
|
|
VoltageClampSeries__resistance_comp_correction:
|
|
|
|
name: VoltageClampSeries__resistance_comp_correction
|
|
|
|
description: Resistance compensation correction, in percent.
|
|
|
|
attributes:
|
2023-09-01 03:56:21 +00:00
|
|
|
name:
|
|
|
|
name: name
|
|
|
|
ifabsent: string(resistance_comp_correction)
|
|
|
|
range: string
|
|
|
|
required: true
|
|
|
|
equals_string: resistance_comp_correction
|
2023-08-29 05:16:58 +00:00
|
|
|
unit:
|
|
|
|
name: unit
|
|
|
|
description: Unit of measurement for resistance_comp_correction, which is
|
|
|
|
fixed to 'percent'.
|
|
|
|
range: text
|
|
|
|
VoltageClampSeries__resistance_comp_prediction:
|
|
|
|
name: VoltageClampSeries__resistance_comp_prediction
|
|
|
|
description: Resistance compensation prediction, in percent.
|
|
|
|
attributes:
|
2023-09-01 03:56:21 +00:00
|
|
|
name:
|
|
|
|
name: name
|
|
|
|
ifabsent: string(resistance_comp_prediction)
|
|
|
|
range: string
|
|
|
|
required: true
|
|
|
|
equals_string: resistance_comp_prediction
|
2023-08-29 05:16:58 +00:00
|
|
|
unit:
|
|
|
|
name: unit
|
|
|
|
description: Unit of measurement for resistance_comp_prediction, which is
|
|
|
|
fixed to 'percent'.
|
|
|
|
range: text
|
|
|
|
VoltageClampSeries__whole_cell_capacitance_comp:
|
|
|
|
name: VoltageClampSeries__whole_cell_capacitance_comp
|
|
|
|
description: Whole cell capacitance compensation, in farads.
|
|
|
|
attributes:
|
2023-09-01 03:56:21 +00:00
|
|
|
name:
|
|
|
|
name: name
|
|
|
|
ifabsent: string(whole_cell_capacitance_comp)
|
|
|
|
range: string
|
|
|
|
required: true
|
|
|
|
equals_string: whole_cell_capacitance_comp
|
2023-08-29 05:16:58 +00:00
|
|
|
unit:
|
|
|
|
name: unit
|
|
|
|
description: Unit of measurement for whole_cell_capacitance_comp, which is
|
|
|
|
fixed to 'farads'.
|
|
|
|
range: text
|
|
|
|
VoltageClampSeries__whole_cell_series_resistance_comp:
|
|
|
|
name: VoltageClampSeries__whole_cell_series_resistance_comp
|
|
|
|
description: Whole cell series resistance compensation, in ohms.
|
|
|
|
attributes:
|
2023-09-01 03:56:21 +00:00
|
|
|
name:
|
|
|
|
name: name
|
|
|
|
ifabsent: string(whole_cell_series_resistance_comp)
|
|
|
|
range: string
|
|
|
|
required: true
|
|
|
|
equals_string: whole_cell_series_resistance_comp
|
2023-08-29 05:16:58 +00:00
|
|
|
unit:
|
|
|
|
name: unit
|
|
|
|
description: Unit of measurement for whole_cell_series_resistance_comp, which
|
|
|
|
is fixed to 'ohms'.
|
|
|
|
range: text
|
|
|
|
VoltageClampStimulusSeries__data:
|
|
|
|
name: VoltageClampStimulusSeries__data
|
|
|
|
description: Stimulus voltage applied.
|
|
|
|
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. which is
|
|
|
|
fixed to 'volts'. 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
|
|
|
|
SweepTable__series_index:
|
|
|
|
name: SweepTable__series_index
|
|
|
|
description: Index for series.
|
|
|
|
is_a: VectorIndex
|
2023-09-01 03:56:21 +00:00
|
|
|
attributes:
|
|
|
|
name:
|
|
|
|
name: name
|
|
|
|
ifabsent: string(series_index)
|
|
|
|
range: string
|
|
|
|
required: true
|
|
|
|
equals_string: series_index
|
2023-08-29 05:16:58 +00:00
|
|
|
IntracellularStimuliTable__stimulus:
|
|
|
|
name: IntracellularStimuliTable__stimulus
|
|
|
|
description: Column storing the reference to the recorded stimulus for the recording
|
|
|
|
(rows).
|
|
|
|
is_a: TimeSeriesReferenceVectorData
|
2023-09-01 03:56:21 +00:00
|
|
|
attributes:
|
|
|
|
name:
|
|
|
|
name: name
|
|
|
|
ifabsent: string(stimulus)
|
|
|
|
range: string
|
|
|
|
required: true
|
|
|
|
equals_string: stimulus
|
2023-08-29 05:16:58 +00:00
|
|
|
IntracellularResponsesTable__response:
|
|
|
|
name: IntracellularResponsesTable__response
|
|
|
|
description: Column storing the reference to the recorded response for the recording
|
|
|
|
(rows)
|
|
|
|
is_a: TimeSeriesReferenceVectorData
|
2023-09-01 03:56:21 +00:00
|
|
|
attributes:
|
|
|
|
name:
|
|
|
|
name: name
|
|
|
|
ifabsent: string(response)
|
|
|
|
range: string
|
|
|
|
required: true
|
|
|
|
equals_string: response
|
2023-08-29 05:16:58 +00:00
|
|
|
SimultaneousRecordingsTable__recordings:
|
|
|
|
name: SimultaneousRecordingsTable__recordings
|
|
|
|
description: A reference to one or more rows in the IntracellularRecordingsTable
|
|
|
|
table.
|
|
|
|
is_a: DynamicTableRegion
|
|
|
|
attributes:
|
2023-09-01 03:56:21 +00:00
|
|
|
name:
|
|
|
|
name: name
|
|
|
|
ifabsent: string(recordings)
|
|
|
|
range: string
|
|
|
|
required: true
|
|
|
|
equals_string: recordings
|
2023-08-29 05:16:58 +00:00
|
|
|
table:
|
|
|
|
name: table
|
|
|
|
description: Reference to the IntracellularRecordingsTable table that this
|
|
|
|
table region applies to. This specializes the attribute inherited from DynamicTableRegion
|
|
|
|
to fix the type of table that can be referenced here.
|
|
|
|
range: IntracellularRecordingsTable
|
|
|
|
SimultaneousRecordingsTable__recordings_index:
|
|
|
|
name: SimultaneousRecordingsTable__recordings_index
|
|
|
|
description: Index dataset for the recordings column.
|
|
|
|
is_a: VectorIndex
|
2023-09-01 03:56:21 +00:00
|
|
|
attributes:
|
|
|
|
name:
|
|
|
|
name: name
|
|
|
|
ifabsent: string(recordings_index)
|
|
|
|
range: string
|
|
|
|
required: true
|
|
|
|
equals_string: recordings_index
|
2023-08-29 05:16:58 +00:00
|
|
|
SequentialRecordingsTable__simultaneous_recordings:
|
|
|
|
name: SequentialRecordingsTable__simultaneous_recordings
|
|
|
|
description: A reference to one or more rows in the SimultaneousRecordingsTable
|
|
|
|
table.
|
|
|
|
is_a: DynamicTableRegion
|
|
|
|
attributes:
|
2023-09-01 03:56:21 +00:00
|
|
|
name:
|
|
|
|
name: name
|
|
|
|
ifabsent: string(simultaneous_recordings)
|
|
|
|
range: string
|
|
|
|
required: true
|
|
|
|
equals_string: simultaneous_recordings
|
2023-08-29 05:16:58 +00:00
|
|
|
table:
|
|
|
|
name: table
|
|
|
|
description: Reference to the SimultaneousRecordingsTable table that this
|
|
|
|
table region applies to. This specializes the attribute inherited from DynamicTableRegion
|
|
|
|
to fix the type of table that can be referenced here.
|
|
|
|
range: SimultaneousRecordingsTable
|
|
|
|
SequentialRecordingsTable__simultaneous_recordings_index:
|
|
|
|
name: SequentialRecordingsTable__simultaneous_recordings_index
|
|
|
|
description: Index dataset for the simultaneous_recordings column.
|
|
|
|
is_a: VectorIndex
|
2023-09-01 03:56:21 +00:00
|
|
|
attributes:
|
|
|
|
name:
|
|
|
|
name: name
|
|
|
|
ifabsent: string(simultaneous_recordings_index)
|
|
|
|
range: string
|
|
|
|
required: true
|
|
|
|
equals_string: simultaneous_recordings_index
|
2023-08-29 05:16:58 +00:00
|
|
|
RepetitionsTable__sequential_recordings:
|
|
|
|
name: RepetitionsTable__sequential_recordings
|
|
|
|
description: A reference to one or more rows in the SequentialRecordingsTable
|
|
|
|
table.
|
|
|
|
is_a: DynamicTableRegion
|
|
|
|
attributes:
|
2023-09-01 03:56:21 +00:00
|
|
|
name:
|
|
|
|
name: name
|
|
|
|
ifabsent: string(sequential_recordings)
|
|
|
|
range: string
|
|
|
|
required: true
|
|
|
|
equals_string: sequential_recordings
|
2023-08-29 05:16:58 +00:00
|
|
|
table:
|
|
|
|
name: table
|
|
|
|
description: Reference to the SequentialRecordingsTable table that this table
|
|
|
|
region applies to. This specializes the attribute inherited from DynamicTableRegion
|
|
|
|
to fix the type of table that can be referenced here.
|
|
|
|
range: SequentialRecordingsTable
|
|
|
|
RepetitionsTable__sequential_recordings_index:
|
|
|
|
name: RepetitionsTable__sequential_recordings_index
|
|
|
|
description: Index dataset for the sequential_recordings column.
|
|
|
|
is_a: VectorIndex
|
2023-09-01 03:56:21 +00:00
|
|
|
attributes:
|
|
|
|
name:
|
|
|
|
name: name
|
|
|
|
ifabsent: string(sequential_recordings_index)
|
|
|
|
range: string
|
|
|
|
required: true
|
|
|
|
equals_string: sequential_recordings_index
|
2023-08-29 05:16:58 +00:00
|
|
|
ExperimentalConditionsTable__repetitions:
|
|
|
|
name: ExperimentalConditionsTable__repetitions
|
|
|
|
description: A reference to one or more rows in the RepetitionsTable table.
|
|
|
|
is_a: DynamicTableRegion
|
|
|
|
attributes:
|
2023-09-01 03:56:21 +00:00
|
|
|
name:
|
|
|
|
name: name
|
|
|
|
ifabsent: string(repetitions)
|
|
|
|
range: string
|
|
|
|
required: true
|
|
|
|
equals_string: repetitions
|
2023-08-29 05:16:58 +00:00
|
|
|
table:
|
|
|
|
name: table
|
|
|
|
description: Reference to the RepetitionsTable table that this table region
|
|
|
|
applies to. This specializes the attribute inherited from DynamicTableRegion
|
|
|
|
to fix the type of table that can be referenced here.
|
|
|
|
range: RepetitionsTable
|
|
|
|
ExperimentalConditionsTable__repetitions_index:
|
|
|
|
name: ExperimentalConditionsTable__repetitions_index
|
|
|
|
description: Index dataset for the repetitions column.
|
|
|
|
is_a: VectorIndex
|
2023-09-01 03:56:21 +00:00
|
|
|
attributes:
|
|
|
|
name:
|
|
|
|
name: name
|
|
|
|
ifabsent: string(repetitions_index)
|
|
|
|
range: string
|
|
|
|
required: true
|
|
|
|
equals_string: repetitions_index
|