Changeset 1148 in Sophya for trunk/SigPredictor/lightsrcmappowerinband.cc
- Timestamp:
- Aug 29, 2000, 12:03:24 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SigPredictor/lightsrcmappowerinband.cc
r801 r1148 2 2 3 3 #include "lightsrcmappowerinband.h" 4 #include "fits ioserver.h"4 #include "fitsspherehealpix.h" 5 5 6 6 double LightSrcMapPowerInband::powerDensAmpli(double theta,double phi) … … 24 24 if(MinFreq>MaxFreq) cerr<<"Erreur freq Min>freq Max in LightSrcMapPowerInband"<<endl; 25 25 26 try { pMap=new Sphere Gorski<float> (nlat); }26 try { pMap=new SphereHEALPix<r_4> (nlat); } 27 27 catch(bad_alloc) { 28 28 cerr<<"Memory booking error LightSrcMapPowerInband, nlat= "<<nlat<<endl; … … 30 30 } 31 31 cout<<"On lit la carte "<<filename<<endl; 32 FitsIoServer FitsServer; 33 FitsServer.load((*pMap),filename); 32 33 FITS_SphereHEALPix<r_4> FSphere(*pMap); 34 FSphere.Read(filename); 34 35 } 35 36
Note:
See TracChangeset
for help on using the changeset viewer.