Skip to content

Commit

Permalink
update texts
Browse files Browse the repository at this point in the history
  • Loading branch information
RRobert92 committed Jul 23, 2024
1 parent 8578f28 commit 657fd5c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/napari_tardis_em/viewers/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ def create_point_layer(
face_color="confidence",
face_colormap=face_colormap,
visible=visibility,
size=35,
size=10,
)

try:
Expand Down
4 changes: 2 additions & 2 deletions src/napari_tardis_em/viewers/viewer_actin_3d.py
Original file line number Diff line number Diff line change
Expand Up @@ -286,8 +286,8 @@ def __init__(self, viewer_actin_3d: Viewer):
layout.addRow("DIST threshold", self.dist_threshold)
layout.addRow("Device", self.device)

layout.addRow("---- MT Filters -----", label_5)
layout.addRow("Filter MT length [A]", self.filter_by_length)
layout.addRow("---- Actin Filters -----", label_5)
layout.addRow("Filter actin length [A]", self.filter_by_length)
layout.addRow("Connect splines within distance [A]", self.connect_splines)
layout.addRow("Connect splines within diameter [A]", self.connect_cylinder)

Expand Down
4 changes: 2 additions & 2 deletions src/napari_tardis_em/viewers/viewer_predict.py
Original file line number Diff line number Diff line change
Expand Up @@ -306,8 +306,8 @@ def __init__(self, viewer_predict: Viewer):
layout.addRow("DIST threshold", self.dist_threshold)
layout.addRow("Device", self.device)

layout.addRow("---- MT Filters -----", label_5)
layout.addRow("Filter MT length [A]", self.filter_by_length)
layout.addRow("---- Filament Filters -----", label_5)
layout.addRow("Filter filament length [A]", self.filter_by_length)
layout.addRow("Connect splines within distance [A]", self.connect_splines)
layout.addRow("Connect splines within diameter [A]", self.connect_cylinder)

Expand Down

0 comments on commit 657fd5c

Please sign in to comment.