Skip to content

Commit

Permalink
Merge #96 from pc494 ~ minor tidy
Browse files Browse the repository at this point in the history
docstring reordering (self merged)
  • Loading branch information
pc494 committed Jul 17, 2020
2 parents ad80dfd + 9fe7e67 commit bba8bf4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions diffsims/generators/zap_map_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,9 +166,8 @@ def generate_zap_map(
>>> for k in zap_map.keys():
>>> pattern = zap_map[k]
>>> pattern.calibration = 4e-3
>>> plt.imshow(pattern.get_diffraction_pattern(),vmax=0.02)
>>> plt.figure()
>>> plt.imshow(pattern.get_diffraction_pattern(),vmax=0.02)
"""

corners_dict = {
Expand Down

0 comments on commit bba8bf4

Please sign in to comment.