macOS
brew install astrometry-netlocal Homebrew formula metadata
安装
brew install astrometry-netlocal Homebrew formula metadata
sudo apt install astrometry.netDebian stable package indexes · astrometry.net · 来源: deb.debian.org
概览
Automatic identification of astronomical images
历史
Astrometry.net is the classic open-source blind astrometric calibration system: give it an astronomical image without reliable coordinates and it solves the sky position, writes standards-compliant WCS metadata, and can annotate known objects. The Homebrew formula exposes both the famous solve-field command and a large toolbox of FITS, WCS, plotting, index-building, and catalog utilities.
The codebase dates to the Astrometry.net Team work by Michael Blanton, David W. Hogg, Dustin Lang, Keir Mierle, and Sam Roweis, with copyright notices beginning in 2006. The accompanying 2010 Astronomical Journal paper, 'Astrometry.net: Blind astrometric calibration of arbitrary astronomical images,' framed the project as a way to create correct astrometric metadata for useful astronomical images in archival disarray.
The official code README says the original code release backed up the claims in the paper for scientific repeatability, then became more robust and usable for a wider audience. That origin still shows in the package: it is not just a single solver binary, but a research-to-operations toolkit including HEALPIX support, kd-tree code, FITS utilities, index builders, and a web-service stack.
Astrometry.net adoption spans two modes: the hosted nova.astrometry.net web service for casual uploads and the local command-line solver for observatories, astrophotographers, pipelines, and archive processing. The README points users to the web service, the documentation, downloadable code snapshots, Docker containers, and index files.
Package-manager adoption is broad because local solving needs repeatable binaries and large offline index files. Homebrew, Debian, and Ubuntu package it, and the upstream README documents a Docker image invocation such as astrometrynet/solver:0.98 solve-field image.jpg for containerized use.
The core CLI workflow is to install the code, download the index files appropriate for the field sizes being solved, optionally edit INSTALL_DIR/etc/astrometry.cfg, and run solve-field against an image, FITS file, URL, or xylist. The docs explain that the backend reads astrometry.cfg, normally /usr/local/astrometry/etc/astrometry.cfg, to find index files and control solver behavior.
solve-field is the main high-level command-line interface. It extracts sources, creates augmented xylists, calls the backend solver, and writes output files such as WCS and annotated products. Power users constrain scale, depth, radius, CPU limit, source extraction, plotting, and index selection for speed and reliability.
This is a package nerd favorite because it brings a serious scientific stack to a normal CLI install: dozens of executables, FITS table tools, plotting helpers, WCS transformers, and index builders all land on PATH. The real payload is split between packaged code and separately managed index data, so the package's usability depends on documentation, data placement, and config paths as much as on the binary itself.
It is also a canonical example of scientific reproducibility becoming operational infrastructure. The same algorithms that backed a journal paper became a web service, a Docker solver, distribution packages, and a local command-line workhorse used outside professional astronomy.
安全态势
broad file, network, media, or database tool signal.
blue 风险 · 中 置信度 · tool
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
INSTALL_DIR/etc/astrometry.cfg/usr/local/astrometry/etc/astrometry.cfg可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
an-fitstopnm | cli | 全局可执行文件 | |
an-pnmtofits | cli | 全局可执行文件 | |
astrometry-engine | cli | 全局可执行文件 | |
augment-xylist | cli | 全局可执行文件 | |
build-astrometry-index | cli | 全局可执行文件 | |
degtohms | cli | 全局可执行文件 | |
downsample-fits | cli | 全局可执行文件 | |
fit-wcs | cli | 全局可执行文件 | |
fits-column-merge | cli | 全局可执行文件 | |
fits-flip-endian | cli | 全局可执行文件 | |
fits-guess-scale | cli | 全局可执行文件 | |
fitsgetext | cli | 全局可执行文件 | |
get-healpix | cli | 全局可执行文件 | |
get-wcs | cli | 全局可执行文件 | |
hmstodeg | cli | 全局可执行文件 | |
hpsplit | cli | 全局可执行文件 | |
image2pnm | cli | 全局可执行文件 | |
image2xy | cli | 全局可执行文件 | |
imarith | cli | 全局可执行文件 | |
imstat | cli | 全局可执行文件 | |
listhead | cli | 全局可执行文件 | |
liststruc | cli | 全局可执行文件 | |
merge-columns | cli | 全局可执行文件 | |
modhead | cli | 全局可执行文件 | |
new-wcs | cli | 全局可执行文件 | |
pad-file | cli | 全局可执行文件 | |
plot-constellations | cli | 全局可执行文件 | |
plotann.py | cli | 全局可执行文件 | |
plotquad | cli | 全局可执行文件 | |
plotxy | cli | 全局可执行文件 | |
query-starkd | cli | 全局可执行文件 | |
removelines | cli | 全局可执行文件 | |
solve-field | cli | 全局可执行文件 | |
startree | cli | 全局可执行文件 | |
subtable | cli | 全局可执行文件 | |
tablist | cli | 全局可执行文件 | |
tabmerge | cli | 全局可执行文件 | |
tabsort | cli | 全局可执行文件 | |
text2fits | cli | 全局可执行文件 | |
uniformize | cli | 全局可执行文件 | |
votabletofits | cli | 全局可执行文件 | |
wcs-grab | cli | 全局可执行文件 | |
wcs-match | cli | 全局可执行文件 | |
wcs-pv2sip | cli | 全局可执行文件 | |
wcs-rd2xy | cli | 全局可执行文件 | |
wcs-resample | cli | 全局可执行文件 | |
wcs-to-tan | cli | 全局可执行文件 | |
wcs-xy2rd | cli | 全局可执行文件 | |
wcsinfo | cli | 全局可执行文件 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
https://github.com/dstndstn/astrometry.net
安装元数据
| 软件包键 | brew:astrometry-net |
|---|---|
| 版本 | 0.97 |
| 软件包管理器 | Homebrew |
| 软件包管理器页面 | https://formulae.brew.sh/formula/astrometry-net |
| 主页 | https://github.com/dstndstn/astrometry.net |
| 仓库 | https://github.com/dstndstn/astrometry.net |
| 上游文档 | https://astrometry.net/doc |
| 许可证 | BSD-3-Clause |
| 源码归档 | https://github.com/dstndstn/astrometry.net/releases/download/0.97/astrometry.net-0.97.tar.gz |
| 最后更新 | 2026-06-25T13:37:37+02:00 |
| Pulse | updated |
| 依赖 | cairo, cfitsio, gsl, jpeg-turbo, libpng, netpbm, numpy, python@3.14, wcslib |
| 构建依赖 | pkgconf, python-setuptools, swig |
| Bottle | 可用 (于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定义 |
| 服务 | 未声明 |
注册表事实
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | astrometry-net |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
源数据库匹配
匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。
astrometry.net 0.97+dfsg-2
Astrometry plate solver
sudo apt install astrometry.netlibastrometry-dev 0.97+dfsg-2
Astrometry plate solver (development files)
sudo apt install libastrometry-devlibastrometry0t64 0.97+dfsg-2
Astrometry plate solver (shared lib)
sudo apt install libastrometry0t64python3-astrometry 0.97+dfsg-2
Astrometry plate solver (Python package)
sudo apt install python3-astrometryastrometry.net 0.93+dfsg-1.1ubuntu1
Astrometry plate solver
sudo apt install astrometry.netlibastrometry-dev 0.93+dfsg-1.1ubuntu1
Astrometry plate solver (development files)
sudo apt install libastrometry-devlibastrometry0t64 0.93+dfsg-1.1ubuntu1
Astrometry plate solver (shared lib)
sudo apt install libastrometry0t64python3-astrometry 0.93+dfsg-1.1ubuntu1
Astrometry plate solver (Python package)
sudo apt install python3-astrometry来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.