ufv_stack#
- t3toolbox.backend.ufv_operations.ufv_stack(xx, n_supercores)#
def ufv_stack( xx, # nested tuple (shaped like stack_shape) of unstacked bv .data leaves n_supercores: int, # 4 (frame) or 2 (variations) ) -> typ.Tuple: # one stacked bv .data tuple (*supercores, shape, masks)
Stack an array-like tree of bv
.dataleaves into one (the WHOLE stack at axes1 ..). Inverse ofufv_unstack(); thin wrapper overufv_stack_axes()withaxes_start = 1.- Parameters:
n_supercores (int)
- Return type:
t3toolbox.backend.common.typ.Tuple