Changeset 1148 in Sophya for trunk/SigPredictor/lightgalaxnoresol.cc
- Timestamp:
- Aug 29, 2000, 12:03:24 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SigPredictor/lightgalaxnoresol.cc
r801 r1148 5 5 #include <math.h> 6 6 #ifdef __MWERKS__ 7 #include "mwerksmath.h"8 7 #include "unixmac.h" 9 8 #include "macenvvariables.h" … … 14 13 #include "integ.h" 15 14 #include "fitsioserver.h" 15 16 16 17 17 #include "lightgalaxnoresol.h" … … 53 53 // On stocke le no de pixel de la carte guiderdonni correspondant au pixel ciel 54 54 55 try {pSphereIndex=new Sphere Gorski<uint_2>(nlat); }55 try {pSphereIndex=new SphereHEALPix<uint_2>(nlat); } 56 56 catch(bad_alloc) { 57 57 cerr<<"Memory booking error in LightGalaxNoResol: pSphereIndex"<<endl; … … 112 112 113 113 FitsServer.load(UneCarte,filename); 114 114 115 // cout<<"Carte Lue: "<<filename<<'\t'<<"Frquence: "<<dataFreq[noFreq]<<endl; 115 116
Note:
See TracChangeset
for help on using the changeset viewer.