From 3d23b84340b2b94b5dce44bedaa4c075b3a910b2 Mon Sep 17 00:00:00 2001 From: Heberto Mayorquin Date: Thu, 28 Sep 2023 08:27:51 +0200 Subject: [PATCH] Update src/roiextractors/imagingextractor.py Co-authored-by: Paul Adkisson --- src/roiextractors/imagingextractor.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)