def pi_L(self):
"""
*astropy.Quantity*
The parallax to the lens in milliarcseconds. May be set as a
*float*, in which case units are assumed to be
milliarcseconds.
"""
return self._distance.to(u.mas, equivalencies=u.parallax())
评论列表
文章目录