plot_gabbard_diagram
Plot a Gabbard diagram to visualize satellite debris clouds or constellation distributions using apogee/perigee altitude and orbital period from GP records.
Instructions
Plot a Gabbard diagram (apogee/perigee altitude vs orbital period).
Useful for visualizing debris clouds or constellation distributions. Each GP record becomes a point on the diagram.
Args: gp_records: List of GP record dicts from celestrak/spacetrack tools. altitude_units: Units for altitude axis ("km" or "m"). period_units: Units for period axis ("min", "hr", or "s"). title: Optional plot title.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | ||
| gp_records | Yes | ||
| period_units | No | min | |
| altitude_units | No | km |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |