diff --git a/examples/processing/azimuthal_integration.py b/examples/processing/azimuthal_integration.py index 1e781d86a..3687a56f3 100644 --- a/examples/processing/azimuthal_integration.py +++ b/examples/processing/azimuthal_integration.py @@ -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))