Giter Site home page Giter Site logo

upsat_spg4's Introduction

SGP4/SDP4 orbit propagator for UP-Sat.

Originaly from http://www.sat.dundee.ac.uk/~psc/sgp4.html

Private bitbucket.org repository:
https://bitbucket.org/tsangiotis/upsat_spg4/

(c) Tasos Sagiotis 2013-2014
University of Patras
tsangiotis (at) gmail.com

Released under the terms of the GNU LGPL V3
http://www.gnu.org/licenses/lgpl-3.0.html

This software is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

====================================================================
                             Parts
==================================================================== 

 ->Installation
 ->Introduction
 ->Configuration

==================================================================== 
                          Installation
==================================================================== 

Make a copy of the upsat_spg4 directory (Out of Dropbox please).
Then in a terminal (UNIX System with gcc installed preferable) type:

    $ make all

To test your installation after compilation is finished type:
    
    $ make test

It should finish with no errors.

==================================================================== 
                          Introduction
====================================================================

\TODO

==================================================================== 
                          Configuration
====================================================================

The programm uses data to compute from the file "data/twoline.txt".

The code that reads the file, seats on "satutl.c".

These are the variables and the corresponding characters in each line.

\TODO: explanation of variables

      line 1
____________________
  var   |   char    |
====================
ep_year |   19:20   |
ep_day  |   21:32   |
bm      |   54:59   |
bx      |   60:61   |

      line 2
____________________
  var   |   char    |
====================  
eqinc   |    9:16   |
ascn    |   18:25   |
ecc     |   27:33   |
argp    |   35:42   |
mnan    |   44:51   |
rev     |   53:63   |
norb    |   64:68   |

upsat_spg4's People

Contributors

tsangiotis avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.