Skip to content

Commit

Permalink
Merge pull request #1672 from dlakaplan/fixpico
Browse files Browse the repository at this point in the history
Fix sign of y coordinate for Pico Veleta so it's no longer in the sea
  • Loading branch information
abhisrkckl authored Nov 6, 2023
2 parents 6cfd2c5 + 4c54021 commit f2da697
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG-unreleased.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,5 @@ the released changes.
- Robust access of EPHEM and PLANET_SHAPIRO in `make_fake_toas_fromtim`
- `pintk` will not allow choices of axes that are not in timing model/data
- `pintk` correctly displays initial log level
- Fixed sign of y coordinate for Pico Veleta observatory (also being fixed in tempo2)
### Removed
4 changes: 2 additions & 2 deletions src/pint/data/runtime/observatories.json
Original file line number Diff line number Diff line change
Expand Up @@ -1261,11 +1261,11 @@
"itoa_code": "PV",
"itrf_xyz": [
5088964.0,
301689.8,
-301689.8,
3825017.0
],
"fullname": "Observatorio Pico Veleta",
"origin": "Imported from TEMPO2 observatories.dat 2021 June 7. As of 2023-11-01 this appears to be somewhere in the sea."
"origin": "Imported from TEMPO2 observatories.dat 2021 June 7. Fixed signed of y coordinate on 2023 Nov 6 along with M. Keith in tempo2 to make location sensible."
},
"iar1": {
"itrf_xyz": [
Expand Down

0 comments on commit f2da697

Please sign in to comment.