Ignore:
Timestamp:
Nov 30, 2001, 10:08:36 PM (24 years ago)
Author:
aubourg
Message:

pour cmv

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ArchTOIPipe/ProcWSophya/toi2map.h

    r1792 r1805  
    55//                               Christophe Magneville
    66//                               Reza Ansari
    7 // $Id: toi2map.h,v 1.11 2001-11-27 12:12:12 aubourg Exp $
     7// $Id: toi2map.h,v 1.12 2001-11-30 21:07:16 aubourg Exp $
    88
    9 #ifndef TOI2MAP_H
    10 #define TOI2MAP_H
     9#ifndef TOI2GMAP_H
     10#define TOI2GMAP_H
    1111
    1212#include "toiprocessor.h"
    1313#include "toiprocessor.h"
    1414#include "spherehealpix.h"
     15#include "localmap.h"
    1516#include "flagtoidef.h"
    1617#include "xastropack.h"
    1718
    18 //-- Un projecteur de TOI sur une sphere Healpix
     19//-- Un projecteur de TOI sur une carte quelconque
    1920// Lecture de 3 TOI coord1,coord2,boloMuV
    20 // Sortie pas de TOI, une (2) sphere(s) Healpix
     21// Sortie pas de TOI, une (2) cartes
    2122//
    2223// Structure generale :
    23 //                          |---->Sphere
     24//                          |---->Carte
    2425//                          |
    2526//                     -----------
     
    3435// Si les CoordIn et les CoordOut sont equatoriales -> meme equinoxe!
    3536
    36 class TOI2Map : public TOIProcessor {
     37class TOI2GMap : public TOIProcessor {
    3738public:
    38                  TOI2Map(SphereHEALPix<r_8>* sph,SphereHEALPix<r_8>* wsph=NULL);
    39   virtual       ~TOI2Map();
     39                 TOI2GMap(PixelMap<r_8>* map,PixelMap<r_8>* wmap=NULL);
     40  virtual       ~TOI2GMap();
    4041
    4142  virtual void  init(void);
     
    6566  void SetIsColat(bool b=true) {mIsColat=b;} // latitude is a colatitude, 0-Pi
    6667protected:
    67   SphereHEALPix<r_8>* mSph;
    68   SphereHEALPix<r_8>* mWSph;
    69   bool mWSphInternal;
     68  PixelMap<r_8>* mMap;
     69  PixelMap<r_8>* mWMap;
     70  bool mWMapInternal;
    7071
    7172  TypAstroCoord mTypCoorIn, mTypCoorOut;
Note: See TracChangeset for help on using the changeset viewer.