文件名称:astrophotography-tools:一组帮助天文摄影的工具
文件大小:16KB
文件格式:ZIP
更新时间:2024-06-30 15:59:09
JavaScript
天文摄影工具 一组帮助天文摄影的工具。 自动求解器 autosolver 是一个 python 脚本,它将监视新的 .jpg 文件的文件夹。 它将尝试使用solve-field来确定图像的中心坐标,将输出文件保存在命令行指定的文件夹中,然后使用望远镜的当前位置更新 。 它在端口 10001 上侦听来自 Stellarium 望远镜控制插件的连接。然后您可以将相机配置为输出到输出文件夹,并查看您在 Stellarium 中指向的位置。 autosolver 需要安装 astrometry.net 软件。 有关如何安装它的信息,请参阅他们的文档。 例子: python autosolver.py --watch-folder ./watch/ --output-folder ./output/ 感谢将 D:M:S 和 H:M:S 转换为 Stellarium 可接受的格式的函数。
【文件预览】:
astrophotography-tools-master
----astrophotography-tools.sublime-workspace(46KB)
----astrophotography-tools.sublime-project(45B)
----autosolver()
--------functions.py(5KB)
--------autosolver.py(8KB)
----LICENSE(1KB)
----README.md(1KB)
----.gitignore(702B)