Ignore:
Timestamp:
Mar 26, 2003, 10:48:53 AM (23 years ago)
Author:
cecile
Message:

* empty log message *

File:
1 edited

Legend:

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

    r2352 r2354  
    55//                               Christophe Magneville
    66//                               Reza Ansari
    7 // $Id: ring2cout.h,v 1.1 2003-03-24 11:07:00 cecile Exp $
     7// $Id: ring2cout.h,v 1.2 2003-03-26 09:48:53 cecile Exp $
    88
    99#ifndef TOI2RING_H
     
    1313#include "flagtoidef.h"
    1414
    15 //-- Un generateur de RING a partir d'une sphere et de 2 TOIs coordin1,coordin2
    16 // Lecture de 2 TOI coord1,coord2 et d'une Sphere Healpix
    17 // Sortie de 3 RING coord1,coord2,boloMuV
    18 //
    19 // Structure generale :
    20 //             Sphere ---- |
    21 //                         |
    22 //                     -----------
    23 //   toi phase    ---> |         | ---> ring value
    24 //                     |Ring2cout | ---> ring weight
    25 //   toi value    ---> |         |
    26 //                     -----------
     15//-- Un lecteur de RING
    2716
    2817class Ring2cout : public TOIProcessor {
    2918public:
    30                  Ring2cout();
     19                 Ring2cout(long n);
    3120  virtual       ~Ring2cout();
    3221
     22  inline void setNSamples( long n=1024)
     23              {Nsamples = n;}
    3324
    3425  virtual void  init(void);
Note: See TracChangeset for help on using the changeset viewer.