Skip to content

Commit a2e3c05

Browse files
Jammy2211Jammy2211
authored andcommitted
change frac
1 parent 952b12d commit a2e3c05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoarray/inversion/pixelization/border_relocator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ def ellipse_params_via_border_pca_from(border_grid, xp=np, eps=1e-12):
263263
return origin, a, b, phi
264264

265265

266-
def relocated_grid_via_ellipse_border_from(grid, origin, a, b, phi, xp=np, border_frac=1e-3):
266+
def relocated_grid_via_ellipse_border_from(grid, origin, a, b, phi, xp=np, border_frac=1e-2):
267267
"""
268268
Rotated ellipse centered at origin with semi-axes a (major, x'), b (minor, y'),
269269
rotated by phi radians (counterclockwise).

0 commit comments

Comments
 (0)