File tree Expand file tree Collapse file tree 3 files changed +2
-1
lines changed Expand file tree Collapse file tree 3 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,5 @@ DaggerImageReconstruction.DaggerRecoPlan
14
14
Base.getproperty(::DaggerRecoPlan, ::Symbol)
15
15
Base.setproperty!(::DaggerRecoPlan, ::Symbol, ::Any)
16
16
Observables.on(::Any, ::DaggerRecoPlan, ::Symbol)
17
- Observables.off(::DaggerRecoPlan, ::Symbol, ::Dagger.Chunk)
18
17
DaggerImageReconstruction.loadDaggerPlan
19
18
```
Original file line number Diff line number Diff line change 1
1
worker = 1 # hide
2
+ using DaggerImageReconstruction # hide
2
3
# # Distributed Image Reconstruction
3
4
# This example demonstrates how to execute an iterative Radon reconstruction using the OurRadonReco package on a separate process.
4
5
# We start by adding a new worker process:
Original file line number Diff line number Diff line change 1
1
worker = 1 # hide
2
2
# using Distributed #hide
3
3
# worker = first(addprocs(1)) #hide
4
+ using DaggerImageReconstruction # hide
4
5
include (" ../../literate/example/example_include_all.jl" ) # hide
5
6
6
7
# # Distributed Image Reconstruction using RecoPlans
You can’t perform that action at this time.
0 commit comments