Ignore:
Timestamp:
Aug 29, 2000, 12:03:24 PM (25 years ago)
Author:
ansari
Message:

mise a jour

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SigPredictor/lightsrcmappowerinband.cc

    r801 r1148  
    22
    33#include "lightsrcmappowerinband.h"
    4 #include "fitsioserver.h"
     4#include "fitsspherehealpix.h"
    55
    66double LightSrcMapPowerInband::powerDensAmpli(double theta,double phi)
     
    2424   if(MinFreq>MaxFreq) cerr<<"Erreur freq Min>freq Max in LightSrcMapPowerInband"<<endl;
    2525   
    26    try {        pMap=new SphereGorski<float> (nlat);    }
     26   try {        pMap=new SphereHEALPix<r_4> (nlat);     }
    2727   catch(bad_alloc) {
    2828      cerr<<"Memory booking error LightSrcMapPowerInband, nlat= "<<nlat<<endl;
     
    3030   }
    3131   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);
    3435}
    3536
Note: See TracChangeset for help on using the changeset viewer.