Skip to content

Commit

Permalink
removing test plotting
Browse files Browse the repository at this point in the history
  • Loading branch information
cophus committed Dec 18, 2023
1 parent 5c16a63 commit db77549
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions py4DSTEM/process/wholepatternfit/wpf.py
Original file line number Diff line number Diff line change
Expand Up @@ -527,13 +527,6 @@ def get_strain_maps(
name=lat.name,
)

fig, ax = plt.subplots(figsize=(4, 4))
ax.imshow(
g1g2_map["mask"].data.astype("float"),
vmin=0,
vmax=1,
)

# Get the reference lattice vectors
# TODO - update this to allow other refs, ROI, etc.
mask = (g1g2_map.get_slice("mask").data).astype("bool")
Expand Down

0 comments on commit db77549

Please sign in to comment.