Skip to content

Commit

Permalink
Remove failing re-centering
Browse files Browse the repository at this point in the history
  • Loading branch information
viljarjf committed Apr 22, 2024
1 parent a910c37 commit cfb91a9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions examples/processing/azimuthal_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,6 @@
# The `azimuth_range`-argument lets you choose what angular range to calculate the azimuthal integral for.
# The range can be increasing, decreasing, and does not need to be a multiple of pi.

nano_crystals.calibrate(center=None)

pol1 = nano_crystals.get_azimuthal_integral2d(npt=100, azimuth_range=(-np.pi, np.pi))

pol2 = nano_crystals.get_azimuthal_integral2d(npt=100, azimuth_range=(0, 1))
Expand Down

0 comments on commit cfb91a9

Please sign in to comment.