pixinsight-pipeline

Category: Tools & Productivity | Uploader: aescaffreaescaffre | Downloads: 0 | Version: v1.0(Latest)

Automated deep sky astrophotography processing with PixInsight. Use when processing astronomical images (nebulae, galaxies, star clusters) through the full pipeline: channel combination, calibration, stretching, Ha/narrowband injection, star handling, and final adjustments. Covers HaRGB, HaLRGB, and LRGB workflows. Drives PixInsight's PJSR scripting engine via Node.js file-based IPC bridge. --- # PixInsight Deep Sky Pipeline ## Overview Config-driven, branching pipeline that processes linear astronomical masters into publication-quality deep sky images. The pipeline is a Node.js script (`scripts/run-pipeline.mjs`) that sends PJSR commands to PixInsight via file-based IPC (`~/.pixinsight-mcp/bridge/`). ## Quick Start — New Target 1. **Prepare data** — Stack your subs in WBPP. Place linear masters (`.xisf`) in one folder. 2. **Create config** — Copy `editor/default-config.json`, or use the web editor (`node editor/server.mjs`). 3. **Set file paths** — Fill in `files.R`, `files.G`, `files.B`, `files.Ha`, `files.L` (if applicable), `files.outputDir`, `files.targetName`. 4. **Choose workflow**: - **HaRGB** (no luminance): disable `l_stretch`, `l_nxt`, `l_bxt`, `lrgb_combine` - **HaLRGB** (with luminance): enable lum branch steps + `lrgb_combine` - **LRGB** (no Ha): set `files.Ha` to `""`, disable `ha_sxt`, `ha_stretch`, `ha_curves`, `ha_ghs`, `ha_inject`. Pipeline auto-detects `hasHa` and skips Ha file opening/cloning. - **RGB only** (no Ha, no L): set `files.Ha` and `files.L` to `""`, disable Ha + lum branch steps 5. **Open PixInsight** — Start PixInsight with the PJSR watcher script loaded. 6. **Run** — `node scripts/run-pipeline.mjs --config path/to/config.json` 7. **Iterate** — Review JPEG previews at each step. Adjust params in config. Re-run. ## Pipeline Architecture ### Branches | Branch | Label | Color | Forks After | Merges At | |--------|-------|-------|-------------|-----------| | `main` | RGB | blue | — | — | | `stars` | Stars | yellow | `sxt` | `star_add` |

Changelog: Source: GitHub https://github.com/aescaffre/pixinsight-mcp

Directory Structure

Current level: tree/main/.claude/skills/pixinsight-pipeline/

SKILL.md

Login to download/like/favorite ❤ 10 | ★ 0
Comments 0

Please login before commenting.

No comments yet. Be the first one!