plot_orbit_elements_from_gp
Plot the evolution of Keplerian orbital elements from a GP record over a specified time range using SGP4 or Keplerian propagation.
Instructions
Plot Keplerian orbital element evolution from a GP record.
Args: gp_record: GP record dict from celestrak/spacetrack tools. start_epoch: Start epoch (ISO string). end_epoch: End epoch (ISO string). propagator_type: "sgp4" (default) or "keplerian". step_seconds: Propagation step size in seconds (default 60).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end_epoch | Yes | ||
| gp_record | Yes | ||
| start_epoch | Yes | ||
| step_seconds | No | ||
| propagator_type | No | sgp4 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |