Skip to content

Commit

Permalink
Clarify Images.order_of_images doc (#519)
Browse files Browse the repository at this point in the history
  • Loading branch information
rly authored May 19, 2022
1 parent 3316da7 commit adcf428
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions core/nwb.base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -254,4 +254,6 @@ groups:
target_type: Image
reftype: object
doc: Ordered dataset of references to Image objects stored in the parent group.
Each Image object in the Images group should be stored once and only once, so
the dataset should have the same length as the number of images.
quantity: '?'
2 changes: 1 addition & 1 deletion docs/format/source/format_release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Minor changes
- Allowed ``NWBFile/stimulus/templates`` to contain ``Images`` objects. (#459)
- Added new optional "order_of_images" dataset to ``Images`` that contains an ordered list of object references to
``Image`` objects stored in the same ``Images`` object. This dataset must be used if the images are referred to
by index, e.g., from an ``IndexSeries`` object. (#459, #518)
by index, e.g., from an ``IndexSeries`` object. (#459, #518, #519)
- Overhauled ``IndexSeries`` type (#459):
- Fixed dtype of ``data`` dataset of ``IndexSeries`` (int32 -> uint32).
- Updated ``unit`` attribute of ``data`` to have fixed value "N/A".
Expand Down

0 comments on commit adcf428

Please sign in to comment.