Skip to content

Commit 6a0fd8d

Browse files
Jammy2211Jammy2211
authored andcommitted
remove Ellipse Params
1 parent dbe4beb commit 6a0fd8d

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

autoarray/inversion/pixelization/border_relocator.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -314,16 +314,6 @@ def relocated_grid_via_ellipse_border_from(grid, origin, a, b, phi, xp=np, eps=1
314314
return xp.where(outside[:, None], moved, grid)
315315

316316

317-
class EllipseParams:
318-
319-
def __init__(self, origin, a, b, phi):
320-
321-
self.origin = origin
322-
self.a = a
323-
self.b = b
324-
self.phi = phi
325-
326-
327317
class BorderRelocator:
328318
def __init__(
329319
self,

0 commit comments

Comments
 (0)