Changeset 1805 in Sophya for trunk/ArchTOIPipe


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

pour cmv

Location:
trunk/ArchTOIPipe
Files:
5 edited

Legend:

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

    r1804 r1805  
    33//                               Christophe Magneville
    44//                               Reza Ansari
    5 // $Id: toi2map.cc,v 1.20 2001-11-30 21:07:16 aubourg Exp $
     5// $Id: toi2map.cc,v 1.21 2001-11-30 21:08:36 aubourg Exp $
    66
    77#include "machdefs.h"
     
    99#include "pexceptions.h"
    1010#include "ctimer.h"
    11 #include "toi2gmap.h"
     11#include "toigmap.h"
    1212
    1313////////////////////////////////////////////////////////////////////////
  • 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;
  • trunk/ArchTOIPipe/TestPipes/quickmap.cc

    r1800 r1805  
    11// GPH 424.1   Planck HFI-L2 Simple Map Making
    22// Eric Aubourg     CEA/DAPNIA/SPP
    3 // $Id: quickmap.cc,v 1.1 2001-11-29 18:19:32 aubourg Exp $
     3// $Id: quickmap.cc,v 1.2 2001-11-30 21:08:36 aubourg Exp $
    44
    55#include <stdlib.h>
     
    1313
    1414#include "sambainit.h"
    15 #include "toi2gmap.h"
     15#include "toi2map.h"
    1616#include "fitsspherehealpix.h"
    1717#include "localmap.h"
  • trunk/ArchTOIPipe/TestPipes/quickmap_p.cc

    r1801 r1805  
    11// GPH 424.1   Planck HFI-L2 Simple Map Making
    22// Eric Aubourg     CEA/DAPNIA/SPP
    3 // $Id: quickmap_p.cc,v 1.2 2001-11-30 15:02:04 aubourg Exp $
     3// $Id: quickmap_p.cc,v 1.3 2001-11-30 21:08:36 aubourg Exp $
    44
    55#include <stdlib.h>
     
    1313
    1414#include "sambainit.h"
    15 #include "toi2gmap.h"
     15#include "toigmap.h"
    1616#include "fitsspherehealpix.h"
    1717#include "localmap.h"
  • trunk/ArchTOIPipe/files_sophya

    r1800 r1805  
    77toi2map.cc
    88toi2map.h
    9 toi2gmap.cc
    10 toi2gmap.h
    119flagtoidef.h
    1210ktoibad.h
Note: See TracChangeset for help on using the changeset viewer.