A practical blueprint for a small observatory, school, or citizen-science site to contribute structured sky-watch observations to the TESS Planetary Defense Foundation mission.
Minimum viable node components for safe educational asteroid/comet follow-up. Exact telescope and camera models can vary by budget.
Tracking mount, stable tripod/pier, and repeatable alignment for known close-approach targets.
Planetary or deep-sky camera capable of timestamped frames and basic calibration workflow.
Weather, power, and equipment heartbeat data for safe-to-observe gating.
NTP or GPS-assisted timestamps so observations can be correlated with ephemeris predictions.
Session folders for raw frames, calibrated images, logs, and redacted public reports.
Publishes sanitized node status and observation summaries without exposing private controls.
Example public node report:
{
"node_status": "standby",
"safe_to_observe": false,
"target_queue": "available",
"last_session_utc": null,
"weather_gate": "pending",
"public_images": []
}