StreamToAxis¶
Reconstitute axes that had previously been promoted to a stream; this is the reverse operation of Axis to Stream.
The node will take any streams that were previously created by the Axis to Stream node and reconstitute their corresponding source axis from it, provided that the respective streams are still present and have not been renamed. For a general node to create an axis from scratch, see Create Axis. Version 0.9.0
Ports/Properties¶
data¶
Data to process.
recovery¶
Recovery information.
assume_unique¶
Whether to assume that there exists only one unique copy of the axis in question in the recovery info. In such a case, the stream names do not have to match between the original and the new data and the axis will be inserted for each stream that has an axis of the same type. An error is raised if the axis is non-unique.
cleanup¶
Whether to remove the axis chunks from the packet.
verbose¶
Whether to print verbose diagnostic information.
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.