Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ requires-python = ">=3.11"
# See best practices: https://napari.org/stable/plugins/building_a_plugin/best_practices.html
dependencies = [
"napari",
"ndev-settings>=0.4.1",
"ndev-settings>=0.4.2",
"nbatch>=0.0.4",
"natsort",
"magicgui",
Expand Down
13 changes: 10 additions & 3 deletions src/ndevio/ndev_settings.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ndevio_reader:
suggest_reader_plugins:
default: true
tooltip: Whether to suggest plugins to install when no reader can be found
tooltip: Whether to suggest plugins to install when no reader can be found.
value: true
preferred_reader:
default: null
Expand All @@ -16,12 +16,19 @@ ndevio_reader:
- View All Scenes
- View First Scene Only
default: Open Scene Widget
tooltip: How to handle files with multiple scenes
tooltip: How to handle files with multiple scenes.
value: Open Scene Widget
clear_layers_on_new_scene:
default: false
tooltip: Whether to clear the viewer when selecting a new scene
tooltip: Whether to clear the viewer when selecting a new scene.
value: false
max_in_mem_gb:
default: 8.0
min: 0.5
max: 128.0
step: 0.5
tooltip: Maximum uncompressed image size in GB to load eagerly. Larger images use dask.
value: 8.0

ndevio_export:
canvas_scale:
Expand Down
Loading