| 
            Last change
 on this file since 2383 was             2187, checked in by aubourg, 23 years ago           | 
        
        
          | 
             
Vivien, limites processors et connect 
 
           | 
        
        
          | 
            File size:
            721 bytes
           | 
        
      
      
| Line |   | 
|---|
| 1 | // This may look like C code, but it is really -*- C++ -*-
 | 
|---|
| 2 | 
 | 
|---|
| 3 | // ArchTOIPipe           (C)     CEA/DAPNIA/SPP IN2P3/LAL
 | 
|---|
| 4 | //                               Eric Aubourg
 | 
|---|
| 5 | //                               Christophe Magneville
 | 
|---|
| 6 | //                               Reza Ansari
 | 
|---|
| 7 | // $Id: wienerdecor.h,v 1.2 2002-09-09 15:33:15 aubourg Exp $
 | 
|---|
| 8 | 
 | 
|---|
| 9 | #ifndef WIENERDECOR_H
 | 
|---|
| 10 | #define WIENERDECOR_H
 | 
|---|
| 11 | 
 | 
|---|
| 12 | #include "toiprocessor.h"
 | 
|---|
| 13 | #include "flagtoidef.h"
 | 
|---|
| 14 | 
 | 
|---|
| 15 | class WienerDecorrelator : public TOIProcessor {
 | 
|---|
| 16 | public:
 | 
|---|
| 17 |   WienerDecorrelator(int nsamp, int lcor);
 | 
|---|
| 18 | 
 | 
|---|
| 19 |   virtual void init();
 | 
|---|
| 20 |   virtual void run();
 | 
|---|
| 21 | 
 | 
|---|
| 22 |   inline void doNotLookAt(uint_8 flag=FlgToiAll) {flgNotLookAt = flag;}
 | 
|---|
| 23 | 
 | 
|---|
| 24 | protected:  
 | 
|---|
| 25 |   int nsamples;
 | 
|---|
| 26 |   int lcorr;
 | 
|---|
| 27 |   uint_8 flgNotLookAt;
 | 
|---|
| 28 | };
 | 
|---|
| 29 | 
 | 
|---|
| 30 | 
 | 
|---|
| 31 | 
 | 
|---|
| 32 | #endif
 | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.