Skip to content

Commit

Permalink
Update retinotopy.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rly authored Jan 12, 2024
1 parent a03cfab commit 3eebe3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pynwb/retinotopy.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
# {'name': 'bits_per_pixel', 'type': int,
# 'doc': 'Number of bits used to represent each value. This is necessary to determine maximum '
# '(white) pixel value.'},
# {'name': 'dimension', 'type': Iterable, 'shape': (2, ),
# {'name': 'dimension', 'type': Iterable, 'shape': (2, ),
# 'doc': 'Number of rows and columns in the image.'},
# {'name': 'format', 'type': Iterable, 'doc': 'Format of image. Right now only "raw" supported.'},
# {'name': 'field_of_view', 'type': Iterable, 'shape': (2, ), 'doc': 'Size of viewing area, in meters.'})
Expand Down

0 comments on commit 3eebe3d

Please sign in to comment.