Skip to content

aherbert/gdsc-core

Repository files navigation

GDSC ImageJ Core

License: GPL v3 Build Status Coverage Status Maven Central Javadocs

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

Maven Installation

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:

  1. 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
    
  2. 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.

Legal

See LICENSE

About

Owner(s)

Alex Herbert

Institution

Genome Damage and Stability Centre, University of Sussex

URL

GDSC ImageJ plugins

About

Contains core code used by the GDSC ImageJ Plugins and GDSC SMLM ImageJ Plugins

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages