Changeset 3992 in Sophya for trunk/AddOn/TAcq/specmfib.cc
- Timestamp:
- May 11, 2011, 4:13:03 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/AddOn/TAcq/specmfib.cc
r3980 r3992 93 93 new BRGainCalculator(mmgr, par.outpath_, par.nmean_, par.fgdatafft_, par.fgsinglechannel_); 94 94 procgain_p->SetPrintLevel(par.prtlevel_,par.prtmodulo_); 95 if(par.fgfreqfilter_) procgain_p->SetOnMedianFreqFilt(); 95 if(par.fgfreqfilter_){ 96 procgain_p->SetOnMedianFreqFilt(); 97 //add possibility to set the half width of the Freq. Median Filter 98 //default is 50 if par.fgfreqfilter_=true 99 if (par.medhalfwidth_>0) procgain_p->SetMedianFilterHalfWidth(par.medhalfwidth_); 100 } 96 101 if(par.fgtimeselect_) procgain_p->SetProcTimeWindow(par.proctimestart_,par.proctimeend_); 97 102 }
Note:
See TracChangeset
for help on using the changeset viewer.