Eise.appEasy Image Stacker Engine

Planetary System Stacker (PSS) vs Eise.app

Which should you use?

Both turn planetary videos into sharper single images. PSS by Rolf Hempel is a Python desktop app with a mature, well-documented codebase. Eise.app runs in the browser, no install. Same core idea, different setup.

Short version: PSS if you're comfortable installing Python and want a hackable desktop app. Eise.app if you want to open a URL, drop a file, and be done.

Quick comparison

 Planetary System StackerEise.app
InstallPython + dependenciesNone, runs in browser
PlatformsWin, Mac, Linux (via Python)Anything with a modern browser, mobile included
SourceOpen source on GitHubOpen source on GitHub
PriceFreeFree
GPU accelerationNo (CPU only)Yes (WebGPU when available)
Post-processingMinimal, most users pair it with RegistaxBuilt in (sharpening, colour, RGB alignment)
Learning curveSteeper (Python setup + exposed knobs)Guided flow, sensible defaults

When PSS is the better choice

  • You want to read or modify the source.
  • You're already comfortable with Python.
  • You want to script or batch-run from a terminal.

When Eise.app is the better choice

  • You don't want to install anything.
  • You're on a Mac, phone, or tablet.
  • You want to try it in 30 seconds before committing to any workflow.

Acknowledgment

Eise.app owes real credit to Rolf Hempel and PSS. Studying PSS's implementation and Rolf's documentation shaped much of Eise.app's design. If you want to understand the algorithms, PSS on GitHub is still the best resource.

PSS fork with compatibility fixes. Upstream PSS (last release 0.8.22) hadn't been updated for newer Python and UI-toolkit versions, which made installing it increasingly awkward. Eise.app's author maintains a fork at github.com/timing/PlanetarySystemStacker with the following changes since 0.8.22:

  • Updated UI toolkit so PSS runs on modern Python (3.9-3.12)
  • Modernized project layout (pyproject.toml instead of setup.py)
  • Accepts .m4v video files for stacking
  • --config_file CLI flag for headless and scripted runs
  • Downloadable macOS .app bundle, so you can run PSS on a Mac without installing Python

Try Eise.app

Try Eise.app in your browser →

See also