Automic VaultAutomic Vault

brew

astrometry-net を Homebrew, apt でインストール

astrometry-net のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

インストール

追加のインストールコマンド

macOS

Homebrew確認済み · 100%
brew install astrometry-net

local Homebrew formula metadata

Linux

Debian apt確認済み · 92%
sudo apt install astrometry.net

Debian stable package indexes · astrometry.net · ソース: deb.debian.org

概要

パッケージ概要

Automatic identification of astronomical images

コマンドとエイリアス

  • an-fitstopnm
  • an-pnmtofits
  • astrometry-engine
  • augment-xylist
  • build-astrometry-index
  • degtohms
  • downsample-fits
  • fit-wcs
  • fits-column-merge
  • fits-flip-endian
  • fits-guess-scale
  • fitsgetext
  • get-healpix
  • get-wcs
  • hmstodeg
  • hpsplit
  • image2pnm
  • image2xy
  • imarith
  • imstat
  • listhead
  • liststruc
  • merge-columns
  • modhead
  • new-wcs
  • pad-file
  • plot-constellations
  • plotann.py
  • plotquad
  • plotxy
  • query-starkd
  • removelines

履歴

プロジェクトの歴史と使われ方

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.

タイムライン

  • 2006: Copyright notices begin for the Astrometry.net Team code.
  • 2010: The Astrometry.net blind astrometric calibration paper was published in The Astronomical Journal.
  • 2012: The Sphinx documentation set identifies the project documentation authorship and code docs era.
  • 2024: Upstream tags reached the 0.9x series, with 0.98 available in the documented Docker example.

Related projects

  • nova.astrometry.net is the hosted web service using much of the same software.
  • USNO-B, Tycho-2, 2MASS, and Gaia are reference catalogs used for index files.
  • FITS and WCS standards are the file and metadata formats the command-line tools manipulate.

セキュリティ状態

リスクレベル: blue

broad file, network, media, or database tool signal.

リスク分類器

リスク blue · 信頼度 中 · tool

理由

  • broad file, network, media, or database tool signal

信号

  • text:image

インストール挙動

  • formula メタデータに Homebrew post-install フックは記録されていません。
  • Homebrew bottle メタデータは 6 個のプラットフォームターゲットで利用できます。
  • 9 件の実行時依存関係とともにインストールされます。
  • ビルドメタデータには 3 件のビルド依存関係があります。

推奨レビュー

エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。

local files

Configuration and credential file locations

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.

Configuration files

Config paths the tool may read or write during local use.

Unix
INSTALL_DIR/etc/astrometry.cfg/usr/local/astrometry/etc/astrometry.cfg

実行可能ファイル

インストールされる実行可能ファイル

コマンド種類公開範囲メモ
an-fitstopnmcliグローバル実行可能ファイル
an-pnmtofitscliグローバル実行可能ファイル
astrometry-enginecliグローバル実行可能ファイル
augment-xylistcliグローバル実行可能ファイル
build-astrometry-indexcliグローバル実行可能ファイル
degtohmscliグローバル実行可能ファイル
downsample-fitscliグローバル実行可能ファイル
fit-wcscliグローバル実行可能ファイル
fits-column-mergecliグローバル実行可能ファイル
fits-flip-endiancliグローバル実行可能ファイル
fits-guess-scalecliグローバル実行可能ファイル
fitsgetextcliグローバル実行可能ファイル
get-healpixcliグローバル実行可能ファイル
get-wcscliグローバル実行可能ファイル
hmstodegcliグローバル実行可能ファイル
hpsplitcliグローバル実行可能ファイル
image2pnmcliグローバル実行可能ファイル
image2xycliグローバル実行可能ファイル
imarithcliグローバル実行可能ファイル
imstatcliグローバル実行可能ファイル
listheadcliグローバル実行可能ファイル
liststruccliグローバル実行可能ファイル
merge-columnscliグローバル実行可能ファイル
modheadcliグローバル実行可能ファイル
new-wcscliグローバル実行可能ファイル
pad-filecliグローバル実行可能ファイル
plot-constellationscliグローバル実行可能ファイル
plotann.pycliグローバル実行可能ファイル
plotquadcliグローバル実行可能ファイル
plotxycliグローバル実行可能ファイル
query-starkdcliグローバル実行可能ファイル
removelinescliグローバル実行可能ファイル
solve-fieldcliグローバル実行可能ファイル
startreecliグローバル実行可能ファイル
subtablecliグローバル実行可能ファイル
tablistcliグローバル実行可能ファイル
tabmergecliグローバル実行可能ファイル
tabsortcliグローバル実行可能ファイル
text2fitscliグローバル実行可能ファイル
uniformizecliグローバル実行可能ファイル
votabletofitscliグローバル実行可能ファイル
wcs-grabcliグローバル実行可能ファイル
wcs-matchcliグローバル実行可能ファイル
wcs-pv2sipcliグローバル実行可能ファイル
wcs-rd2xycliグローバル実行可能ファイル
wcs-resamplecliグローバル実行可能ファイル
wcs-to-tancliグローバル実行可能ファイル
wcs-xy2rdcliグローバル実行可能ファイル
wcsinfocliグローバル実行可能ファイル

