From deb3ec4c1114e950ca47754a1ee0e60c556b52d2 Mon Sep 17 00:00:00 2001 From: David Kaplan Date: Fri, 13 Oct 2023 12:40:11 -0500 Subject: [PATCH] parallax back in PMSAFE and explicitly in delay --- src/pint/models/astrometry.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/pint/models/astrometry.py b/src/pint/models/astrometry.py index 7a37e1203..2d739a13d 100644 --- a/src/pint/models/astrometry.py +++ b/src/pint/models/astrometry.py @@ -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, @@ -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,