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

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

## インストール

```sh
sudo av install brew:astrometry-net
```

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

### macOS

- Homebrew (100%):

```sh
brew install astrometry-net
```

  証拠: local Homebrew formula metadata

### Linux

- Debian apt (92%):

```sh
sudo apt install astrometry.net
```

  証拠: Debian stable package indexes: astrometry.net from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

## パッケージ情報

- **パッケージキー:** brew:astrometry-net
- **パッケージマネージャ:** Homebrew
- **バージョン:** 0.97
- **ソース概要:** Automatic identification of astronomical images
- **ホームページ:** <https://github.com/dstndstn/astrometry.net>
- **リポジトリ:** <https://github.com/dstndstn/astrometry.net>
- **最終更新:** 2026-06-25T13:37:37+02:00
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- 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 (エイリアス)
- solve-field (エイリアス)
- startree (エイリアス)
- subtable (エイリアス)
- tablist (エイリアス)
- tabmerge (エイリアス)
- tabsort (エイリアス)
- text2fits (エイリアス)
- uniformize (エイリアス)
- votabletofits (エイリアス)
- wcs-grab (エイリアス)
- wcs-match (エイリアス)
- wcs-pv2sip (エイリアス)
- wcs-rd2xy (エイリアス)
- wcs-resample (エイリアス)
- wcs-to-tan (エイリアス)
- wcs-xy2rd (エイリアス)
- wcsinfo (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

- ページ生成日: 2026-08-03
- マネージャ版: 0.97
## プロジェクトの歴史と使われ方

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.

### ソース

- <https://astrometry.net/doc/changelog.html>
- <https://astrometry.net/doc/readme.html>
- <https://astrometrynet.readthedocs.io/en/latest/readme.html>
- <https://github.com/dstndstn/astrometry.net#readme>


## セキュリティノート

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

- **Geiger リスク:** blue / 中
- broad file, network, media, or database tool signal


## 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

- Unix: INSTALL_DIR/etc/astrometry.cfg, /usr/local/astrometry/etc/astrometry.cfg
## 他のパッケージマネージャ記録

- Debian apt - astrometry.net - 0.97+dfsg-2: normalized package name match | Debian stable package indexes: astrometry.net from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Astrometry plate solver | http://www.astrometry.net
- Debian apt - libastrometry-dev - 0.97+dfsg-2: normalized package name match | Debian stable package indexes: libastrometry-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Astrometry plate solver (development files) | http://www.astrometry.net
- Debian apt - libastrometry0t64 - 0.97+dfsg-2: normalized package name match | Debian stable package indexes: libastrometry0t64 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Astrometry plate solver (shared lib) | http://www.astrometry.net
- Debian apt - python3-astrometry - 0.97+dfsg-2: normalized package name match | Debian stable package indexes: python3-astrometry from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Astrometry plate solver (Python package) | http://www.astrometry.net
- Ubuntu apt - astrometry.net - 0.93+dfsg-1.1ubuntu1: normalized package name match | Ubuntu 24.04 LTS package indexes: astrometry.net from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Astrometry plate solver | http://www.astrometry.net
- Ubuntu apt - libastrometry-dev - 0.93+dfsg-1.1ubuntu1: normalized package name match | Ubuntu 24.04 LTS package indexes: libastrometry-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Astrometry plate solver (development files) | http://www.astrometry.net
- Ubuntu apt - libastrometry0t64 - 0.93+dfsg-1.1ubuntu1: normalized package name match | Ubuntu 24.04 LTS package indexes: libastrometry0t64 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Astrometry plate solver (shared lib) | http://www.astrometry.net
- Ubuntu apt - python3-astrometry - 0.93+dfsg-1.1ubuntu1: normalized package name match | Ubuntu 24.04 LTS package indexes: python3-astrometry from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Astrometry plate solver (Python package) | http://www.astrometry.net


## Combined YAML source

View the package source record on GitHub. [combined/astrometry-net.yml](https://github.com/mxcl/pkgdb/blob/main/combined/astrometry-net.yml)


## ソース

- pkg.so package database
- Geiger risk classifier
- curated configuration and credential file locations
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
