hansenjn / CiliaQ

An ImageJ plugin to quantify ciliary shape, length, and fluorescence.
GNU General Public License v3.0
7 stars 3 forks source link

Headless mode #17

Open hansenjn opened 2 months ago

hansenjn commented 2 months ago

To make CiliaQ runnable in ImageJ's headless mode (https://imagej.net/learn/headless) on servers, it will need to be callable from a macro. Right now, calling CiliaQ from a macro does not work. This functionality should be implemented, similar to how it was implemented in MotiQ (https://github.com/hansenjn/MotiQ/issues/3).