Skip to content

Commit

Permalink
Fix PSF used for reconstruction debug examples.
Browse files Browse the repository at this point in the history
  • Loading branch information
ebezzam committed Oct 4, 2024
1 parent 5d3dbb0 commit fc89d28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/recon/train_learning_based.py
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ def train_learned(config):
i,
lensed,
lensless,
psf,
psf_recon,
test_set,
"",
flip_lr,
Expand All @@ -415,7 +415,7 @@ def train_learned(config):
i,
lensed,
(lensless - background),
psf,
psf_recon,
test_set,
"subtraction_",
flip_lr,
Expand Down

0 comments on commit fc89d28

Please sign in to comment.