You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Describe the solution you'd like
Repeat cycle computations for sun-synchronous orbits
Additional context
Add any other context or screenshots about the feature request here. Any relevant information related to your specific use case should be added!
Example python code:
def calculate_daily_orbital_frequency(n):
"""
Calculate the daily orbital frequency in round trips per day.
Args:
n (float): Mean motion [rad/s].
Returns:
float: Daily orbital frequency [round trips/day].
"""
return n * J_M / (2.0 * math.pi)
Is your feature request related to a problem? Please describe.
Describe the solution you'd like
Repeat cycle computations for sun-synchronous orbits
Additional context
Add any other context or screenshots about the feature request here. Any relevant information related to your specific use case should be added!
Example python code:
The text was updated successfully, but these errors were encountered: