#! /usr/bin/env python3
"""TOPS multi-burst orchestration scaffold — pending Python port.

Reference: see gmtsar/csh/<same name>.csh.
The Python utility p2p_S1_TOPS_Frame already covers single-frame
multi-burst processing (using the now-Python align_tops and
merge_unwrap_geocode_tops). The remaining csh TOPS wrappers handle
batch / parallel / esd-mode workflows; not yet ported.
"""
import os, sys
sys.exit(
    f"{os.path.basename(__file__)}: scaffold — not yet implemented.\n"
    f"See gmtsar/csh/{os.path.basename(__file__)}.csh for the legacy CLI.\n"
    f"For single-frame S1 processing, use p2p_S1_TOPS_Frame."
)
