MergeStreams¶
Merge the streams in the given packets into one packet that contains all streams.
A data packet in NeuroPype can contain one or more named streams, whether they are signal streams (i.e., EEG) or marker streams (events). This node will merge the streams carried by all inputs into one packet. If a stream is encountered whose name is already in the packet, then a sequentially numbered name will be generated (as in eeg-1, eeg-2, etc.). Note that this node does not combine streams into a single stream, but rather places the streams in the same packet. To combine markers from multiple marker streams into a single stream, follow this node with FuseMarkerStreams. To combine data from multiple signal streams into a single stream, see ConcatInputs or FuseStreams (note that this is only possible under certain circumstances; see those nodes' documentation for details).
Version 1.0.0
Ports/Properties¶
data1¶
Input data 1.
data2¶
Input data 2.
data3¶
Input data 3.
data4¶
Input data 4.
data5¶
Input data 5.
data6¶
Input data 6.
data7¶
Input data 7.
data8¶
Input data 8.
data9¶
Input data 9.
data10¶
Input data 10.
dataN¶
Additional input data.
outdata¶
Data to process.
replace_if_exists¶
Replace streams if they already exist.
sorting¶
Sorting order of chunks in the packet.
set_breakpoint¶
Set a breakpoint on this node. If this is enabled, your debugger (if one is attached) will trigger a breakpoint.
metadata¶
User-definable meta-data associated with the node. Usually reserved for technical purposes.