Skip to content

Commit 42b25dd

Browse files
committed
fixes for docs images
1 parent 80c9496 commit 42b25dd

File tree

8 files changed

+2
-2
lines changed

8 files changed

+2
-2
lines changed
File renamed without changes.
-31.6 MB
Binary file not shown.
-31.6 MB
Binary file not shown.
695 KB
Loading

docs/src/assets/picture_1.png

-11.2 MB
Binary file not shown.

docs/src/assets/picture_3.png

-10.7 MB
Binary file not shown.

docs/src/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ CurrentModule = CounterMarking
77
[CounterMarking](https://github.com/HolyLab/CounterMarking.jl) analyzes experiments on [scent-marking in mice](https://www.sciencedirect.com/science/article/pii/S0003347287800167),
88
specifically images of urine countermarking visualized by the [ninhydrin reaction](https://pubs.acs.org/doi/full/10.1021/jf030490p):
99

10-
![A ninhydrin-stained image](assets/picture_2.png)
10+
![A ninhydrin-stained image](assets/Picture.png)
1111

1212
The yellow spot corresponds to a stimulus provided by the experimenter, and the small light-blue spots are deposited marks.
1313

src/gui.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ function gui(
2424
btnclick = Condition(), # used for testing
2525
whichbutton = Ref{Symbol}(), # used for testing
2626
preclick::Union{Int,Nothing} = nothing, # used for testing
27-
background_path = nothing, # used to correct for non-uniform illumination (see joinpath(pkgdir(@__MODULE__),"docs","src","assets","blurred_calibration.bmp"))
27+
background_path = nothing, # used to correct for non-uniform illumination (see joinpath(pkgdir(@__MODULE__),"docs","src","assets","blurred_calibration.png"))
2828
crop_top::Int = 0, # crop this many pixels off of each side
2929
crop_bottom::Int = 0,
3030
crop_left::Int = 0,

0 commit comments

Comments
 (0)