- Added a local maximum search for 2D detectors in support of peak

search for TRICS
This commit is contained in:
cvs
2001-11-02 15:31:49 +00:00
parent 3c916c9a7d
commit 6c5db4ffd0
10 changed files with 892 additions and 30 deletions

19
lomax.i Normal file
View File

@ -0,0 +1,19 @@
/*-------------------------------------------------------------------------
L o c a l M a x i m u m
This is a module for searching a local maximum in a 2D histogram as
collected at TRICS. These are internal definitions only and are
supposed to be included only into lomax.c
copyright: see copyright.h
Mark Koennecke, November 2001
-------------------------------------------------------------------------*/
typedef struct __LOMAX {
pObjectDescriptor pDes;
ObPar *pParam;
}LoMax;