ufv_save#
- t3toolbox.backend.ufv_operations.ufv_save(file, data)#
def ufv_save(file, data) -> None: # data: (*supercores, shape, masks) for a UT3Frame or UT3Variations
Save a bv
.datatuple to a.npz(3 families: the supercores, the rank masks, theshapeints). Generic over the supercore count; mirrorsut3_constructors.ut3_save().np.savezkeeps the boolean mask dtype, soufv_load()recovers host bool masks.- Return type:
None