Skip to content

Test application showing the accuracy and performance improvement of a faster inertial->fixed frame transformation.

License

Notifications You must be signed in to change notification settings

greyskyy/fast-eci

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fast ECI

This repository holds a test program proving the effectiveness of estimating the transformation from an inertial frame to a fixed frame using simple z-axes rotation from known rotation.

This approach is extremely useful when numerous transformations are needed within close time proximity to each other.

Usage

Install the environment

conda env create -f environment.yml

Run the application

python main.py

Refer to the help text with the -h or --help options for more options.

About

Test application showing the accuracy and performance improvement of a faster inertial->fixed frame transformation.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages