-
Notifications
You must be signed in to change notification settings - Fork 3
/
readme.txt
80 lines (58 loc) · 2.19 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
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 |