Changeset 1148 in Sophya for trunk/SigPredictor/lightcmbprim.cc
- Timestamp:
- Aug 29, 2000, 12:03:24 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SigPredictor/lightcmbprim.cc
r801 r1148 5 5 #include <math.h> 6 6 #include "lightcmbprim.h" 7 #include "fitsioserver.h" 7 8 #include "fitsspherehealpix.h" 8 9 9 10 #ifdef __MWERKS__ 10 #include "mwerksmath.h"11 11 #include "macenvvariables.h" 12 12 #endif … … 23 23 // On reserve la mmoire pour la carte gorski 24 24 try { 25 pMap =new Sphere Gorski<float> (nlat);25 pMap =new SphereHEALPix<r_4> (nlat); 26 26 } 27 27 catch (bad_alloc) { … … 42 42 #endif 43 43 44 45 FITS_SphereHEALPix<r_4> FSphere(*pMap); 46 FSphere.Read(filename); // Units: Microkelvin 47 48 /* 44 49 FitsIoServer FitsServer; 45 FitsServer.load(*pMap,filename); // Units: Microkelvin 50 FitsServer.load(*pMap,filename); 51 */ 46 52 } 47 53
Note:
See TracChangeset
for help on using the changeset viewer.