- Added a local maximum search for 2D detectors in support of peak
search for TRICS
This commit is contained in:
19
lomax.i
Normal file
19
lomax.i
Normal 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;
|
||||
|
||||
|
Reference in New Issue
Block a user