|
From: <ds...@us...> - 2010-08-11 22:18:21
|
Revision: 5110
http://sashimi.svn.sourceforge.net/sashimi/?rev=5110&view=rev
Author: dshteyn
Date: 2010-08-11 22:18:14 +0000 (Wed, 11 Aug 2010)
Log Message:
-----------
Turn OFF wavelet smoothing by default
Modified Paths:
--------------
branches/4-4/trans_proteomic_pipeline/src/common/spectStrct.h
Modified: branches/4-4/trans_proteomic_pipeline/src/common/spectStrct.h
===================================================================
--- branches/4-4/trans_proteomic_pipeline/src/common/spectStrct.h 2010-08-11 22:17:30 UTC (rev 5109)
+++ branches/4-4/trans_proteomic_pipeline/src/common/spectStrct.h 2010-08-11 22:18:14 UTC (rev 5110)
@@ -100,7 +100,7 @@
double smoothDataPtFlx(int dtIndx,
double range, double threshold, int smoothWindow=10) const;
// This function smoothes rough spectrum within a x range.
- void smoothSpectFlx(double range, int repeats, int smoothWindow=10, bool wavelet=true);
+ void smoothSpectFlx(double range, int repeats, int smoothWindow=10, bool wavelet=false);
};
///////////////////////////////////////////////////////////////////////////////////////////////////////////////
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|