The following instructions should get you up and running:
- Build and run the Dockerfile via
docker build -t osu_cdme:latest -m 2GB .
- Run the Dockerfile via
docker run -it osu_cdme
- Get this directory into the container. Options include
docker cp
andgit clone
. - Build the source code by running
build.bat
- Execute layer/scan generation for the build plate by running
run_Build_Plate.bat
and for the NIST Plate by runningrun_NIST.bat
- You can then find the output .scn file in the location specified in the respective config file.
This scan path is an implementation of the popular island scanning algorithm.