add smooth func to the scan data
r3288 | jgn | 2011-11-25 14:24:29 +1100 (Fri, 25 Nov 2011) | 1 line
This commit is contained in:

committed by
Douglas Clowes

parent
9b7fd70774
commit
9c97678a45
@ -37,4 +37,8 @@
|
|||||||
int CenterWrapper(SConnection *pCon,SicsInterp *pSics, void *pData,
|
int CenterWrapper(SConnection *pCon,SicsInterp *pSics, void *pData,
|
||||||
int argc, char *argv[]);
|
int argc, char *argv[]);
|
||||||
|
|
||||||
|
//Jing: smmoth scan data before applying peak-search function
|
||||||
|
void SmoothScanCounts(long *lData, int iDataLen);
|
||||||
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user