🇬🇧 English 🇩🇪 Deutsch 🇪🇸 Espanol

What it does

AstroIndexer plate-solves your frames automatically to place them on the Sky Atlas and compute orientation, scale, and field of view. For raw subs this is fast and local. But stretched, processed, and final images have altered star profiles that defeat the quad-matching used by ASTAP and astrometry.net.

The AstroIndexer PixInsight plate solver is a small, code-signed PixInsight script (an ImageSolver driver) that AstroIndexer calls as a last-resort backend - only after ASTAP and astrometry.net have both failed. It drives PixInsight's own ImageSolver engine against your local Gaia DR3 catalog, which routinely solves processed frames the other solvers miss, and hands the astrometric solution back to AstroIndexer.

1

Last-resort only

It runs solely when ASTAP and astrometry.net both fail, so your normal solving stays fast. There is no change to the default pipeline.

2

Built for processed frames

PixInsight's ImageSolver with a local Gaia DR3 catalog solves stretched and final images that quad-based solvers reject - ideal for Sky Atlas overlays of finished work.

3

Safe and read-only

It never modifies your originals, runs under a hard timeout (a stuck PixInsight can never hang AstroIndexer), and only reports a solution when a real WCS is produced.

Requirements

PixInsight 1.9.4 or newer

The driver uses PixInsight's current v8 script engine and ImageSolver 6.4.2. Older cores are not supported.

Local Gaia DR3 database

Configure a local Gaia DR3 / XPSD astrometric database in PixInsight (the same one ImageSolver uses). The solver reads your existing ImageSolver catalog configuration.

AstroIndexer with PixInsight detected

AstroIndexer auto-detects your PixInsight install. No extra configuration beyond enabling the backend (below).

Install (recommended): one-click update repository

The driver ships through the standard PixInsight update-repository mechanism - the same "add a URL" flow you already use for AutoIntegrate and other tools. PixInsight downloads and installs it for you, and because the package is CPD-signed, it is trusted on every machine with no security prompts and no manual signing.

https://astroindexer.com/pixinsight/

Paste the URL exactly as shown (the trailing / matters) - PixInsight adds updates.xri itself.

  1. In PixInsight, open Resources → Updates → Manage Repositories.
  2. Click Add, paste the URL above, and confirm.
  3. Open Resources → Updates → Check for Updates, then Apply the available update.
  4. Restart PixInsight when prompted. The driver installs into src/scripts/AstroIndexer/ automatically.
That's it. No file copying, no administrator prompt, and no per-user code signing - PixInsight's own updater performs the privileged install, and the CPD signature makes the driver trusted everywhere.

Install (alternative): manual

If you prefer not to add a repository, you can place the signed driver yourself. The files are already CPD-signed, so no signing is required on your end.

  1. Download the package: astroindexer-pixinsight-solver-1.1.0-20260626095901.zip.
  2. Extract it. Inside you will find src/scripts/AstroIndexer/ai_imagesolver_driver.js and its .xsgn signature.
  3. Copy the AstroIndexer folder into your PixInsight install at <PixInsight>/src/scripts/ (this directory is protected, so you may need administrator rights).
  4. Restart PixInsight.
The repository method above is recommended precisely because src/scripts/ is a protected directory - PixInsight's updater writes there for you, avoiding the elevation step.

Enable it in AstroIndexer

The PixInsight backend is off by default. Turn it on once and AstroIndexer uses it automatically as the third solver.

1

Open the plate-solving setup

In the first-run Setup Wizard (or Settings), go to the plate-solving page. When PixInsight is detected and the repository is live, an "Add AstroIndexer PixInsight repository" row gives you the URL and a Copy button right there.

2

Check "Use PixInsight as a 3rd plate solver"

This enables the backend. A status dot shows whether the signed driver is installed and current.

3

Done

AstroIndexer now falls through ASTAP → astrometry.net → PixInsight, using the PixInsight solver only when the first two cannot solve a frame.

Good to know

When is it used?

Only as the third solver, after ASTAP and astrometry.net both fail on a frame - typically processed or final images for Sky Atlas overlays. Raw subs continue to solve with the fast local solver.

Will it touch my files?

No. The solver is read-only on your originals and communicates with PixInsight through a temporary working folder that is cleaned up after each solve.

Why a signed repository?

PixInsight only runs trusted, code-signed scripts headlessly. The Certified PixInsight Developer (CPD) signature is what lets AstroIndexer launch the solver automatically with zero prompts.

Get AstroIndexer

The PixInsight plate solver is an optional add-on to AstroIndexer. Don't have AstroIndexer yet? Start with a 14-day free trial - no account required.

Download AstroIndexer