Scripting API
btkAppendAnalog
Module | BTKAnalogModifier |
Description#
Appends a new analog channel into the given acquisition and (optionally) returns an updated list of analog channels.
Parameters#
h | Handle pointing to a C++ btk::Acquisition object. |
label | String representing the label of the appended analog channel. |
values | Data for the appended analog channel. It must be a numpy matrix (n,1) where n is the number of frames (for the analog part) into the acquisition |
description | String representing the description of the appended analog channel. |
Returned Values#
analogs | Updated list of analog channels. Its format is the same than using the function |
analogsInfo | Updated informations related to the analog channels. Its format is the same than using the function |