8000 GitHub - goldbergmax/hyperion-rot-orb: Numerical models of the rotation and orbit of Hyperion, a satellite of Saturn
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Numerical models of the rotation and orbit of Hyperion, a satellite of Saturn

Notifications You must be signed in to change notification settings

goldbergmax/hyperion-rot-orb

8000

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A library to analyze the rotation and orbit of Hyperion. The code is split into two indepedent parts, one for the rotation and one for the orbit. If you use this code, please cite: Goldberg & Batygin (2024).


Rotation

Requirements: numpy, scipy, matplotlib, rebound (to efficiently solve Kepler's equation)

rotation_tools.RotationalState and rotation_tools.RotationSimulation are general classes to solve Euler's rotation equations under a planetary torque. They support both Euler angles or quaternions for the initial conditions, outputs, and the integration itself. See hyp_rotation.py for a particular implementation for Hyperion.

Orbit

Requirements: numpy, scipy, rebound, reboundx

hyp_capture.Simulation is a class to simulate the capture of Hyperion into its current orbit. It uses rebound to integrate the orbit, and reboundx to include the tidal effects of Saturn and tidal dissipation inside Hyperion. The HyperionDamping class provides multiple prescriptions for the dissipation inside Hyperion as a function of orbital eccentricity. TitanMigration is similar for the migration of Titan due to tides raised on Saturn.

tumbling

About

Numerical models of the rotation and orbit of Hyperion, a satellite of Saturn

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0