Skip to content
/ moidpy Public

Compute the minimum orbit intersection distance (MOID) with python

Notifications You must be signed in to change notification settings

hagrusa/moidpy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

moidpy

Compute the minimum orbit intersection distance (MOID) with python.

This is an extremely crude python wrapper of the original fortran code written by Wiśniowski & Rickman. I simply modified to make it a function instead of having hard-coded inputs. Then you can compile it as a shared object using f2py3, and then import it into your python code.

A peak at compile.sh and example.py should make installation relatively straightforward. Once you compile moid.f, the shared object simply needs to be in your PYTHONPATH to import it.

About

Compute the minimum orbit intersection distance (MOID) with python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published