Skip to content

Commit

Permalink
No need for plotting stuff at MOC stage
Browse files Browse the repository at this point in the history
  • Loading branch information
mcoughlin committed May 28, 2024
1 parent dfa3cbd commit 30531c6
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions gwemopt/utils/pixels.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@ def getRegionPixels(
dec_pointing,
regions,
nside,
alpha=0.4,
color="k",
edgecolor="k",
):
theta = 0.5 * np.pi - np.deg2rad(dec_pointing)
phi = np.deg2rad(ra_pointing)
Expand Down Expand Up @@ -83,9 +80,6 @@ def getCirclePixels(
ra_pointing,
dec_pointing,
radius,
alpha=0.4,
color="k",
edgecolor="k",
):

radecs = get_ellipse_coords(
Expand Down Expand Up @@ -117,9 +111,6 @@ def getRectanglePixels(
dec_pointing,
raSide,
decSide,
alpha=0.4,
color="k",
edgecolor="k",
):
area = raSide * decSide

Expand Down Expand Up @@ -176,9 +167,6 @@ def getSquarePixels(
ra_pointing,
dec_pointing,
tileSide,
alpha=0.4,
color="k",
edgecolor="k",
):
area = tileSide * tileSide

Expand Down

0 comments on commit 30531c6

Please sign in to comment.