Changeset 1191 in Sophya for trunk/SigPredictor/lobelevshealpix.h


Ignore:
Timestamp:
Sep 19, 2000, 2:28:59 PM (25 years ago)
Author:
ansari
Message:

cleaned up for maching LevelS upgrade ongoing

D.Y.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SigPredictor/lobelevshealpix.h

    r1152 r1191  
    33
    44#include "meanlobe.h"
    5 #include "spherehealpix.h"
     5#include "fitsspherehealpix.h"
    66
    77class LobeLevSHealpix:public MeanFreqLobe
     
    1010        LobeLevSHealpix(char FileOflobeMap[],double angMax_degre, double MeanFreq_Hz);
    1111        ~LobeLevSHealpix();
    12    const SphereHEALPix<float>& sphere() const { return *pSphere;}
     12   const SphereHEALPix<r_4>& sphere() const {   return *pSphere;}
    1313 protected:
    1414        virtual double ResolutionCurve(double angleShift) const
     
    2121          const UnitVector& VY) const;
    2222               
    23         SphereHEALPix<float>* pSphere;
     23        //FITS_SphereHEALPix<float>* pFSphere;
     24        SphereHEALPix<r_4>* pSphere;
    2425};
    2526
Note: See TracChangeset for help on using the changeset viewer.