axsapronov / PredictService

Repository with the comparison of the results obtained by using different propagators agains STK simulations.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PredictService

It is project for generate predictions of satellite with different tools, for example

  • predict
  • PyEphem
  • PyOrbital
  • STK
  • orbitron

You can generate predictions in console for

  • predict
  • PyEphem
  • PyOrbital

Usage

Generate predictions:

#!/bin/sh

START_TIME=2015-01-01_18:21:26
END_TIME=2015-01-02_18:21:26
TLE_PATH=bin/TLEs/dmc.txt

echo "PyEphem"
python run_ephem.py -i $TLE_PATH -s $START_TIME -e $END_TIME -o ./bin/result/pyephem

echo "PyOrbital"
python run_orbital.py -i $TLE_PATH -s $START_TIME -e $END_TIME -o ./bin/result/pyorbital

echo "Predict"
python run_predict.py -i $TLE_PATH -s $START_TIME -e $END_TIME -o ./bin/result/predict

Run gui:

python gui.py

Compare results:

Compare results

About

Repository with the comparison of the results obtained by using different propagators agains STK simulations.

License:Other


Languages

Language:C 83.6%Language:Shell 6.9%Language:Perl 4.3%Language:Python 4.2%Language:Bison 0.5%Language:Visual Basic 0.5%Language:C++ 0.1%Language:ApacheConf 0.0%Language:PHP 0.0%Language:Prolog 0.0%Language:Erlang 0.0%