Scripts icon indicating copy to clipboard operation
Scripts copied to clipboard

:microscope::cocktail: Home of the ImageJ BAR: A collection of Broadly Applicable Routines for ImageJ

Results 3 Scripts issues
Sort by recently updated
recently updated
newest added

Hello! I came across this plugin recently while looking for a "Plot profile tool" for multichannel images. The plotting works fine for composite images, the green channel is plotted in...

awaiting feedbak

Implement log-normal fitting in [Distribution Plotter](https://github.com/tferr/Scripts/blob/master/BAR/src/main/resources/scripts/BAR/Data_Analysis/README.md#distribution-plotter) Requested by @peterjlee in #22: >code something that would also plot log-normal frequency distributions

Thanks to @ctrueden, the `script_templates` strategy (that we're [already using](https://github.com/tferr/Scripts/tree/master/BAR/src/main/resources/script_templates/BAR)) can now [be generalized](http://forum.imagej.net/t/scripts-can-now-be-discovered-from-jar-files/2050?u=tferr) to any path. @m-entrup tested the new discovery mechanism and everything seems to [work well](http://forum.imagej.net/t/using-self-written-jython-modules-in-imagej/2280?u=tferr), so...

enhancement
Help wanted