File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 1
1
# SubPrecisionContactDetection.jl Documentation
2
2
3
3
Welcome to the documentation for this package.
4
+ This holds the implementation for [ MCS-DETECT, published in JCB] ( https://doi.org/10.1083/jcb.202206109 ) .
4
5
Please see the sidebar for relevant sections.
5
6
6
7
This package offers variable distance contact detection between two images (2/3D) when segmentation is not sufficiently accurate.
Original file line number Diff line number Diff line change @@ -48,11 +48,19 @@ For example:
48
48
49
49
![ example] ( ./assets/interactive.png )
50
50
51
+ This would work like this:
52
+
53
+ ``` julia
54
+ using Pkg; Pkg. activate (" ." ); # <CTRL+ENTER>
55
+ using SubPrecisionContactDetection; # <CTRL+ENTER>
56
+ @info " Test" ; # CTRL+ENTER
57
+ defs = get_defaults (); # CTRL+ENTER
58
+ ```
51
59
52
60
## Julia API
53
61
While you can call the scripts from the command line, you can also do so from within Julia:
54
62
55
63
``` julia
56
64
using SubPrecisionInteractionDetection
57
65
twochannel_contats (get_defaults ());
58
- ```
66
+ ```
You can’t perform that action at this time.
0 commit comments