MergeMosaic

MergeMosaic (mmm) merges linear XISF mosaic panels — either the registered full-canvas frames produced by PixInsight's MosaicByCoordinates, or raw plate-solved panel stacks directly — into a photometrically matched, seam-blended 32-bit FITS mosaic, with the astrometric solution carried into the output. It ships as a standalone CLI and as a PixInsight process module.

Source and issue tracker: GitHub. It's free and open source, and always will be — if it saves you time, donations are welcome at Ko-fi, entirely optional.

Features

PixInsight module

MergeMosaic ships as MegaMergeMosaic, a process in the Mosaic category, driving the same analyze/blend pipeline as the CLI from inside PixInsight.

  1. Open Resources → Updates → Manage Repositories.
  2. Click Add, paste the repository URL: https://dev.astrometrical.com/pixinsight/
  3. Accept, then run Resources → Updates → Check for Updates and apply.
  4. Restart PixInsight; find MegaMergeMosaic under Process → Mosaic.

CLI

Analyze the panels once into a session, then blend the mosaic from that session:

mmm analyze panels/*.xisf --session mosaic.mmm-session
mmm blend --session mosaic.mmm-session -o mosaic.fits

Downloads: GitHub releases.

Beta channel

Testers can add a second repository to receive pre-release builds ahead of the stable channel:

https://dev.astrometrical.com/pixinsight/beta/

Beta builds are unpolished — expect rough edges, and stick to the stable repository above unless you're specifically testing.