observatory_locations¶
-
gammapy.data.
observatory_locations
= {'cta_north': <EarthLocation (5326744.14419991, -1719670.68542113, 3051852.61422433) m>, 'cta_south': <EarthLocation (1953830.40071076, -5461745.48215685, -2648150.15076259) m>, 'hawc': <EarthLocation (-768048.67304, -5987726.52318414, 2064335.19214093) m>, 'hegra': <EarthLocation (5324402.17229679, 2922477.69543812, 1947565.59400008) m>, 'hess': <EarthLocation (5622482.08529426, 1665478.78910994, -2505121.94111838) m>, 'magic': <EarthLocation (5326859.67992517, -1719502.15154854, 3051856.77751797) m>, 'milagro': <EarthLocation (-1485314.58540703, -4958277.64987375, 3718745.87710186) m>, 'veritas': <EarthLocation (-1943186.26739753, -5074834.80871364, 3330487.41415047) m>, 'whipple': <EarthLocation (-1936925.93988308, -5078068.85469291, 3331761.38143003) m>}¶ Gamma-ray observatory locations (
OrderedDict
).This is an
OrderedDict
with string keys nd values of typeEarthLocation
.Not that with
EarthLocation
the orientation of angles is as follows:- longitude is east for positive values and west for negative values
- latitude is north for positive values and south for negative values
Available observatories (alphabetical order):
cta_south
andcta_north
for CTA, see Website and Wikipediahawc
for HAWC, see Website and Wikipediahegra
for HEGRA, see Wikipediahess
for HESS, see Website and Wikipediamagic
for MAGIC, see Website and Wikipediamilagro
for MILAGRO, see Wikipedia)veritas
for VERITAS, see Website and Wikipediawhipple
for WHIPPLE, see Wikipedia
Examples
>>> from gammapy.data import observatory_locations >>> observatory_locations['hess'] >>> list(observatory_locations.keys())