Changeset 1148 in Sophya for trunk/SigPredictor/lightdiffdust.cc
- Timestamp:
- Aug 29, 2000, 12:03:24 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SigPredictor/lightdiffdust.cc
r801 r1148 6 6 #include <math.h> 7 7 #ifdef __MWERKS__ 8 #include "mwerksmath.h"9 8 #include "unixmac.h" 10 9 #include "macenvvariables.h" … … 12 11 //#include "integ.h" 13 12 #include "lightdiffdust.h" 14 #include "fits ioserver.h"13 #include "fitsspherehealpix.h" 15 14 16 15 LightDiffDust::LightDiffDust(int_4 nside=256) { … … 37 36 38 37 cout<<"Objet LightDiffDust :"<<endl; 39 cout 38 cout<<"Resolution de travail nlat= "<<nlat<<endl; 40 39 41 try { pMap=new Sphere Gorski<float> (nlat); }40 try { pMap=new SphereHEALPix<r_4> (nlat); } 42 41 catch (bad_alloc) { 43 42 cerr<<"memory booking error Lightdiffdust constructor nlat= "<<nlat<<endl; … … 57 56 if(nlat<1024) cerr<<"la carte avec nlat=1024 est dispo"<<endl; 58 57 59 F itsIoServer FitsServer;60 F itsServer.load((*pMap),filename);61 // unite: MJy/st. Dixit Romain 58 FITS_SphereHEALPix<r_4> FSphere(*pMap); 59 FSphere.Read(filename); // unite: MJy/st. Dixit Romain 60 62 61 } 63 62
Note:
See TracChangeset
for help on using the changeset viewer.