scijava / scijava

Foundational libraries for scientific Java applications 🧱
https://scijava.org
6 stars 0 forks source link

Add an indication to ops.help() that an Op is a function, computer or inpace #194

Open elevans opened 3 months ago

elevans commented 3 months ago

I was trying to use the deconvolve.richardsonLucyTV op as a computer without realizing that it returned the result, thus making it a function. This wasn't really clear to me until I bothered @gselzer about it. We should add some indicator to the ops.help() and/or ops.helpVerbose() outputs that notify the user what kind of Op the request is.