Skip to content

Commit

Permalink
Merge branch 'main' of github.com:bencardoen/SubPrecisionContactDetec…
Browse files Browse the repository at this point in the history
…tion.jl
  • Loading branch information
bencardoen committed Oct 30, 2024
2 parents 2f8e98d + ed9de56 commit 64672ba
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/src/index.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
10 changes: 9 additions & 1 deletion docs/src/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,19 @@ For example:

![example](./assets/interactive.png)

This would work like this:

```julia
using Pkg; Pkg.activate("."); # <CTRL+ENTER>
using SubPrecisionContactDetection; # <CTRL+ENTER>
@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:

```julia
using SubPrecisionInteractionDetection
twochannel_contats(get_defaults());
```
```

0 comments on commit 64672ba

Please sign in to comment.