plot_altitude_from_gp
Plot satellite altitude over time using a GP record from Celestrak or Spacetrack. Specify start and end epochs to generate an altitude-time graph.
Instructions
Plot satellite altitude versus time from a GP record.
Convenience wrapper that creates a satellite spec from a GP record dict and delegates to plot_altitude().
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). title: Optional plot title.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | ||
| end_epoch | Yes | ||
| gp_record | Yes | ||
| start_epoch | Yes | ||
| step_seconds | No | ||
| propagator_type | No | sgp4 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |