Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
scottprahl committed Mar 15, 2022
1 parent 6b4ecd5 commit 0aedf64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion laserbeamsize/laserbeamsize.py
Original file line number Diff line number Diff line change
Expand Up @@ -628,7 +628,7 @@ def rotated_rect_mask(beam, xc, yc, dx, dy, phi, mask_diameters=3):
This routine creates a mask with `true` values for each pixel in
the image that should be part of the integration.
The rectangular mask is `mask_diameters' times the pixel diameters
The rectangular mask is `mask_diameters` times the pixel diameters
of the ellipse.
The rectangular mask is rotated about (xc, yc) and then drawn using PIL
Expand Down

0 comments on commit 0aedf64

Please sign in to comment.