diff --git a/src/roiextractors/imagingextractor.py b/src/roiextractors/imagingextractor.py index 1596b6d5..a74503f7 100644 --- a/src/roiextractors/imagingextractor.py +++ b/src/roiextractors/imagingextractor.py @@ -110,8 +110,8 @@ def get_video( video: numpy.ndarray The video frames. - Notes: - ------ + Notes + ----- Importantly, we follow the convention that the dimensions of the array are returned in their matrix order, More specifically: (time, height, width)