鮮度

バージョンと鮮度

これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。

ページ生成日2026-07-10
マネージャ版0.97
マネージャ更新日2026-06-25
ローカルデータOK
上流not checked
検出された最新未検出

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
Pulseupdated
依存関係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 DatabaseHomebrew formula API
Taphomebrew/core
Full Nameastrometry-net
Version Scheme0
Revision0
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • stable

ソースデータベース一致

他のパッケージマネージャ記録

一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。

Debian apt95%

astrometry.net 0.97+dfsg-2

Astrometry plate solver

http://www.astrometry.net

sudo apt install astrometry.net
  • Section: science
  • Architecture: amd64
  • 12 依存関係
  • 4 任意依存関係
  • normalized package name match
  • 一致条件: Astrometry Net
Debian stable package indexes · deb.debian.org · Debian stable package indexes: astrometry.net from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libastrometry-dev 0.97+dfsg-2

Astrometry plate solver (development files)

http://www.astrometry.net

sudo apt install libastrometry-dev
  • Section: libdevel
  • Architecture: amd64
  • Source Package: astrometry.net
  • 1 依存関係
  • normalized package name match
  • 一致条件: Astrometry Net
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libastrometry-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libastrometry0t64 0.97+dfsg-2

Astrometry plate solver (shared lib)

http://www.astrometry.net

sudo apt install libastrometry0t64
  • Section: libs
  • Architecture: amd64
  • Source Package: astrometry.net
  • 3 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Astrometry Net
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libastrometry0t64 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

python3-astrometry 0.97+dfsg-2

Astrometry plate solver (Python package)

http://www.astrometry.net

sudo apt install python3-astrometry
  • Section: python
  • Architecture: amd64
  • Source Package: astrometry.net
  • 13 依存関係
  • normalized package name match
  • 一致条件: Astrometry Net
Debian stable package indexes · deb.debian.org · Debian stable package indexes: python3-astrometry from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Ubuntu apt95%

astrometry.net 0.93+dfsg-1.1ubuntu1

Astrometry plate solver

http://www.astrometry.net

sudo apt install astrometry.net
  • Section: universe/science
  • Architecture: amd64
  • 12 依存関係
  • 4 任意依存関係
  • normalized package name match
  • 一致条件: Astrometry Net
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: astrometry.net from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

libastrometry-dev 0.93+dfsg-1.1ubuntu1

Astrometry plate solver (development files)

http://www.astrometry.net

sudo apt install libastrometry-dev
  • Section: universe/libdevel
  • Architecture: amd64
  • Source Package: astrometry.net
  • 1 依存関係
  • normalized package name match
  • 一致条件: Astrometry Net
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libastrometry-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

libastrometry0t64 0.93+dfsg-1.1ubuntu1

Astrometry plate solver (shared lib)

http://www.astrometry.net

sudo apt install libastrometry0t64
  • Section: universe/libs
  • Architecture: amd64
  • Source Package: astrometry.net
  • 3 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Astrometry Net
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libastrometry0t64 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

python3-astrometry 0.93+dfsg-1.1ubuntu1

Astrometry plate solver (Python package)

http://www.astrometry.net

sudo apt install python3-astrometry
  • Section: universe/python
  • Architecture: amd64
  • Source Package: astrometry.net
  • 13 依存関係
  • normalized package name match
  • 一致条件: Astrometry Net
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: python3-astrometry from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz

ソース経路

リポジトリデータから生成

このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。

使用ソース

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated configuration and credential file locations
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment