Skip to content

Commit

Permalink
Merge pull request #696 from maclariz/DDF-patch-8
Browse files Browse the repository at this point in the history
Update digital_dark_field.py
  • Loading branch information
bsavitzky authored Nov 21, 2024
2 parents 48d5eb6 + 0151417 commit a7b8643
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py4DSTEM/process/diffraction/digital_dark_field.py
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ def DDFimage(points_array, aperture_positions, Rshape=None, tol=1):
aperture_position = aperture_positions[aperture_index]
intensities = np.vstack(
(
points_array[:, 2:].T,
points_array[:, 2:5].T,
pointlist_differences(aperture_position, points_array),
)
).T
Expand Down

0 comments on commit a7b8643

Please sign in to comment.