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

cleaned files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SigPredictor/lightptsrclevsinband.h

    r1185 r1190  
    44#include <iostream>
    55#include <map>
    6 #include <ostream>
    76//#include "levsptsrc.h"
    87
    9 
    10 enum LevSPanckBand
    11 {       Giga30,
    12         Giga44,
    13         Giga70,
    14         Giga100,
    15         Giga143,
    16         Giga217,
    17         Giga352,
    18         Giga545,
    19         Giga857
    20 };
     8#include "levelsplanckband.h"
    219
    2210struct LevSPtSrcData
     
    4937                        }
    5038                }
     39         
    5140        }
    5241       
     
    5443
    5544struct LevSPtSrcCmpUnitVec
    56 {       bool operator () (const UnitVector& coord1, const UnitVector& coord2) const
     45{       bool operator()(const UnitVector& coord1, const UnitVector& coord2) const
    5746        {       if ( coord1.Theta() < coord2.Theta() )  return true;
    5847                if (  coord1.Theta() == coord2.Theta() )
    59                 {       if (  coord1.Phi() > coord2.Phi()) return true;
     48                {       if (  coord1.Phi() > coord2.Phi() ) return true;
    6049                }       
    6150                return false;
     
    7362        void print(ostream& out)
    7463        {       out<< Name<<endl; }
     64        void DumpMap(LevSPanckBand band);
     65                // Write a Mollweide projection of the Point Sources Sky
     66                // power in the LevSPanckBand band
     67       
    7568 protected:
    7669        void readLevSPtSrc(char HFIfile[]);
    7770        char Name[128];
    78        
     71
    7972};
    8073
Note: See TracChangeset for help on using the changeset viewer.