convert_anomaly
Convert orbital anomalies between mean, eccentric, and true types using eccentricity. Choose conversion name and angle format to compute the desired anomaly.
Instructions
Convert between orbital anomaly types (mean, eccentric, true).
Use list_orbital_computations() to see all available conversions.
Args: conversion: Conversion name (case-insensitive), e.g. "eccentric_to_mean". anomaly: Input anomaly value in the specified angle_format. e: Orbital eccentricity (dimensionless). angle_format: Angle unit - "degrees" (default) or "radians".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| e | Yes | ||
| anomaly | Yes | ||
| conversion | Yes | ||
| angle_format | No | degrees |