staralt:获取天体物体可见度图的程序

时间:2021-03-31 10:05:55
【文件属性】:
文件名称:staralt:获取天体物体可见度图的程序
文件大小:3KB
文件格式:ZIP
更新时间:2021-03-31 10:05:55
Python STARALT示例 from astropy . coordinates import SkyCoord from staralt . object_visibility import ObjVisibility obj_list = [ "PN G226.7+05.6" , "PN G326.6+42.2" , "PN G011.1+07.0" , "PN G208.5+33.2" ] coords = [] for obj in obj_list : coords . append ( SkyCoord . from_name ( obj )) ra = [ c . ra . value for c in coords ] dec = [ c . dec . value for c in coords ] ov = ObjVisibility ( date_obs = "2021-4
【文件预览】:
staralt-master
----README.md(490B)
----object_visibility.py(6KB)

网友评论