Ignore:
Timestamp:
Apr 30, 2001, 10:52:01 AM (24 years ago)
Author:
ansari
Message:

Petites amelioration SimpleFourierFilter - Reza 30/4/2001

File:
1 edited

Legend:

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

    r1479 r1483  
    158158  virtual void  run();
    159159
    160   inline  void  KeepSpectra(int nb=0)
    161                 { nb_keep = nb; }
     160  inline  void  KeepSpectra(string outname, int nb)
     161                { outppfname = outname; nb_keep = nb; }
    162162protected:
    163163  int_8 totnscount;   // Nombre total d'echantillon processe
     
    165165  Vector ffcoef;     // Coefficients du filtre
    166166  int nb_keep;
     167  string outppfname;
    167168};
    168169
Note: See TracChangeset for help on using the changeset viewer.