Skip to content

CLI Reference

tile_compile_runner

Pipeline execution:

tile_compile_runner run \
  --config <path> \
  --input-dir <path> \
  --runs-dir <path>

Resume:

tile_compile_runner resume \
  --run-dir <path> \
  --from-phase <PHASE>

Options: - --max-frames <n> — limit frames (0 = no limit) - --max-tiles <n> — limit tile count for Phase 5/6 (0 = no limit) - --dry-run — validate without full processing - --run-id <id> — custom run ID - --stdin — read config from stdin

Resume phases: SCAN_INPUT through PCC (0..16). Common points: ASTROMETRY, BGE, PCC, STACKING.

tile_compile_cli

Config: - get-schema — print JSON schema - dump-default-config — default config as JSON - load-config <path> — load YAML - save-config <path> — save YAML - validate-config — validate

Run inspection: - list-runs <dir> - get-run-status <dir> - get-run-logs <dir> [--tail N] - list-artifacts <dir>

Input: - scan <dir> [--frames-min N]

FITS: - fits-stats <path>

PCC: - pcc-run <in.fits> <out.fits> --wcs <wcs.fits> [--source vizier|siril] - pcc-apply <in.fits> <out.fits> [--r X] [--g Y] [--b Z]

GUI state: - load-gui-state [--path <file>] - save-gui-state [--path <file>] [--stdin | <JSON>]