Changeset 2014 in Sophya for trunk/ArchTOIPipe/ProcWSophya/simoffset.h
- Timestamp:
- May 28, 2002, 7:30:45 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ArchTOIPipe/ProcWSophya/simoffset.h
r2004 r2014 18 18 // Structure generale : 19 19 // 20 // -------------------------21 // toi in --> | | ---> out (toi = in_offset)22 // | SimpleOffsetEstimator | ---> offset (toi)23 // 24 // | |25 // -------------------------20 // ------------------------- 21 // toi in --> | | ---> out (toi = in_offset) 22 // | SimpleOffsetEstimator | ---> offset (toi) 23 // bgal(opt)--> | | ---> Autres toi optionnel 24 // | | 25 // ------------------------- 26 26 27 27 class SimpleOffsetEstimator : public TOIProcessor { … … 30 30 virtual ~SimpleOffsetEstimator(); 31 31 32 void SetParams(int mwsz=256, int nptfit=5, int degpol=2); 32 33 virtual void init(); 33 34 virtual void run(); 35 36 virtual void SetBGalCut(double bmin, double bmax); 34 37 35 38 inline int_8 ProcessedSampleCount() const { return totnscount; } … … 47 50 bool ntpoly; 48 51 string ntpolyname; 52 double bmincut, bmaxcut; 53 bool bgalcut; 54 int_4 ns_flgcut; 55 int_4 ns_bgalcut; 49 56 }; 50 57
Note:
See TracChangeset
for help on using the changeset viewer.