Skip to content

Multi-Column Selection #42

@gab1one

Description

@gab1one

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions