Skip to content

Commit

Permalink
parallax back in PMSAFE and explicitly in delay
Browse files Browse the repository at this point in the history
  • Loading branch information
dlakaplan committed Oct 13, 2023
1 parent fe769b2 commit deb3ec4
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/pint/models/astrometry.py
Original file line number Diff line number Diff line change
Expand Up @@ -449,8 +449,7 @@ def ssb_to_psb_xyz_ICRS(self, epoch=None):
self.PMRA.quantity.to_value(u.radian / u.yr)
/ np.cos(self.DECJ.quantity).value,
self.PMDEC.quantity.to_value(u.radian / u.yr),
# self.PX.quantity.to_value(u.arcsec),
0.0,
self.PX.quantity.to_value(u.arcsec),
0.0,
self.POSEPOCH.quantity.jd1,
self.POSEPOCH.quantity.jd2,
Expand Down Expand Up @@ -886,8 +885,7 @@ def ssb_to_psb_xyz_ECL(self, epoch=None, ecl=None):
lat,
pm_lon,
pm_lat,
# self.PX.quantity.to_value(u.arcsec),
0.0,
self.PX.quantity.to_value(u.arcsec),
0.0,
self.POSEPOCH.quantity.jd1,
self.POSEPOCH.quantity.jd2,
Expand Down

0 comments on commit deb3ec4

Please sign in to comment.