Utils: utils#

Import Stereopy :

import stereo as st

The module handles with multiple batches of data.

utils.data_helper.merge(*data_list[, ...])

Merge several slices of data.

utils.data_helper.split([data])

Split a data object which is merged from different batches of data, according to the batch number.

utils.cluster_bins_to_cellbins(bins_data, ...)

Mapping clustering result of bins to conresponding cellbins.