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/lightgalaxnoresol.cc

    r801 r1148  
    55#include <math.h>
    66#ifdef __MWERKS__
    7    #include "mwerksmath.h"
    87   #include "unixmac.h"
    98   #include "macenvvariables.h"
     
    1413#include "integ.h"
    1514#include "fitsioserver.h"
     15
    1616
    1717#include "lightgalaxnoresol.h"
     
    5353  // On stocke le no de pixel de la carte guiderdonni correspondant au pixel ciel
    5454 
    55   try {pSphereIndex=new SphereGorski<uint_2>(nlat); }
     55  try {pSphereIndex=new SphereHEALPix<uint_2>(nlat); }
    5656  catch(bad_alloc) {
    5757        cerr<<"Memory booking error in LightGalaxNoResol: pSphereIndex"<<endl;
     
    112112
    113113        FitsServer.load(UneCarte,filename);
     114
    114115//      cout<<"Carte Lue: "<<filename<<'\t'<<"FrŽquence: "<<dataFreq[noFreq]<<endl;
    115116       
Note: See TracChangeset for help on using the changeset viewer.