Astronomy
银河/赤道坐标系转换器
在天球赤道(RA/Dec J2000 与 B1950)、银道(l/b)和超星系(SGL/SGB)坐标系之间转换天体位置。采用精确的 J2000 IAU 1958 银道旋转、de Vaucouleurs 超星系系统和 IAU 1976 历元岁差。支持六十进制(12h51m26s)或十进制度输入,并为每个天体显示全部四个系统。
html· HTML 结果
快速开始
用三种语言从你的代码中调用此工具。
cURL
curl -X POST 'https://api.elysiatools.com/zh/api/tools/galactic-coordinate-converter' \
-H 'Content-Type: application/json' \
-d '{"coords":"05 34 31.94 +22 00 52.2","fromSystem":"eqJ2000","toSystem":"galactic","outputFormat":"both","precision":4}'