Skip to main content

SENPAI is a software package for the analysis of astronomical images.

Project description

SENPAI

CI Tests Coverage

A classic star detector and astrometry tool.

senpai

SENPAI is built off of the algorithm descriptions in Gazak et al. 2026, PASP, 138, 014502 — see Citation below if you use this software.

Is SENPAI the tool I'm looking for? SENPAI processes FITS imagery from ground-based telescopes and provides:

  • ✔️ Astrometric fitting (WCS) — from a sidereal image, a list of extracted star positions, a sidereal + rate-track series, or a single or series of rate-track images with no prior WCS
  • ✔️ Point source detection — stars in sidereal frames, satellites in rate-track frames
  • ✔️ Streak detection — satellite/debris trail detection and measurement, with multi-frame confirmation
  • ✔️ Photometry — aperture photometry with star catalog cross-matching (Gaia, SDSS, SSTRC7)
  • ✔️ Batch processing — process whole directories of imagery via CLI or REST API
  • ✔️ ML dataset export — export detections as COCO-format datasets for model training

Dependencies

  • astroeasy - Handles all Astrometry.net considerations (installation, index files). See its README for setup and getting your config right
  • Star catalogs - See senpai/catalog/README.md for setup and usage

Install

Install from PyPI (package name astro-senpai, imports as senpai):

pip install astro-senpai

Development install

This repo uses uv to manage python dependencies. First, install uv. Then,

make sync

or

uv sync --all-extras

then

source .venv/bin/activate

Run SENPAI

When you run the SENPAI api, it loads a config file, which you can specify on command line (or use default resources/config/local.yaml)

Run SENPAI CLI

you can always provide your own config.yaml with --config <your_config.yaml> flag.

I want to:

  1. fit a single sidereal image:
python -m senpai.cli.single --image <your_fits_file> --output_dir <your_output_directory> --plot

Run SENPAI API

When you run the SENPAI api, it loads a config file, which you can specify on command line (or use default resources/config/local.yaml)

  • the default config is resources/config/local.yaml
  • on startup, SENPAI will check for downloaded indices files

local SENPAI API

make run

or

uv run python -m senpai.api.main --config resources/config/local.yaml

containerized SENPAI API

Build container

docker build -t senpai .

Or, if you have a custom base image:

docker build --build-arg BASE_IMAGE=<your-custom-base-image> -t senpai .

run container

  • config this container builds with resources/local/containerize.yaml
  • port runs on 8000 in container

Run like this, noting that target is the path to your indices in the container, and must match your config file (containerized.yaml by default).

docker run -p 8000:8000 --mount type=bind,source=/path/to/indices/5000/5200,target=/home/starman/indices/5000/5200 senpai:latest

If you want to use a different config file (to specify different indices or other settings), you can do so like this:

docker run -p 8000:8000 \
    --mount type=bind,source=/path/to/indices/5000/5200,target=/home/starman/indices/5000/5200 \
    --mount type=bind,source=/path/to/your/config.yaml,target=/app/resources/config/containerized.yaml \
    senpai:latest

This will mount your custom config file in place of the default containerize.yaml. Make sure your custom config file follows the same format as the default configuration.

http://localhost:8000/docs

Citation

SENPAI implements the algorithms described in:

Gazak, J. Z., Fisher, L., Phelps, M., Swindle, R., Baruela, L., & Fletcher, J. 2026, "SENPAI: Sidereal Enriched Rate-track Astrometry in Deep Imagery of Solar System Bodies", PASP, 138, 014502. doi:10.1088/1538-3873/ae2b35

If you use SENPAI in your research, please cite this paper:

@article{Gazak2026SENPAI,
  title   = {SENPAI: Sidereal Enriched Rate-track Astrometry in Deep Imagery of Solar System Bodies},
  author  = {Gazak, J. Zachary and Fisher, Lauren and Phelps, Matthew and Swindle, Ryan and Baruela, Leonard and Fletcher, Justin},
  journal = {Publications of the Astronomical Society of the Pacific},
  volume  = {138},
  number  = {1},
  pages   = {014502},
  year    = {2026},
  doi     = {10.1088/1538-3873/ae2b35}
}

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

astro_senpai-2.6.0.tar.gz (2.2 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

astro_senpai-2.6.0-py3-none-any.whl (645.3 kB view details)

Uploaded Python 3

File details

Details for the file astro_senpai-2.6.0.tar.gz.

File metadata

  • Download URL: astro_senpai-2.6.0.tar.gz
  • Upload date:
  • Size: 2.2 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.12

File hashes

Hashes for astro_senpai-2.6.0.tar.gz
Algorithm Hash digest
SHA256 a4b85f0e83ece33e8393c1061f96382c51ca2a6ae3bec5ff6c3bacec1a4468ad
MD5 e0dc456348f42460e6a1a91043bb669e
BLAKE2b-256 27b0cd7fb938e4dec999bf0c6f7327e99dcc6593eef14e9059032c1c97ed589f

See more details on using hashes here.

File details

Details for the file astro_senpai-2.6.0-py3-none-any.whl.

File metadata

  • Download URL: astro_senpai-2.6.0-py3-none-any.whl
  • Upload date:
  • Size: 645.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.12

File hashes

Hashes for astro_senpai-2.6.0-py3-none-any.whl
Algorithm Hash digest
SHA256 e60b39419afcf7530e1b2b7d26ace1bec7a94d1d4b5e54200c5e8be31b55a135
MD5 ab803904de6f5f9dbfe4c858a90d6705
BLAKE2b-256 585c9e5184e8a2854a37a12eb07c57558207c22530601323d09b9b937c7d6f3a

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page