AlignWindows¶
Aligns signals in two data packets.
Takes two packets with windows of different lengths and lines up the signals relative to the start of the window by trimming the data that falls outside of the max timestamp at the start of the packet and the min timestamp at the end of the packet. Will optionally (default=True) also trim all packets to the same length (to account for rounding during the first trim.) Also performs a ShiftTimestamps to account for filter lag. Version 1.0.1
Ports/Properties¶
data1¶
Data input 1.
data2¶
Data input 2.
standardize_packet_length¶
Make sure that all packets are exactly the same length. This will trim all packets to the shortest packet length.
shift_timestamps¶
Run ShiftTimestamps to account for filter lag before alignment. Set to false if you've already run this node for all the incoming packets.
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.