https://github.com/turleyjm/cell-division-dl-plugin
Tip revision: f6c3290670f23524d47ccddc873ef5673eda4b3c authored by turleyjm on 11 July 2024, 02:09:47 UTC
Update README.md
Update README.md
Tip revision: f6c3290
napari.yaml
name: cell-division-dl-plugin
display_name: Cell Division Detector
contributions:
commands:
- id: cell-division-dl-plugin.get_reader
python_name: cell_division_dl_plugin._reader:napari_get_reader
title: Open data with Cell Division Detector
- id: cell-division-dl-plugin.write_multiple
python_name: cell_division_dl_plugin._writer:write_multiple
title: Save multi-layer data with Cell Division Detector
- id: cell-division-dl-plugin.write_single_image
python_name: cell_division_dl_plugin._writer:write_single_image
title: Save image data with Cell Division Detector
- id: cell-division-dl-plugin.cellDivision
python_name: cell_division_dl_plugin._widget:cellDivision
title: Detect Divisions
readers:
- command: cell-division-dl-plugin.get_reader
accepts_directories: false
filename_patterns: ['*.npy']
writers:
- command: cell-division-dl-plugin.write_multiple
layer_types: ['image*','labels*']
filename_extensions: []
- command: cell-division-dl-plugin.write_single_image
layer_types: ['image']
filename_extensions: ['.npy']
widgets:
- command: cell-division-dl-plugin.cellDivision
display_name: Detect Divisions
