bigdataviewer / bigdataviewer_fiji

Fiji plugins for starting BigDataViewer and exporting data.
GNU General Public License v3.0
21 stars 9 forks source link

Convert plugins to SciJava commands #5

Closed ctrueden closed 7 years ago

ctrueden commented 7 years ago

This allows them to be discovered simply on the classpath, for easier testing with main methods across various projects. See e.g. fiji/fiji's sc.fiji.Main class.

This PR does not convert from GenericDialog to @Parameter syntax, nor does it purge usage of ImageJ 1.x in general. There are many places which would benefit from that, and in fact we will need to do that eventually so that BDV can become the default viewer for ImageJ2. Probably, this component's commands will actually need to be split up into different components, depending on their intended usage and dependencies.

tpietzsch commented 7 years ago

@ctrueden Thank you! Somehow I managed to make the commits disappear from this PR :-( I rebased locally onto current master and then force-pushed, but only after pushing the master. Too bad, but it's merged nonetheless...