motokimura / AsteroidTracker

A library to track asteroids, written in C/C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AsteroidTracker

A library to track asteroids, written in C/C++.

Description

This library enables you to calculate the position and velocity of asteroids that go around the Sun. The direction (azimuth and elevation) to the asteroid and doppler rate at your location can be also calculated so that you can use this for asteroid tracking at your ground station.

Usage

A sample program is written in main.cpp. The orbit parameters defined as Keplerian elements in the sample are adjusted to ones of ARTSAT space-probe, DESPATCH. To track another asteroids, specify its Keplerian elements using setAsteroidOrbitInfo( ) function that is defined in asteroid_tracker.cpp.

Projects

DESPATCH Orbit 3D Viewer

DESPATCH in Starlit Sky

DESPATCH Tracking API

License

MIT License

Team

Motoki Kimura

ARTSAT Project

About

A library to track asteroids, written in C/C++

License:MIT License


Languages

Language:C++ 75.8%Language:Fortran 20.3%Language:CMake 2.7%Language:C 0.7%Language:Shell 0.2%Language:Python 0.1%Language:JavaScript 0.1%Language:CSS 0.1%Language:Makefile 0.0%