marker_to_mux_channel

Module: missions.nodes.type_manipulation.marker_to_mux_channel

Extract markers of time series object and convert them to a normal data channel

Inheritance diagram for pySPACE.missions.nodes.type_manipulation.marker_to_mux_channel:

Inheritance diagram of pySPACE.missions.nodes.type_manipulation.marker_to_mux_channel

MarkerToMuxChannelNode

class pySPACE.missions.nodes.type_manipulation.marker_to_mux_channel.MarkerToMuxChannelNode(**kwargs)[source]

Bases: pySPACE.missions.nodes.base_node.BaseNode

Extract markers of time series object and convert them to a normal data channel.

Uses the marker_name attribute of the time series object. This attribute is created by the MarkerWindower.

Exemplary Call

-
    node : Marker_To_Mux_Channel
Authors:

Hendrik Woehrle (hendrik.woehrle@dfki.de)

Created:

2012/04/25

POSSIBLE NODE NAMES:
 
  • Marker_To_Mux_Channel
  • MarkerToMuxChannel
  • MarkerToMuxChannelNode
POSSIBLE INPUT TYPES:
 
  • TimeSeries

Class Components Summary

_execute(data) Perform conversion
get_output_type(input_type[, as_string])
input_types
input_types = ['TimeSeries']
__init__(**kwargs)[source]
_execute(data)[source]

Perform conversion

get_output_type(input_type, as_string=True)[source]