2.4.0
Major changes
-
Added new
TimeSeriesReferenceVectorData
type for referencing
ranges ofTimeSeries
from aVectorData
column (#470) -
Integrated the intracellular electrophysiology experiment metadata
table structure developed as part of the ndx-icephys-meta
extension project with NWB (#470). This includes the following new
types:-
IntracellularRecordingsTable
is anAlignedDynamicTable
for
managing individual intracellular recordings and to group
together a stimulus and response from a single electrode
recording. The table contains the following category tables:IntracellularElectrodesTable
; aDynamicTable
for
storing metadata about theIntracellularElectrode
usedIntracellularStimuliTable
; aDynamicTable
for
storing metadata about the recorded stimulus
TimeSeries
using the new
TimeSeriesReferenceVectorData
type to reference
TimeSeries
IntracellularResponsesTable
; aDynamicTable
for
storing metadata about the recorded response
TimeSeries
using the new
TimeSeriesReferenceVectorData
type to reference
TimeSeries
-
SimultaneousRecordingsTable
is aDynamicTable
for grouping
different intracellular recordings from the
IntracellularRecordingsTable
together that were recorded
simultaneously from different electrodes and for storing
metdata about simultaneous recordings -
SequentialRecordingsTable
is aDynamicTable
for grouping
different sequential recordings from the
SimultaneousRecordingsTable
together and storing metadata
about sequential recordings -
RepetitionsTable
aDynamicTable
for grouping different
sequential intracellular recordings from the
SequentialRecordingsTable
together and storing metadata
about repetitions -
ExperimentalConditionsTable
is aDynamicTable
for grouping
different intracellular recording repetitions from the
RepetitionsTable
together and storing metadata about
experimental conditions
-
-
Added the new intracellular electrophysiology metadata tables to
/general/intracellular_ephys
as part ofNWBFile
(#470)
Deprecations
SweepTable
has been deprecated in favor of the new intracellular
electrophysiology metadata tables. Use ofSweepTable
is still
possible but no longer recommended. (#470)/general/intracellular_ephys/filtering
has been deprecated in
favor ofIntracellularElectrode.filtering
(#470)
Bug Fixes
- Fixed incorrect dtype for electrodes table column "filtering" (float
-> text) (#478) - Removed
quantity: *
from the type definitions of
OptogeneticStimulusSite
andImagingPlane
. This change improves
clarity of the schema to follow best practices. It has no functional
effect on the schema. (#472) - Updated
ImageSeries
to have itsdata