Skip to content

Commit 5fe17f5

Browse files
author
Benedikt Daurer
committed
Small chamges
1 parent 3894a50 commit 5fe17f5

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

src/hummingbird.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
#!/usr/bin/env python
2-
32
"""Hummingbird main file."""
4-
53
import sys
64
import argparse
75
import logging

src/simulation/ptycho.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ def get_position_y(self):
258258

259259
# Simulate the ptychography experiment at AMO
260260
sim = Simulation()
261-
sim.setSource(wavelength=0.9918e-9, focus_diameter=1.5e-6, pulse_energy=1e-3, transmission=5.13e-7)
261+
sim.setSource(wavelength=0.9918e-9, focus_diameter=1.5e-6, pulse_energy=1e-3, transmission=5.13e-8)
262262
sim.setDetector(pixelsize=75e-6, nx=512, distance=730e-3, adus_per_photon=7.95)
263263
sim.setScan(nperpos=10, scanx=20, scany=20, step=500e-9, start=(-8e-6, 8e-6))
264264
sim.setObject(sample='xradia_star', size=40e-6, thickness=180e-9, material='gold')

0 commit comments

Comments
 (0)