ColabSegNapariWidget.load_data#

ColabSegNapariWidget.load_data(data)#

Loads and visualizes data from a given ColabSegData instance. Points are divided by the pixel_size attribute of the ColabSegData instance. Currently, the attributes cluster_list_tv, cluster_list_fits, protein_positions_list from the ColabSegData instance are visualized as point clouds.

Parameters:
datatype

An instance of ColabSegData containing the data to be visualized.