This package contains core code used by the GDSC ImageJ and GDSC SMLM ImageJ plugins. It is a dependency for both of those packages.
- gdsc-core: Contains utilities for image and 2D/3D data analysis
- gdsc-core-ij: Contains extensions to ImageJ for image analysis and display
This package is used by other GDSC packages. It is only necessary to perform an install if you are building the other packages from the source code.
The code depends on the gdsc-core and gdsc-ij-parent artifacts so you will have to install this to your local Maven repository before building:
-
Clone the required repositories
git clone https://github.com/aherbert/gdsc-core.git git clone https://github.com/aherbert/gdsc-ij-parent.git git clone https://github.com/aherbert/gdsc-core.git
-
Build the code and install using Maven
cd gdsc-core mvn install cd ../gdsc-ij-parent mvn install cd ../gdsc-core mvn install cd ..
This will produce gdsc-[artifact]-[VERSION].jar files in the local Maven repository. You can now build the other GDSC packages that depend on this code.
See LICENSE
Alex Herbert