About eise.app - Planetary Image Stacker
100% browser-based - no uploads, no installs
eise.app is the first fully browser-based planetary image stacking tool. Everything runs locally on your machine using WebAssembly and Web Workers - your data never leaves your computer.
The name is an ode to Eise Eisinga, a Frisian amateur astronomer who built a planetarium in his living room. The project started from frustrations getting existing software running on ARM-based Macs - AutoStakkert4! didn't work in Wine, PSS had dependency issues, Lynkeos crashed continuously.
How it works
- File support: SER files (recommended), AVI (uncompressed), or any video format via FFmpeg.js
- Frame ranking: Laplacian variance calculates sharpness for each frame. Manual threshold selection with quality graph.
- Auto-crop: Detects and centers the planet in each frame, rejects cut-off or smeared frames
- Global alignment: Cross-correlation finds sub-pixel offset between frames
- Local alignment: Alignment Points (APs) track motion across the frame using OpenCV's matchTemplate
- De-warping: Displacement maps correct atmospheric wobble using inverse distance weighted interpolation
- Drizzle: 1.5x output resolution using sub-pixel frame offsets
- Stacking: Quality-weighted averaging with brightness normalization
- Post-processing: Wavelet sharpening, deconvolution, RGB alignment (auto-detect + sub-pixel), rotation, crop
Acknowledgments
This project draws inspiration from Planetary System Stacker by Rolf Hempel. The alignment point approach, local de-warping, and quality-weighted stacking concepts are based on PSS's implementation. Thank you Rolf for making PSS open source and documenting the algorithms.
Technology
Built with Nuxt/Vue, OpenCV.js (WebAssembly), Web Workers for parallel processing, and FFmpeg.js for video decoding. All processing happens in your browser - works on any OS without installation.
Alternative software
eise.app works well for quick results without installing anything. For more advanced features you might want to try:
- AutoStakkert! - Popular planetary stacking software (Windows)
- Planetary System Stacker - Open-source stacker (Python, cross-platform)
- Registax - Stacking software with wavelet sharpening (Windows)
- Lynkeos - Native macOS stacking application
- Siril - Astrophotography suite (cross-platform)
Bugs or feature requests?
Head over to eise.app on GitHub for suggestions or bug reports.
Happy Stacking,
Tijmen
