Ignore:
Timestamp:
Jul 16, 2002, 5:26:19 PM (23 years ago)
Author:
cecile
Message:

* empty log message *

File:
1 edited

Legend:

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

    r2095 r2099  
    55//                               Christophe Magneville
    66//                               Reza Ansari
    7 // $Id: toi2toi_addsp.h,v 1.1 2002-07-16 08:48:06 cecile Exp $
     7// $Id: toi2toi_addsp.h,v 1.2 2002-07-16 15:26:19 cecile Exp $
    88
    99#ifndef TOI2MAP_H
     
    3535// Si les CoordIn et les CoordMap sont equatoriales -> meme equinoxe!
    3636
    37 class TOI2Map : public TOIProcessor {
     37struct Info_src
     38{
     39  double glon,glat;
     40  double azi,elv;
     41  double amp,tau1,tau2;
     42};
     43
     44void Fill_Info_scr(Info_src* scr, int_4 ns);
     45
     46class Toi2toi_Addsp : public TOIProcessor {
    3847public:
    39                  TOI2Map();
    40                  //TOI2Map(SphereHEALPix<r_8>* map,SphereHEALPix<r_8>* wmap=NULL);
    41   virtual       ~TOI2Map();
     48                 Toi2toi_Addsp(Info_src* info, int_4 ns);
     49  virtual       ~Toi2toi_Addsp();
    4250
    4351  virtual void  init(void);
     
    7179  // Print
    7280  void Print(::ostream & os);
    73   inline int_8  ProcessedSampleCount() const { return totnscount; }
    7481
    7582protected:
     
    7784  unsigned long mTypCoorIn, mTypCoorMap;
    7885  double mActualYear;
     86  Info_src* src;
     87  int_4 nb_src;
    7988
    8089  bool mTFlag,mTMin,mTMax;
    8190  uint_8 mBadFlag;
    8291  r_8 mValMin,mValMax;
    83   int_8 totnscount;   // Nombre total d'echantillon processe
    8492
    8593};
Note: See TracChangeset for help on using the changeset viewer.