def pi_rel(self): """ *astropy.Quantity*, read-only The source-lens relative parallax in milliarcseconds. """ return self.lens.pi_L.to(u.mas) - self.source.pi_S.to(u.mas)