Skip to content

Commit

Permalink
fixed imports in threepie moonflower example (#531)
Browse files Browse the repository at this point in the history
  • Loading branch information
daurer authored Feb 1, 2024
1 parent e3075c1 commit be94818
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/misc/moonflower_ThreePIE.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"""
from ptypy.core import Ptycho
from ptypy import utils as u
from ptypy.custom import ePIE_multislice
from ptypy.custom import threepie

import tempfile
tmpdir = tempfile.gettempdir()
Expand Down Expand Up @@ -48,7 +48,7 @@
# attach a reconstrucion engine
p.engines = u.Param()
p.engines.engine00 = u.Param()
p.engines.engine00.name = 'ePIE_multislice'
p.engines.engine00.name = 'ThreePIE'
p.engines.engine00.numiter = 200
p.engines.engine00.probe_center_tol = None
p.engines.engine00.compute_log_likelihood = True
Expand Down

0 comments on commit be94818

Please sign in to comment.