Skip to content

Commit

Permalink
Merge branch 'dev' into enh/improve_electrodes_docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rly authored Apr 21, 2022
2 parents c7fc516 + 150157b commit 9b73c7f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 4 additions & 0 deletions core/nwb.icephys.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,10 @@ groups:
neurodata_type_inc: NWBContainer
doc: An intracellular electrode and its metadata.
datasets:
- name: cell_id
dtype: text
doc: unique ID of the cell
quantity: '?'
- name: description
dtype: text
doc: Description of electrode (e.g., whole-cell, sharp, etc.).
Expand Down
2 changes: 1 addition & 1 deletion core/nwb.ophys.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ groups:
default_value: 1.0
doc: Scalar to multiply each element in data to convert it to the specified 'unit'.
If the data are stored in acquisition system units or other units
that require a conversion to be interpretable, multiply the data by 'conversion' and add 'offset'
that require a conversion to be interpretable, multiply the data by 'conversion'
to convert the data to the specified 'unit'. e.g. if the data acquisition system
stores values in this object as pixels from x = -500 to 499, y = -500 to 499
that correspond to a 2 m x 2 m range, then the 'conversion' multiplier to get
Expand Down
5 changes: 3 additions & 2 deletions docs/format/source/format_release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,12 @@ Release Notes
Minor changes
^^^^^^^^^^^^^
- Added an ``offset`` attribute to all ``TimeSeries`` objects to allow enhanced translation to scientific units.
- Clarified the doc string for the `reference` column of the electrodes table.
- Clarified the doc string for the ``reference`` column of the electrodes table. (#498)
- Added ``cell_id`` field to ``IntracellularElectrode``. (#512)

Major changes
^^^^^^^^^^^^^
- Shape of SpatialSeries.data is more restrictive to prevent > 3 columns.
- Shape of SpatialSeries.data is more restrictive to prevent > 3 columns. (#510)


2.4.0 (Aug. 11, 2021)
Expand Down

0 comments on commit 9b73c7f

Please sign in to comment.