def pi_S(self):
"""
*astropy.Quantity*
The parallax to the source in millarcseconds. May be set as a
*float*. If no units are specified, assumes milliarcseconds (*u.mas*).
"""
return self._distance.to(u.mas, equivalencies=u.parallax())
评论列表
文章目录