Skip to content

Commit

Permalink
storing arrays for polar peaks
Browse files Browse the repository at this point in the history
  • Loading branch information
smribet committed May 24, 2024
1 parent cd5fd66 commit e8463f5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions py4DSTEM/process/polar/polar_peaks.py
Original file line number Diff line number Diff line change
Expand Up @@ -710,6 +710,10 @@ def plot_radial_peaks(
minlength=q_num,
)

# storing arrays for further plotting
self.q_bins = q_bins
self.int_peaks = int_peaks

# plotting
fig, ax = plt.subplots(figsize=figsize)
ax.plot(
Expand Down

0 comments on commit e8463f5

Please sign in to comment.