plot_gp_history_elements
Plot orbital element trends over time from GP history records. Visualize how orbital elements like semimajor axis, eccentricity, and inclination change, using pre-fetched data or a NORAD catalog ID to auto-fetch from SpaceTrack.
Instructions
Plot orbital element trends from GP history records.
Visualizes how orbital elements change over time from a series of GP records. Provide either pre-fetched gp_records or a norad_cat_id to auto-fetch history from SpaceTrack.
Args: gp_records: List of GP record dicts (from spacetrack/celestrak tools). norad_cat_id: NORAD catalog ID to fetch GP history from SpaceTrack. elements: Element names to plot. None plots all 6 classical elements. Valid: semimajor_axis, eccentricity, inclination, ra_of_asc_node, arg_of_pericenter, mean_anomaly, mean_motion, bstar, period, apoapsis, periapsis. title: Optional plot title.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | ||
| elements | No | ||
| gp_records | No | ||
| norad_cat_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |