【发布时间】:2020-03-26 18:23:16
【问题描述】:
【问题讨论】:
-
您可能更有可能在特定于天文学的邮件列表或论坛上获得有用的答案。正如目前提出的那样,我认为这个问题不是on topic 。
标签: astropy astronomy map-projections healpy
【问题讨论】:
标签: astropy astronomy map-projections healpy
您需要使用healpy.ang2pix 函数,因此根据您的坐标,您可以了解哪个是相关像素。
见https://healpy.readthedocs.io/en/latest/generated/healpy.pixelfunc.ang2pix.html
作为示例,请参阅本教程:
https://gist.github.com/zonca/680c68c3d60697eb0cb669cf1b41c324
【讨论】: