Skip to content

Commit

Permalink
Merge pull request #1560 from dlakaplan/addhawc
Browse files Browse the repository at this point in the history
Add HAWC
  • Loading branch information
abhisrkckl authored Apr 28, 2023
2 parents 6fd8a9c + 6e16e63 commit 7338b15
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 12 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ and this project, at least loosely, adheres to [Semantic Versioning](https://sem
- Methods to compute dispersion slope and to convert DM using the CODATA value of DMconst
- `TimingModel.total_dispersion_slope` method
- Explicit discussion of DT92 convention to DDK model
- HESS and ORT telescopes to the list of known observatories
- HAWC, HESS and ORT telescopes to the list of known observatories
- Documentation: making TOAs from array of times added to HowTo
- Method to make TOAs from an array of times
- Clock correction for LEAP
Expand Down
32 changes: 21 additions & 11 deletions src/pint/data/runtime/observatories.json
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@
"origin": "The Giant Metre-wave Radio Telescope.\nThe origin of this data is unknown but as of 2021 June 8 it agrees exactly with\nthe values used by TEMPO and TEMPO2.\nGMRT does not need clock files as the data is recorded against UTC(gps)."
},
"ort": {
"aliases" : [
"aliases": [
"or"
],
"clock_fmt": "tempo2",
Expand Down Expand Up @@ -1392,13 +1392,23 @@
],
"origin": "Imported from TEMPO obsys.dat 2021 June 8."
},
"hess": {
"include_bipm": false,
"itrf_xyz": [
5622462.3793,
1665449.2317,
-2505096.8054
],
"origin": "H.E.S.S., the High Energy Stereoscopic System, an Imaging Atmospheric Cherenkov Telescope.\nThese coordinates are provided (from geodetic coordinates : lat = 23°16'18''S, lon = 16°30'00''E at 1800m asl) by the Maxime Regeard and Arache Djannati-Atai on behalf of the H.E.S.S. Collabotation, 2023 January 18."
}
}
"hess": {
"include_bipm": false,
"itrf_xyz": [
5622462.3793,
1665449.2317,
-2505096.8054
],
"origin": "H.E.S.S., the High Energy Stereoscopic System, an Imaging Atmospheric Cherenkov Telescope.\nThese coordinates are provided (from geodetic coordinates : lat = 23°16'18''S, lon = 16°30'00''E at 1800m asl) by the Maxime Regeard and Arache Djannati-Atai on behalf of the H.E.S.S. Collabotation, 2023 January 18."
},
"hawc": {
"include_bipm": false,
"include_gps": true,
"itrf_xyz": [
-767864.42219771,
-5987810.65796205,
2064148.57332404
],
"origin": "HAWC: High Altitude Water Cherenkov Experiment.\nCoordinates provided (as geodetic coordinates : 18:59:41.63 N, 97:18:27.39 W, 4096 m) by the spokesperson Ke Fang on behalf of the HAWC Collabotation, 2023 April 21."
}
}

0 comments on commit 7338b15

Please sign in to comment.