Skip to content

Commit

Permalink
Removing errant bit of code
Browse files Browse the repository at this point in the history
  • Loading branch information
kartographer committed Nov 6, 2023
1 parent 082f33f commit 0fe6159
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pyuvdata/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,6 @@
"rr": ["r", "r"], "ll": ["l", "l"],
"rl": ["r", "l"], "lr": ["l", "r"]}

ANGLE_TIME_EQUIV = [(units.s, units.arcsec, lambda x: x * 15.0, lambda x: x / 15.0)]

_range_dict = {
"itrs": (6.35e6, 6.39e6, "Earth"), "mcmf": (1717100.0, 1757100.0, "Moon")
}
Expand Down

0 comments on commit 0fe6159

Please sign in to comment.