tferr / Scripts

:microscope::cocktail: Home of the ImageJ BAR: A collection of Broadly Applicable Routines for ImageJ
https://imagej.net/BAR
GNU General Public License v3.0
24 stars 18 forks source link

Convert utility methods to a SciJava standard #14

Closed hinerm closed 8 years ago

hinerm commented 9 years ago

The idea of per-script language utility methods is something we should standardize, so that the SciJava framework handles a lot of the basic stuff (e.g. discovering and printing available commands).

The issue for generalizing this is in SciJava but I think BAR would be a great use case to drive this work, so it would be great to develop this together.

hinerm commented 9 years ago

@tferr This could be a fun thing to work on together for your time at the hackathon!

tferr commented 9 years ago

Not so sure if I'm up to it, but definitely yes!

tferr commented 8 years ago

This is now implemented as an "external Op". Discussed in #16