-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Milestone
Description
If a command has only one input which is assigned to a column selection, e.g one input image, we should create a multi column selection for that input.
Notes
- there should be a way to turn this off programmatically (e.g. special
annotation) - If multiple columns are selected the command is executed for each of them and the resulting columns are either appended or a new table is created.
We need to have a multi column selection for input parameters. E.g. when we want to apply a filter to several image columns in a table.
Ideas:
Manual
- Add Varags Annotation that enables multiselect for a parameter.
JAVA:
@Parameter(attr={@Attr("multiCol" = "true")})
private ImgPlus[] inputImgs;
JavaScript:
\\ @Input(multiCol = 'true') ImgPlus[] inputImgs
Automatic
Commandinputs fitting the following parameters will always get multi col select:
- Command with single input image will get multi selection for that input
Metadata
Metadata
Assignees
Labels
No labels