Story
As a segmenter plugin user, I want to access and run Segmenter workflow processing steps so that I can produce Segmentations
A/C
I know this is done when...
Given I have a selected Workflow
And I am on the Workflow Steps screen
When I click on "Run all"
Then I can see the results of the segmentation as a new Napari image layer for each workflow step
And only the most recent layer (ie. result of last processing step) has its visibility turned on in the Napari viewer*
Details
Process the full segmentation workflow and display the results in new Napari layers
For now, the results of each step should be saved as a new "intermediate" layer for each step. So if there are 4 workflow steps we should see 4 new layers in the Napari viewer
We want to "hide" all other available layers in the Napari viewer and only have the result of the last step be set to "Visible" in the viewer (see wireframe for example). This means the little eye icon in Napari viewer should be disabled for all layers except the most recent one we produced.
Naming format for result layers: {step_number}. {step_name} ex: 1. Intensity Normalization
Story As a segmenter plugin user, I want to access and run Segmenter workflow processing steps so that I can produce Segmentations
A/C I know this is done when...
Details
{step_number}. {step_name}
ex:1. Intensity Normalization