Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions py4DSTEM/process/diffraction/digital_dark_field.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
A general note on all these functions is that they are designed for use with rotation calibration into the pointslist.
However, they have to date only been used with the Qx and Qy in pixels and not calibrated into reciprocal units.
There is no reason why this should not work, but the default tolerance would need adjustment.

These majority of these functions have been used and described in https://doi.org/10.1093/mam/ozae104,
with the exception of the ones written in polar co-ordinates (which are still to be used in published work).
"""

import numpy as np
Expand Down