Ignore:
Timestamp:
May 28, 2002, 7:30:45 PM (23 years ago)
Author:
ansari
Message:

Amelioration de calcul d'offset (possibilite de coupure sur coordonnees
galactique)
Nouveau processeur nettoyeur (SimpleCleaner)
Ajout programme de traitement aksj02.cc , donnees Archeops KS1/KS3

Reza 28/5/2002

File:
1 edited

Legend:

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

    r2004 r2014  
    1818// Structure generale :
    1919//
    20 //             -------------------------
    21 //  toi in --> |                       | ---> out  (toi = in_offset)
    22 //             | SimpleOffsetEstimator | ---> offset (toi)
    23 //            |                       | ---> Autres toi optionnel
    24 //             |                       |
    25 //             -------------------------
     20//               -------------------------
     21//    toi in --> |                       | ---> out  (toi = in_offset)
     22//               | SimpleOffsetEstimator | ---> offset (toi)
     23//  bgal(opt)--> |                       | ---> Autres toi optionnel
     24//               |                       |
     25//               -------------------------
    2626
    2727class SimpleOffsetEstimator : public TOIProcessor {
     
    3030  virtual  ~SimpleOffsetEstimator();
    3131
     32  void     SetParams(int mwsz=256, int nptfit=5, int degpol=2);
    3233  virtual void  init(); 
    3334  virtual void  run();
     35
     36  virtual void  SetBGalCut(double bmin, double bmax);
    3437
    3538  inline int_8  ProcessedSampleCount() const { return totnscount; }
     
    4750  bool ntpoly;
    4851  string ntpolyname;
     52  double bmincut, bmaxcut;
     53  bool bgalcut;
     54  int_4 ns_flgcut;
     55  int_4 ns_bgalcut;
    4956};
    5057
Note: See TracChangeset for help on using the changeset viewer.