CellProfiler / CellProfiler-plugins

Community-contributed and experimental CellProfiler modules.
http://plugins.cellprofiler.org/
56 stars 67 forks source link

Create RunImgeJScript Module #120

Closed hinerm closed 3 years ago

hinerm commented 3 years ago

Like the RunImageJMacro module, the RunImageJScript module is designed for running ImageJ processes from within CellProfiler.

In RunImageJScript we accomplish this by using the PyImageJ bridge between Python and ImageJ. This allows lightweight wrapping between CellProfiler image data structures and ImageJ (ImgLib2) types.

Advantages:

Known limitations:

hinerm commented 3 years ago

A sample script for use in testing: https://gist.github.com/hinerm/4693a4e918e452e8d0e16a3edb9b7387

0x00b1 commented 3 years ago

This is awesome @hinerm

hinerm commented 3 years ago

@0x00b1 I think @alicelucas made her changes to the tests - is there anything else you'd like to see before merging this?

alicelucas commented 3 years ago

Nice, congratulation @hinerm ! 🎉