Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 790 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 790 Bytes

projecc

A small simple package for projecting orbital elements onto sky plane and vice versa.

Installation

Install via pip: pip install projecc

On the package index: projecc

Tutorials

See the Using Projecc notebook for descriptions, definitions, and examples.

Change log

Jan 27, 2025:

1.1.0 Added classes and funtions for predicting the position of a planet in the sky plane at a given time

Oct 14, 2024:

1.0.1 Fixed coordinate system in sep/pa functions

Oct 11, 2024:

1.0.1 Fixed coordinate system in KeplerianToCartesian and added Sirius example to notebook

Oct 30, 2023:

1.0.0 Initial release