#!/usr/bin/env node /** * Create resonant orbit for satellite constellations * Usage: npm run resonant-orbit [timeRef] * Example: npm run resonant-orbit 2 3 APOAPSIS (2:3 resonance) * * Creates an orbit where period = (numerator/denominator) * current period. * Useful for deploying satellite constellations at evenly spaced intervals. */ export {}; //# sourceMappingURL=resonant-orbit.d.ts.map