CreateChunk¶
A chunk is a pairing of a data block (an N-dimensional array with named/typed axes) and a dictionary of descriptive properties.
This node constructs a chunk from these two pieces of data, each of which may be empty. The node can optionally emit None if the block is empty or None. Version 1.0.0
Ports/Properties¶
chunk¶
Output chunk.
block¶
Input block.
props¶
Chunk properties.
none_if_empty¶
Return None if the block is empty or None.
verbose¶
Enable verbose diagnostics output.
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.