| Last change
 on this file since 975 was             798, checked in by ansari, 26 years ago | 
        
          | 
Creation du module SigPredictor (Simulation de signal Archeops/Planck)
 
de Dominique Yvon -    Reza 30/3/2000
 | 
        
          | File size:
            915 bytes | 
      
      
| Rev | Line |  | 
|---|
| [798] | 1 | // Dominique YVON, CEA/DAPNIA/SPP 02/2000 | 
|---|
|  | 2 |  | 
|---|
|  | 3 | #include <stdio.h> | 
|---|
|  | 4 | #include <stdlib.h> | 
|---|
|  | 5 | #include <iostream> | 
|---|
|  | 6 | //#include <fstream> | 
|---|
|  | 7 | //#include <SIOUX.h> | 
|---|
|  | 8 |  | 
|---|
|  | 9 | #ifdef __MWERKS__ | 
|---|
|  | 10 | #include "mwerksmath.h" | 
|---|
|  | 11 | #include "unixmac.h" | 
|---|
|  | 12 | #include "macenvvariables.h" | 
|---|
|  | 13 | #endif | 
|---|
|  | 14 |  | 
|---|
|  | 15 | #include "alllobe.h" | 
|---|
|  | 16 | #include "alllightsources.h" | 
|---|
|  | 17 | #include "sigcalctools.h" | 
|---|
|  | 18 | #include "allfilter.h" | 
|---|
|  | 19 | #include "fitsioserver.h" | 
|---|
|  | 20 |  | 
|---|
|  | 21 |  | 
|---|
|  | 22 | #ifndef __MWERKS__ | 
|---|
|  | 23 | char* PATHResults=getenv("PATHResults"); | 
|---|
|  | 24 | char* PATHDataLScr=getenv("PATHDataLScr"); | 
|---|
|  | 25 | char* PATHCarteLobe=getenv("PATHCarteLobe"); | 
|---|
|  | 26 | char* PathInstrumentData=getenv("PathInstrumentData"); | 
|---|
|  | 27 | #endif | 
|---|
|  | 28 |  | 
|---|
|  | 29 |  | 
|---|
|  | 30 |  | 
|---|
|  | 31 | int MakeArcheopsTimelines(char FilePointes[]); | 
|---|
|  | 32 | int MakeGalaxyMap(double Resolution);           // Resolution en degres | 
|---|
|  | 33 |  | 
|---|
|  | 34 | int main() | 
|---|
|  | 35 | { | 
|---|
|  | 36 | // CompareMapResults(); | 
|---|
|  | 37 | // Basictests(); | 
|---|
|  | 38 |  | 
|---|
|  | 39 | //char FilePointes[32]="bolopoin.ascii"; | 
|---|
|  | 40 | //MakeArcheopsTimelines(FilePointes); | 
|---|
|  | 41 |  | 
|---|
|  | 42 | MakeGalaxyMap(1./6); | 
|---|
|  | 43 |  | 
|---|
|  | 44 | return 0; | 
|---|
|  | 45 | } | 
|---|
|  | 46 |  | 
|---|
|  | 47 |  | 
|---|
|  | 48 |  | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.