orbit-tessellation 0.2.0

Creator: railscoder56

Last updated:

0 purchases

orbit-tessellation 0.2.0 Image
orbit-tessellation 0.2.0 Images
Add to Cart

Description:

orbittessellation 0.2.0

tessellation








A Python package for evaluating orbit commensurability using Delaunay tessellation. Use this in the commensurability package to analyze galaxy potentials.
Installation
Install this package via pip:
python -m pip install orbit-tessellation

Usage
Use tessellation.Tessellation on your point array to perform the commensurability evaluation.
import numpy as np
from tessellation import Tessellation

# generate 100 random 2D points
points = np.random.normal(size=(100, 2))
tess = Tessellation(points)

This returns a tessellation object that contains info in its attributes. The .measure attribute gives the measure of the orbit (normalized to be in [0, 1)).

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.