sankeert1999 / Virtual-Orientation-Tools-VOTj

Virtual Orientation Tool FIJI (VOTj) : A Fiji plugin for object centering and alignment
MIT License
0 stars 0 forks source link

Suggestion for tools to include in publication #21

Closed JochenGehrig closed 9 months ago

JochenGehrig commented 12 months ago

Lets discuss the set of tools we want to publish in this thread. I suggest the following:

In an Fiji update site:

the last 2 tools I would expect to be the most useful ones for end-users. Non-batch versions for developers.

Supplement(e.g. zenodo or osf or github etc)

LauLauThom commented 12 months ago

VO_Utils.py is a file with utilitary functions used by the rest of the VOT plugins to avoid rewriting the same code. It has some test code too (hence the #@ notations at the top) but these are ignored when using the plugins.

So there wont be a VO_Utils (Batch) most likely, rather we will put more stuff in the current Utils to address the batch. Long story short this file has to shipped anyway 😅

EDIT : maybe clearer to say that the Utils file wont appear in the menu, but since Sankeert just shared the file like that it was not really clear that it is not supposed to be executed directly.

JochenGehrig commented 12 months ago

In whatever way it will be implemented i think a tool to select two folders would be nice. Similar to the current select a single image path function in the not-to-be-used VO_Utils.py; that is why i named it like that. Just to make it accessible for the guys who dont know how to loop over two different folders by writing code themselves ...or who dont want to or are too lazy etc ;-)