Curtis Rueden
Curtis Rueden
From @lacan [on the Image.sc Forum](https://forum.image.sc/t/plugin-maintainers-can-you-test-fiji-2-11-0/78852/38): > There is a problem with a script that I was using just fine before, which depended on `apache-commons-csv` > > When I try...
The documentation needs to be clearer about who is formally responsible for maintaining each component of the SciJava software stack. I would like to differentiate between "active" and "minimal" maintenance,...
The Time Stamper plugin does not support variable width time stamps. Many of the newer microscopy file formats can store them, though, and Bio-Formats can read them. We can create...
These are update sites with components managed by pom-scijava, and tested in a coordinated way by+with the developer community during each Fiji release+upload, so that they don't break.
@imagejan asks: > As imagej1 has [its own "Cache Sample Images" command](https://github.com/imagej/imagej1/blame/c875290ab562ea46803ab22a16fe82920d93f649/ij/Menus.java#L115) since a while now, is sc.fiji.compat.SampleImageLoader needed at all anymore? Testing needed.
Fiji currently ships some libraries that are licensed under the Eclipse Public License (EPL). This license is [incompatible with the GPL](https://en.wikipedia.org/wiki/Eclipse_Public_License#Compatibility), meaning they cannot be included in a combined work...
The following files are obsolete, but cannot be removed, since they are present on the ImageJ or Fiji core update sites: * jars/fiji-compat * jars/gentyref * jars/mapdb * jars/bio-formats/jai_imageio (I...
* Download a fresh Fiji from https://fiji.sc/#download * Unpack it to `C:\Users\\Programs\Fiji.app`. * Launch ImageJ-win64.exe. * Respond Yes to the Updater prompt; update the application. * Restart Fiji when prompted....
Several projects throughout the Fiji stack make use of matrix libraries. Often [JAMA](http://math.nist.gov/javanumerics/jama/) is used. @kephale suggested that we could use a more modern library like [ojAlgo](http://ojalgo.org/) or [jblas](http://jblas.org/) or...
The `3D_Viewer`, `3D_Blob_Segmentation` and `3D_Objects_Counter` all start with a number. It seems this [causes problems with Leiningen](https://gitter.im/imagej/imagej/archives/2015/09/23), and maybe other Maven-friendly tools. We can rename the artifactIDs, Git repositories and...