Scripting API
btkGetAnalogsValues
Module | BTKAnalogAccessor |
Description#
Extracts analog channels' values and stores them in a numpy matrix.
Parameters#
h | Handle pointing to a C++ btk::Acquisition object. |
Returned Values#
av | Numpy matrix or reals where the number of rows corresponds to the number of analog's frame and the number of columns of this numpy matrix corresponds to the number of analog channels. |