-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Labels
category: bugerrors in the code or code behaviorerrors in the code or code behaviorpriority: mediumnon-critical problem and/or affecting only a small set of NWB usersnon-critical problem and/or affecting only a small set of NWB users
Description
The CurrentClampSeries properties
nwb-schema/core/nwb.icephys.yaml
Lines 53 to 80 in 571bfb0
| - name: bias_current | |
| dtype: float32 | |
| doc: Bias current, in amps. | |
| quantity: '?' | |
| - name: bridge_balance | |
| dtype: float32 | |
| doc: Bridge balance, in ohms. | |
| quantity: '?' | |
| - name: capacitance_compensation | |
| dtype: float32 | |
| doc: Capacitance compensation, in farads. | |
| quantity: '?' | |
| - neurodata_type_def: IZeroClampSeries | |
| neurodata_type_inc: CurrentClampSeries | |
| doc: Voltage data from an intracellular recording when all current | |
| and amplifier settings are off (i.e., CurrentClampSeries fields will be zero). | |
| There is no CurrentClampStimulusSeries associated with an IZero series because | |
| the amplifier is disconnected and no stimulus can reach the cell. | |
| datasets: | |
| - name: bias_current | |
| dtype: float32 | |
| value: 0.0 | |
| doc: Bias current, in amps, fixed to 0.0. | |
| - name: bridge_balance | |
| dtype: float32 | |
| value: 0.0 | |
| doc: Bridge balance, in ohms, fixed to 0.0. |
nwb-schema/core/nwb.icephys.yaml
Lines 115 to 130 in 571bfb0
| - name: capacitance_fast | |
| dtype: float32 | |
| doc: Fast capacitance, in farads. | |
| quantity: '?' | |
| attributes: | |
| - name: unit | |
| dtype: text | |
| value: farads | |
| doc: Unit of measurement for capacitance_fast, which is fixed to 'farads'. | |
| - name: capacitance_slow | |
| dtype: float32 | |
| doc: Slow capacitance, in farads. | |
| quantity: '?' | |
| attributes: | |
| - name: unit | |
| dtype: text |
Metadata
Metadata
Assignees
Labels
category: bugerrors in the code or code behaviorerrors in the code or code behaviorpriority: mediumnon-critical problem and/or affecting only a small set of NWB usersnon-critical problem and/or affecting only a small set of NWB users