Skip to content

Commit 9beb68f

Browse files
Merge pull request #244 from AustinHouston/main
small debug change
2 parents 4011bb2 + bf93bbe commit 9beb68f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pyTEMlib/probe_tools.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ def get_chi(ab, size_x, size_y, verbose=False):
9292
chi = make_chi(phi, theta, ab)
9393

9494
# Aperture function
95-
print(aperture_angle)
9695
mask = theta >= aperture_angle
9796

9897
aperture = np.ones((size_x, size_y), dtype=float)

0 commit comments

Comments
 (0)