Tiago Ferreira
Tiago Ferreira
@jzy3d, Currently, org.jzy3d.plot3d.rendering.view.modes.FREE, does not allow Full 360 (complete) rotations across the 3 axes. There are certain view points that remain restricted. Is it possible to remove the restrictions in...
The SciView Inspector is really neat! but now that I've been playing around with it a bit more I miss some functionality/improvements. Some of these are really minor issues, I...
@tinevez , just noticed that trackmate has unreadable fonts on a 4K display on Linux. Here is a comparison to a regular scijava command prompt:  I guess the issue...
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...
Thanks for this tool @fjwillemsen. Super useful. Do you know how one could use [SLext](https://github.com/hrjakobsen/slext) from within? SLext's has a super useful command bar, that I use quite frequently.
There are several issues here about the JFileChooser, including #100. However, the suggestions on improving JFileChooser frequently end-up with replacing it with a native File chooser. Native dialogs are not...
@jzy3d, we just got a complete crash when trying to load an OBJ file. @maryLLay has more details on the system if needed. Report ``` # # A fatal error...
[JetBrains mono](https://www.jetbrains.com/lp/mono/) is a much-improved font for coding, featuring many readability features such as coding-specific [ligatures](https://www.jetbrains.com/lp/mono#ligatures). I am not able to use this font properly in RSyntaxTextArea. Take this snippet...
It is silly to have to fill the _spacing_ field when running [FrangiVesselness.java](https://github.com/imagej/imagej-ops/blob/master/src/main/java/net/imagej/ops/commands/filter/FrangiVesselness.java), as 99.9% of the time folks would want to run using the _actual_ voxel size of the...