AstroDistance

AstroDistance[astro]

返回目前从你所在的地理位置观测到天体 astro 的物理距离.

AstroDistance[astro,astro0]

返回目前从 astro0 观测到天体 astro 的物理距离.

AstroDistance[astro,Dated[astro0,date]]

返回在给定日期从 astro0 观测到天体 astro 的物理距离.

更多信息

  • AstroDistance 计算穿过空间在特定位置之间移动的距离,例如天体的中心或其表面上的点.
  • AstroDistance[astro1,astro0] 中,以天文实体的形式给出天体,如 Entity["Planet","Mars"],表示天体的中心,或使用天体表面上的位置,如 GeoPosition[{lat,lon,h},"Mars"]Entity["SolarSystemFeature", "OlympusMonsMars"]. 也可以使用表示物理位置的字符串,如 "JupiterBarycenter".
  • AstroDistance[astro,astro0] 中,观测点 astro0 必须是太阳系内的位置,但目标位置 astro 可以是深空物体,如恒星或星系.
  • 太阳系 BCRS 坐标中的观测时刻由 AstroDistance 的第二个参数决定,默认为当前时刻.
  • AstroDistance[astro,astro0] 中,对于太阳系外的 astro 物体,结果始终是天体测量意义上的,即给出到光发出的位置的距离,而不是到 astro 在观测日期的位置的距离.
  • AstroDistance[astro,astro0]中,对于太阳系内的 astro 物体,默认情况下,针对光发出的时间对结果进行校正,但可通过 AstroDistance[astro,{astro0,"LightTime""Geometric"}] 计算几何距离.

范例

打开所有单元关闭所有单元

基本范例  (3)

求当前从你所在地理位置到金星中心的距离:

求从月球表面上的一点观测到金星中心的距离:

绘制 2015 年到 2030 年木星和地球中心之间的距离:

范围  (5)

求当前从火星中心到木星中心的距离:

也可以用以下替代形式表示:

求从金星表面上的一点到木星中心的距离:

与中心之间的距离比较:

差异小于金星的半径,取决于当前的几何结构:

使用地球表面上的位置地理实体或表示太阳系特殊地点的实体:

计算太阳和太阳系质心之间的距离:

计算未来 100 年的距离,以十亿米或百万公里为单位:

计算到一组天文物体的距离:

结果以 QuantityArray 形式给出:

Normal 将其转换为一组 Quantity 距离:

应用  (4)

构建一个函数,计算给定公历年木星中心和地球中心之间的几何距离:

绘制 2020 年到 2026 年的距离:

求 2022 年距离最近的时刻:

转换为标准公历:

下面是 2022 年 d 日地球与太阳之间的距离:

由于地球轨道的偏心率,一年中该距离的波动幅度为 1 个天文单位:

行星的近日点被定义为最接近太阳的时刻:

2022 年,它发生在格林威治标准时间 1 月 4 日早上 7 点左右:

远日点定义为距太阳最远的时刻:

2022 年,它发生在 7 月 4 日,也是格林威治标准时间早上 7 点左右:

求到织女星的距离:

比较从太阳观测到的距离:

地球在一年内围绕太阳运行,该距离在 1 个天文单位内振荡:

由于恒星的自行,到太阳的距离也会随时间变化:

距离每年减少约 2.5 个天文单位,从织女星的负径向速度上可以看出:

比较目前从不同行星上观察到的太阳的相对大小:

属性和关系  (3)

AstroDistance[astro,obsrvr] 等价于 AstroPosition[astro,obsrvr]["Distance"]

AstroDistance[astro1,astro2]考虑了光从 astro1 传播到 astro2 所需的时间. 计算这一天从火星可以看到木星的距离:

这是光传播该距离所需的时间:

这是不考虑木星在此期间的运动所得的距离:

差异大约为 10,000 英里:

这是在同一时刻从木星看到火星的距离:

这两个结果并不重合:

然而,不对 light-time 进行校正的计算结果却是一致的:

GeoPositionENU 计算从你所在的位置到普林西比岛的欧几里德距离:

GeoDistance 给出沿地球表面的距离,因此更长:

比较欧几里德距离与 AstroDistance 给出的距离:

停用所有天体测量校正以获得完全相同的结果:

Wolfram Research (2022),AstroDistance,Wolfram 语言函数,https://reference.wolfram.com/language/ref/AstroDistance.html.

文本

Wolfram Research (2022),AstroDistance,Wolfram 语言函数,https://reference.wolfram.com/language/ref/AstroDistance.html.

CMS

Wolfram 语言. 2022. "AstroDistance." Wolfram 语言与系统参考资料中心. Wolfram Research. https://reference.wolfram.com/language/ref/AstroDistance.html.

APA

Wolfram 语言. (2022). AstroDistance. Wolfram 语言与系统参考资料中心. 追溯自 https://reference.wolfram.com/language/ref/AstroDistance.html 年

BibTeX

@misc{reference.wolfram_2024_astrodistance, author="Wolfram Research", title="{AstroDistance}", year="2022", howpublished="\url{https://reference.wolfram.com/language/ref/AstroDistance.html}", note=[Accessed: 17-November-2024 ]}

BibLaTeX

@online{reference.wolfram_2024_astrodistance, organization={Wolfram Research}, title={AstroDistance}, year={2022}, url={https://reference.wolfram.com/language/ref/AstroDistance.html}, note=[Accessed: 17-November-2024 ]}