Skip to content

Commit

Permalink
Name sample data (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamltyson authored Jan 6, 2025
1 parent 539851f commit ab39dba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion brainglobe_registration/napari.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ contributions:
title: Sample Data
sample_data:
- command: brainglobe-registration.load_sample
display_name: Sample Data
display_name: 2D coronal mouse brain section
key: example
widgets:
- command: brainglobe-registration.make_registration_widget
Expand Down
2 changes: 1 addition & 1 deletion brainglobe_registration/sample_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ def load_sample_data() -> List[LayerData]:
files("brainglobe_registration").joinpath("resources/sample_hipp.tif")
)

return [(imread(path), {"name": "Sample Data"})]
return [(imread(path), {"name": "2D coronal mouse brain section"})]

0 comments on commit ab39dba

Please sign in to comment.