From bfc479bc14e3ffe4338b9443aef422b6f0e5e24a Mon Sep 17 00:00:00 2001 From: Ben Cardoen <26388277+bencardoen@users.noreply.github.com> Date: Wed, 30 Oct 2024 17:07:53 +0000 Subject: [PATCH 1/2] Update tutorial.md --- docs/src/tutorial.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/src/tutorial.md b/docs/src/tutorial.md index 2d13b07..6524ded 100644 --- a/docs/src/tutorial.md +++ b/docs/src/tutorial.md @@ -46,6 +46,14 @@ For example: ![example](./assets/interactive.png) +This would work like this: + +```julia +using Pkg; Pkg.activate("."); # +using SubPrecisionContactDetection; # +@info "Test"; #CTRL+ENTER +defs = get_defaults(); #CTRL+ENTER +``` ## Julia API While you can call the scripts from the command line, you can also do so from within Julia: @@ -53,4 +61,4 @@ While you can call the scripts from the command line, you can also do so from wi ```julia using SubPrecisionInteractionDetection twochannel_contats(get_defaults()); -``` \ No newline at end of file +``` From ed9de563afae093001d56dcc8795b68813d26b95 Mon Sep 17 00:00:00 2001 From: Ben Cardoen <26388277+bencardoen@users.noreply.github.com> Date: Wed, 30 Oct 2024 19:02:10 +0000 Subject: [PATCH 2/2] Update index.md --- docs/src/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/src/index.md b/docs/src/index.md index 679079e..3b9bc94 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -1,6 +1,7 @@ # SubPrecisionContactDetection.jl Documentation Welcome to the documentation for this package. +This holds the implementation for [MCS-DETECT, published in JCB](https://doi.org/10.1083/jcb.202206109). Please see the sidebar for relevant sections. This package offers variable distance contact detection between two images (2/3D) when segmentation is not sufficiently accurate.