Skip to content

Commit

Permalink
Adding ATA to known telescopes
Browse files Browse the repository at this point in the history
  • Loading branch information
kartographer committed Nov 22, 2024
1 parent 2eecc98 commit 9cbbbec
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/pyuvdata/telescopes.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,14 @@
"citation": "OVRO Sharepoint Documentation",
},
"MWA": {"antenna_positions_file": "mwa_ant_pos.csv"},
"ATA": {
"location": EarthLocation.from_geodetic(
lat=Angle("40d49m02.75s"),
lon=Angle("-121d28m14.65s"),
height=1019.222 * units.m,
),
"antenna_diameters": 6.1,
},
}


Expand Down

0 comments on commit 9cbbbec

Please sign in to comment.