porkchop_plot_analysis
Identify optimal launch windows for interplanetary missions by analyzing departure and arrival date combinations with delta-V contours.
Instructions
Generate porkchop plot for interplanetary transfer opportunities.
Args: departure_body: Departure celestial body name arrival_body: Arrival celestial body name departure_date_range: Range of departure dates (ISO format) arrival_date_range: Range of arrival dates (ISO format) analysis_options: Optional analysis settings
Returns: JSON string with porkchop plot data (departure date vs arrival date grid with delta-V contours for identifying optimal launch windows).
Raises: No exceptions are raised directly; errors are returned as formatted strings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| departure_body | Yes | ||
| arrival_body | Yes | ||
| departure_date_range | Yes | ||
| arrival_date_range | Yes | ||
| analysis_options | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |