Skip to content

Commit

Permalink
Specify using
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffFessler committed Jan 22, 2024
1 parent 3fc2e4f commit a568c94
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/lit/examples/2-rotate.jl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This page explains the image rotation portion of the Julia package

# Packages needed here.

using SPECTrecon
using SPECTrecon: plan_rotate, imrotate!, imrotate_adj!
using MIRTjim: jim, prompt
using Plots: scatter, scatter!, plot!, default
default(markerstrokecolor=:auto, markersize=3)
Expand Down
2 changes: 1 addition & 1 deletion docs/lit/examples/3-psf.jl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This page explains the PSF portion of the Julia package

# Packages needed here.

using SPECTrecon
using SPECTrecon: psf_gauss, plan_psf, fft_conv!, fft_conv_adj!
using MIRTjim: jim, prompt
using Plots: scatter, scatter!, plot!, default
default(markerstrokecolor=:auto, markersize=3)
Expand Down
2 changes: 1 addition & 1 deletion docs/lit/examples/4-mlem.jl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This page illustrates ML-EM reconstruction with the Julia package

# Packages needed here.

using SPECTrecon
using SPECTrecon: SPECTplan, psf_gauss, project!, backproject!, mlem, mlem!
using MIRTjim: jim, prompt
using Plots: scatter, plot!, default; default(markerstrokecolor=:auto)

Expand Down
3 changes: 2 additions & 1 deletion docs/lit/examples/5-2d.jl
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ using the Julia package

# Packages needed here.

using SPECTrecon
using SPECTrecon: SPECTplan, psf_gauss
using SPECTrecon: project, project!, backproject, backproject!
using MIRTjim: jim, prompt
using ImagePhantoms: shepp_logan, SheppLoganEmis
using LinearAlgebra: mul!
Expand Down

0 comments on commit a568c94

Please sign in to comment.