1 |
mocchiut |
1.1 |
#ifndef OrbitalInfoCore_h |
2 |
|
|
#define ObitalInfoCore_h |
3 |
|
|
#include <TSQLServer.h> |
4 |
mocchiut |
1.3 |
#include <TTimeStamp.h> |
5 |
mocchiut |
1.4 |
#include <InclinationInfo.h> |
6 |
mocchiut |
1.6 |
#include <OrientationInfo.h> |
7 |
|
|
#include <ToFLevel2.h> |
8 |
mocchiut |
1.3 |
|
9 |
|
|
#include <sgp4.h> |
10 |
|
|
|
11 |
|
|
extern "C" { |
12 |
|
|
#include <dirent.h> |
13 |
|
|
//INITIZE(YEAR,DIMO) |
14 |
|
|
extern void initize_(char[], int*, char[], int*, char[], int*); |
15 |
|
|
//FELDCOF(YEAR,DIMO) |
16 |
|
|
extern void feldcof_(float*, float*); |
17 |
|
|
//FELDG(LATI,LONGI,HEIGHT,BNORTH,BEAST,BDOWN,BABS) |
18 |
|
|
extern void feldg_(float*, float*, float*, float*, float*, float*, float*); |
19 |
|
|
//SHELLG(LATI,LONGI,HEIGHT,DIMO,XL,ICODE,BAB1) |
20 |
|
|
extern void shellg_(float*, float*, float*, float*, float*, float*, float*); |
21 |
|
|
//FINDB0(STPS,BDEL,VALUE,BEQU,RR0) |
22 |
|
|
extern void findb0_(float*, float*, bool*, float*, float*); |
23 |
|
|
} |
24 |
|
|
|
25 |
mocchiut |
1.1 |
|
26 |
mocchiut |
1.5 |
extern int OrbitalInfoCore(UInt_t run, TFile *file, GL_TABLES *glt, Int_t orbitalargc, char *orbitalargv[]); |
27 |
mocchiut |
1.3 |
cCoordGeo getCoo(UInt_t atime, UInt_t tletime, cTle *tle); |
28 |
mocchiut |
1.4 |
void CopyQ(Quaternions *Q1, Quaternions *Q2); |
29 |
|
|
void CopyAng(InclinationInfo *A1, InclinationInfo *A2); |
30 |
|
|
UInt_t holeq(Double_t lower,Double_t upper,Quaternions *Qlower, Quaternions *Qupper, UInt_t f); |
31 |
mocchiut |
1.1 |
|
32 |
|
|
#endif |