def r_E_tilde(self):
"""
*astropy.Quantity*, read-only
The physical size of the Einstein Radius projected onto the
Observer plane (in AU).
"""
return self.r_E * self.source.distance / (
self.source.distance - self.lens.distance)
评论列表
文章目录