Skip to content

Commit

Permalink
rename keypoint labelling
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickcleeve2 committed Jan 28, 2024
1 parent 3facd50 commit 6d7e5a1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/napari_openfibsem/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
fibsem_ui = FibsemUI
fibsem_image_viewer = FibsemImageViewer
fibsem_labelling_ui = FibsemLabellingUI
fibsem_feature_labelling_ui = FibsemFeatureLabellingUI
fibsem_keypoint_labelling_ui = FibsemFeatureLabellingUI
autolamella_ui = AutoLamellaUI
autoliftout_ui = AutoLiftoutUIv2

10 changes: 5 additions & 5 deletions src/napari_openfibsem/napari.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ contributions:
- id: napari-openfibsem.fibem_labelling
python_name: napari_openfibsem.app:fibsem_labelling_ui
title: OpenFIBSEM Image Labelling UI
- id: napari-openfibsem.fibsem_feature_labelling_ui
python_name: napari_openfibsem.app:fibsem_feature_labelling_ui
title: OpenFIBSEM Feature Labelling UI
- id: napari-openfibsem.fibsem_keypoint_labelling_ui
python_name: napari_openfibsem.app:fibsem_keypoint_labelling_ui
title: OpenFIBSEM Keypoint Labelling UI
- id: napari-openfibsem.autolamella
python_name: napari_openfibsem.app:autolamella_ui
title: AutoLamella UI
Expand All @@ -27,8 +27,8 @@ contributions:
display_name: OpenFIBSEM Image Viewer
- command: napari-openfibsem.fibem_labelling
display_name: OpenFIBSEM Image Labelling UI
- command: napari-openfibsem.fibsem_feature_labelling_ui
display_name: OpenFIBSEM Feature Labelling UI
- command: napari-openfibsem.fibsem_keypoint_labelling_ui
display_name: OpenFIBSEM Keypoint Labelling UI
- command: napari-openfibsem.autolamella
display_name: AutoLamella UI
- command: napari-openfibsem.autoliftout
Expand Down

0 comments on commit 6d7e5a1

Please sign in to comment.