Skip to content

Commit

Permalink
mesh update
Browse files Browse the repository at this point in the history
  • Loading branch information
kapoorlab committed Sep 9, 2023
1 parent aef31a8 commit 4df2b7c
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions src/napatrackmater/Trackmate.py
Original file line number Diff line number Diff line change
Expand Up @@ -1668,16 +1668,17 @@ def _assign_cluster_class(self):
center=self.center,
)
cluster_eval._create_cluster_labels()
timed_cluster_label = cluster_eval.timed_cluster_label
(
output_labels,
output_cluster_centroid,
output_cloud_eccentricity,
output_largest_eigenvector,
output_largest_eigenvalue,
output_dimensions,
output_cloud_surface_area,
) = timed_cluster_label[time_key]
if time_key in timed_cluster_label.keys():
timed_cluster_label = cluster_eval.timed_cluster_label
(
output_labels,
output_cluster_centroid,
output_cloud_eccentricity,
output_largest_eigenvector,
output_largest_eigenvalue,
output_dimensions,
output_cloud_surface_area,
) = timed_cluster_label[time_key]
scale_1 = 1
scale_2 = 1
for i in range(len(output_cluster_centroid)):
Expand Down

0 comments on commit 4df2b7c

Please sign in to comment.