imagej / imagej-ui-swing

ImageJ UI for Java Swing.
BSD 2-Clause "Simplified" License
10 stars 20 forks source link

Giant OpBrowser TODOs #71

Closed hinerm closed 6 years ago

hinerm commented 8 years ago

Running arrayimg add with no image open > NPE

Running "IterableMin" does not work with ImageJ2 synchronization enabled (scifio mode)

Running "IterableMin" DOES work with File > Import > Image... but has unsupported output types

IJ2 synch cauess 2 datasets to be found which pops a fairly ugly input widget :(

stats.min(stats.IterableMin) - threshold.mean and the stats.mean - parameter required but unset

"User view" Remove namespaces..? possibly remove leaves as well?

Dynamic input panel: harvest input types available users can request ops that take the specified types select an Op > input panel builds with required (and default harvested) parameters, which can be adjusted run the op > use the selected params

"found x ops" after searching

need to mark "in place" ops - mark if type = IOType.BOTH.. maybe just refresh instead of creating new dataset

computers are: required name=out type=both.. skip it.

probably hide Computers unless they are functions or inplace as well

knime node info-style details for Ops in user mode? http://www.linguamatics.com/sites/default/files/inline-images/knime-workflow.jpg

unsupported return type pyboolean

licenses straightened out

ctrueden commented 6 years ago

Closed in favor of imagej/op-finder#4.