From 6e5b2b95687b1f02109a9a35ccb6758b8fce803d Mon Sep 17 00:00:00 2001 From: Ryan Ly Date: Fri, 12 Jan 2024 12:51:51 -0800 Subject: [PATCH] Update retinotopy.py --- src/pynwb/retinotopy.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/pynwb/retinotopy.py b/src/pynwb/retinotopy.py index 55f92a3ff..4382e81d6 100644 --- a/src/pynwb/retinotopy.py +++ b/src/pynwb/retinotopy.py @@ -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):