gpt4 book ai didi

python - Pyephem: 'Titan' 对象没有属性 'mag'

转载 作者:太空宇宙 更新时间:2023-11-04 01:05:29 27 4
gpt4 key购买 nike

我试图确定 Titan 的星等,但结果是这条错误消息:AttributeError: 'Titan' 对象没有属性 'mag'

>>> import ephem
>>> t = ephem.Titan()
>>> t.compute()
>>> t.ra
15:55:10.52
>>> t.mag
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
AttributeError: 'Titan' object has no attribute 'mag'

泰坦不是有星等属性吗?为什么?我可以确定天王星或月球的大小,但不能确定土卫六的大小。至少没有'mag'属性。会有什么办法?

编辑:带有版本 3.7.5.3 和 3.7.5.1 的 ephem。

最佳答案

根据PyEphem Homepage Docs

ephem.Body 类型是唯一具有 .mag 属性的类型

Titan 被归类为 ephem.PlanetMoon 对象,因此没有 .mag 属性

ephem.Body 对象的当前列表是:木星、火星、水星、月球、海王星、冥王星、土星、太阳、天王星、金星。

我不知道在 ephem 中有什么方法可以计算 ephem.PlanetMoon 对象的 .mag

关于python - Pyephem: 'Titan' 对象没有属性 'mag',我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30713228/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com