source: Sophya/trunk/Poubelle/archediab.old/SimulMission/simulstate.h@ 4086

Last change on this file since 4086 was 647, checked in by ansari, 26 years ago

simulation

File size: 1.1 KB
Line 
1/* Simulation de donnees mission, Eric Aubourg & Jacques Delabrouille, mai 1999 */
2
3/* Etat interne du simulateur */
4
5
6
7extern param_bolo simParam;
8extern reglage_bolo simReglage;
9extern double overSpeed;
10//extern int compressBlks;
11extern double whiteNoise[6] ; // sigma, in W/Sqrt(Hz)
12extern double bolfreq[6] ; // frequency (Hz)
13extern double glitchFreq; // Hz
14extern double glitchMaxAmpl; // W
15extern double boloTimeCst; // secondes...
16extern int sst2Bars; // 2 barrettes pour le SST ?
17
18void SimBlocParam(tmtc* tt);
19void SimBlocReglage(tmtc* tt);
20void SimBlocBolo(tmtc* tt);
21void SimBlocBoloComp(tmtc* tt);
22void SimBloc1Per(tmtc* tt);
23void SimBlocGPS(tmtc* tt);
24void SimBlocSST(tmtc* tt);
25void SimBlocSSTComp(tmtc* tt);
26
27void SSTSignal(float ra, float dec, float dra, float ddec,
28 float ora, float odec, int* diodes, double secondes);
29float isStarInArray(float ra, float dec, float alow, float dlow,
30 float a1, float d1, float a2, float d2); // -1 = no, 0-1 : yes
31
32void PerformScan(void);
33
34void ReadSimulDC(void);
Note: See TracBrowser for help on using the repository browser.