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 35b831d commit 6e5b2b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pynwb/retinotopy.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
# {'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, ), 'doc': 'Number of rows and columns in the image.'},
# {'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.'})
# def __init__(self, **kwargs):
Expand Down

0 comments on commit 6e5b2b9

Please sign in to comment.