Skip to content

AutumnPearce/interlo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

interlo

interlo allows one to quickly create simulations of interstellar object motion through the milky way.

Installation

Use the package manager pip to install the interlo python package.

pip install interlo

In order to access the simple web interface, please download the content of this git repo and open "index.html".

Usage

import interlo as iso
from astropy import units as u

stars = iso.Starset(num_stars=5)
stars.get_isos()
stars.integrate()
stars.get_sun()
stars.animate_position()

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published