Scripting API

btkGetPowersValues

Module BTKPointAccessor

Description#

Extracts powers' values from the given acquisition and store them in a numpy matrix.

Parameters#

hHandle pointing to a C++ btk::Acquisition object.

Returned Values#

vNumpy matrix of reals where the number of rows of this numpy matrix corresponds to the number of frames in the acquisition. The number of columns of corresponds to the number of extracted powers multiplied by 3 (their components X,Y,Z).

Detailed Description#

Notes#

See also#

btkGetPowers

Syntax#

v = btkGetPowersValues(h)

Examples#