We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a20e5f1 commit 1399529Copy full SHA for 1399529
docs/src/examples.md
@@ -80,7 +80,7 @@ synth_psf = model(best_fit_params)
80
81
plot(
82
imshow(psf, title="Data"),
83
- plot(synth_psf, reverse(axes(psf)); title="Model"),
+ plot(synth_psf, axes(psf); title="Model"),
84
cbar=false,
85
ticks=false,
86
layout=2,
src/airy.jl
@@ -15,7 +15,7 @@ The Airy disk is a distribution over the radius `r` (the square-Euclidean distan
15
```
16
f(x | x̂, FWHM) = [ 2J₁(q) / q ]^2
17
18
-where `J₁` is the first order Bessel function of the first kind and
+where `J₁` is the first-order Bessel function of the first kind and
19
20
q ≈ π * r / (0.973 * FWHM)
21
0 commit comments